Learning Web Development

Created by Abdullaev Abdulaziz

About Me

  • 22 years old
  • Student at IUT (INHA Univertsity in Tashkent)
  • JS enthusiast (Love JS and Learning Its frameworks)
.

Work Experince

  • Worked in Several Companies as React developer for 4 years
  • Was an intern at epam
  • Now learning full-stack and Angular at Exadel

Projects that we will do

Some of my portfolio
web-sites

Why JS is the best

  • Easy to learn
  • JavaScript is the better choice for desktop and mobile websites
  • JavaScript is historically the most popular programming language

Most Popular Language in 2022

What you can do at the end of the course

  • You can create any website using JS and Its Frameworks
  • You will learn about Gulp and WebPack
  • You will learn how to style with BEM, SASS | SCSS (preprocessors of CSS)
  • You will learn how to use GIT and Github professionally
  • Learn React, Jquery and etc.

Before Development Starts

Let's Write Some Code


						<!DOCTYPE HTML>
						<html>

						<body>

						<p>Before Script...</p>

							<script>
								alert( 'Hello World!' );
							</script>

						<p>...After Script.</p>

						</body>

						</html>
					

THE END

- Created by Abdullaev Abdulaziz
- With the help of Reveal.js