šŸ‘‹ Hi, I am Azizbek,

Creative Frontend Web Developer

I design and code beautifully simple things and I love what I do!

hero image logo

Gmail

azizbeksamatov98@gmail.com

GitHub

github.com/Azizbek98

Discord

discord.com/mr.samatov

Self-Introduction

author's image

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 repo

Virtual Keyboard

This repo contains basic projects and other course materials developed using JavaScript.

Link to the repo

JavaScript DOM Apps

This repo contains 10-apps-challenge projects developed using JavaScript.

Link to the repo

Education

Inha University in Tashkent - (Sep 2016 - Aug 2020)

BSc of Computer Science and Engineering

IELTS - (Band Score: 7.0)

International English Language Testing System