Skip to main content

Command Palette

Search for a command to run...

Learning web development.

Updated
3 min read
Learning web development.

On Short story, I have started my web development learning journey at the end of June. It was a great experience with new skills. While doing web development you come across a lot of things. But on the basics side like HTML5, CSS3,Javascript, React Js(a Framework).Though sharing why new skill is always important to everyone. Life is not waiting for us to change ourselves. They go on changing themselves as new things to create for all of us.

When anyone starts to learn Web Development they come across the following things.

HTMl

The basics of any web development start with Html. You have seen the Wikipedia website which is built on simple Html using p , anchor tag , h1,h2,h3,h4,h5,h6 , ul(unordered list) ,ol(ordered list), ,, , ,

CSS

Next comes in basics of web dev is CSS, work related to the design of the website maybe you want to have the background color, bold to font, decoration item like padding, margin,list-style, importing font from google font and many more things. Having style on your website helps you interact with the user well. Placing things on the right frame so that they beautify your website. To use CSS we define class under the Html tag this help use to do change in CSS. Class is not unique.

Javascript

Coming next to Javascript, this is a little advanced thing in web dev that you will come up with. As humans we have to interact with technology, we do certain things like touch, click, input, scroll.

For the particular thing, we have a certain kind of event in javascript that is most related to DOM(document object model). To use Javascript we do ID inside Html tag that helps codes to take input from users.

Here we do proper coding to display things on screen when users do touch, click, scroll, input. Following things: document.querySelector("#"); innerText, value , addEventListner and many more..

API(Application Programming Interface)

It built the connection between computers and computer programming. To explain it simply, to use electricity have to board for where we put the plugin so that it built the connection between electricity and equipment.

React Javascript

JavaScript has a framework called React Js. React Js is more used now in the production industry. React js have declarative, component element. For the basics onclick, onchange, Use of UseState and also the mapping on the object. .Here we don't have to use innerText, value.There are a lot of things in advance React Js. You can build an app.

Things use while building the website.

Conclusion

Learning new skills is always challenging for everyone. It checks the mindset of every individual. As I am from a non-technical background and tried for a couple of the time but could find the best way to learn. Finally started this web dev journey at the end of June. As humans one of the best things that we have made is technology. Learning always keeps you alive.

More from this blog

Saket kumar

6 posts