Yes that's a Phineas and Ferb reference.(especially Dr. Doofenshmirtz)
- Vue.js
- Rust
- Golang
- The Basics ๐
-
HTML (It all starts from here). If you want to be a web developer this is the first thing that you should learn. The key points to learn are:-
- When and where to use
<div>
<span>
<button>
<a>
tags. - The sementic mening of the tags
- The typography tags h1,h2,h3,h4,h5,h6, p
- Resource Free Code camp
- When and where to use
-
CSS (The second step) ๐
-
Css Helps in desiging the web page to make it look attractive and eye pleasing. Its the second technology that founds the basics of web development.Any website is incomplete without the css. The Key Points to learn are:-
-
How the css works and how to write the css. Resource Basic Css
-
How to align items, change font-sizes, colors, font-family Resources Applied Visual design, typography
-
How to write responsive css, Media Queries Resource Responsive Design
-
-
JavaScript(One language to rule them all) ๐ฅ
-
This is the language which is most widely used all over the web. You can do almost everthing with it. Name a thing you want to do and there is a js library or package for that. Many People hate it, many people love it. I love it personally and find this as a great language. To be honest i think that who hates javascript are the ones who learned it from the w3 schools
-
The key things to learn in js are
- The syntax, Basic data types and working Resources Free Code Camp Youtube Playlist Dan Abramov Dev Ed
- Modern es6 synatx Resources Es6 Syntax Dev Ed Crash course
- Advanced Js Resource Advanced JavaScript
-