How to learn coding quickly:
1. Figure out how HTML/CSS works π»
2. Make a few webpages π
3. Learn JavaScript basics πͺ
4. Build some applications π
5. Keep learning π
6. Keep building ποΈ
7. Don't stop π
#webdevelopment#100daysofcode#codenewbie#css#javascript#reactjs
I fixed a bug I got stuck on for 3-4 weeks where I was conditionally rendering the SEO info after an API request. π€¦ββοΈπ
#webdevelopment#100daysofcode#codenewbies
If you're using @GatsbyJS, quickly delete the cache and restart your application by adding a restart script:
"restart": "gatsby clean && gatsby develop"
(Useful when referencing files not included in the build like recently added/renamed images)
#webdevelopment#reactjs
Got an idea for an app you want to build?
1. Figure out your state and components, write them down ποΈ
2. Decide what build tools and libraries you want to use π
3. If you are using new tech, read/watch some tutorials π½οΈ
4. Get building π§
#webdevelopment#100daysofcode