If you’re learning web development, I would suggest everyone to document your learning simultaneously on X.
All you need to do is document your daily progress through Twitter threads, tips or perhaps quick videos.
For instance, if you're learning about virtual DOM, be sure to write a thread covering the entire topic. This will have double benefits, you will understand the topic better, plus someone else may benefit from this.
But why?
I started doing this when I first started to learn web development back in 2020. I used to share my daily progress. It ended up being the best thing I've ever done.
• It will help you build an audience
• More job offers
• Enhance personal branding
• Generate passive income
Daily efforts of 15 to 30 minutes can make a significant impact.
So if you’re a student or learning any tech, make sure to document as you go.
Managed to secure an API key using environment variables! Discovered the key to success with Vite is in the name - switched from REACT_APP_API_KEY to VITE_REACT_APP_API_KEY. Overcoming these coding hurdles is always thrilling! #coding#webdevelopment#Vite