š Hi, I am Azizbek,
Creative Frontend Web Developer
I design and code beautifully simple things and I love what I do!
Gmail
azizbeksamatov98@gmail.com
GitHub
github.com/Azizbek98
Discord
discord.com/mr.samatov
Self-Introduction

About Me
Iām a ššæš¼š»šš²š»š± šš²šš²š¹š¼š½š²šæ. I am passionate about creating beautiful, responsive websites that are easy to use and navigate. With some experience in šš§š š, šš¦š¦, š®š»š± šš®šš®š¦š°šæš¶š½š, I strive to deliver efficient and effective solutions that meet the needs of both clients and users. Whether working independently or as part of a team, I am dedicated to producing high-quality work and staying up-to-date with the latest technologies.
Skills
What kind of programming skills I have?
I develop simple, intuitive and responsive user interface that helps users get things done with less effort and time with those technologies.
Code Example
// Simple Bubble Sort in JavaScript
function bubbleSort(arr){
let n = arr.length;
for(let i = 0; i < n - 1; i++){
for(let j = 0; j < n - i - 1; j++){
if(arr[j] > arr[j + 1]){
// Swap elements
[arr[j], arr[j + 1]] = [arr[j + 1], arr[j]];
}
}
}
return arr;
}
const numbers = [5, 3, 8, 4, 2];
console.log('Sorted array:', bubbleSort(numbers));
Simple Bubble Sort
Bubble Sort in JavaScript is a simple comparison-based sorting algorithm. It repeatedly steps through the array, compares adjacent elements, and swaps them if they are in the wrong order. This process continues until the array is sorted.
Educational Projects
News JS
This repo contains basic projects and other course materials developed using JavaScript.
Link to the repoVirtual Keyboard
This repo contains basic projects and other course materials developed using JavaScript.
Link to the repoJavaScript DOM Apps
This repo contains 10-apps-challenge projects developed using JavaScript.
Link to the repoEducation
Inha University in Tashkent - (Sep 2016 - Aug 2020)
BSc of Computer Science and Engineering

IELTS - (Band Score: 7.0)
International English Language Testing System
