Got a doubt When we use fetch,
it’s async so we handle it with promises or async/await. I get why we use await for the fetch (since it takes time), but why do we also need await for res.json()? Is it just how it’s implemented, or am I missing something? #JavaScript
Day12 of #100DaysOfCode
Learned more about middleware, fetch & axios, and built a simple project to practice. Also explored CORS and how to solve cross-origin issues using Express. Completed Week 5 of Cohort 3 and starting Week 6.
Day10 of #100DaysOfCode
Completed Cohort Week 4 ✅ and spent ~2 hours coding. Apart from that, my hometown is flooding 😭. Spent the evening cleaning water inside my home… one of the deadliest rainfalls I’ve ever witnessed. I hope it stops soon.
Day09 of #100DaysOfCode
Learned more about HTTP and practiced creating requests on Postman . Also started exploring middleware and how it works in the flow.
Day08 of #100DaysOfCode
Watched Cohort 3 (Week 4.3) on HTTPS servers. Step by step, strengthening backend fundamentals. Balancing college + assignments is tough, but I’m carving out time daily to keep learning. How do you all make time for consistent learning?
Day 06 of #100DaysOfCode
Completed fetching weather data from API for my Weather Planner app. Today was more of a chill day — just spent some time coding & hanging out
Gn everyone exhausted..
#WebDev#JavaScript#BuildInPublic
Day 05 of #100DaysOfCode
Started building a Weather Planner app fetch weather info via API + add related tasks. Worked on the design & basic JS today. Learned that having a wireframe/demo design makes building layouts so much easier! Will continue tomorrow
#WebDev#JavaScript
Day 04 of #100DaysOfCode
Learned how to create an HTTP server and explore its methods using Postman. Just an average coding day today, but planning to utilize the weekend more effectively.
#JavaScript#NodeJS#WebDev#BuildInPublic
Day 03 of #100DaysOfCode
Coded the JS part of my GitHub Profile Finder. Got stuck on a bug for 2h 😭… turns out I had a hidden Tailwind class messing up the UI . Lesson learned: check the basics first!
Now off to write some notes for tomorrow’s class😭.
#JavaScript#WebDev