πΆββοΈπΆββοΈ A step by step guide to escape tutorial hell
It's a summary of my journey in the frontend world from not knowing how to style a button to design full blowing enterprise apps.
β This guide is your step-by-step plan to getting real at learning web development and getting a real job in 3 months.
Roadmap
Summary
Step 1: Do these things consistently
If you're serious let's start with the less relative things yet effective:
π Sleep at least 7 hours a day and wake up early typically 6 AM everyday.
π₯€ Drink a lot of water. Your brain is swimming in water and needs a lot of it to function properly.
π Have natural sugars like fruits.
π€ΈββοΈ Do some light exercises in the morning.
π₯ Most importantly you have to work at least 12 hours a day for 90 days and take Fridays off.
Step 2: Learn the absolute basics
Before diving into HTML/CSS/JS and such you should learn the absolute basics first:
Days 1 - 2 : Web Concepts
Tip: Don't just watch 45 mins videos, instead read some blog posts and grasp the general concepts.
π What is web?
π±οΈ What is a HTTP request?
β
What is HTTP methods and headers?
β
How the browser works?
𧱠What is HTML and how it works?
Days 3 - 5: HTML Basics
𧱠Learn HTML basics including. (what is the difference between form id and class).
𧱠Why some HTML elements doesn't have closing tag?
π³ Basics of HTML DOM tree. (Important!)
Apply
ποΈ Build simple HTML page include all of what you have learned in it.
Days 6 - 10: CSS Basics
β
Learn VS Code basics. A basic crash course will do.
β
Learn about Chrome dev-tools.
π¨ What is CSS?
π¨ CSS basics.
π¨ What is CSS media query?
π¨ CSS selectors.
π¨ CSS basic best practices.
Top comments (0)