💡 Day 50/100
Halfway through the challenge 🚀
One thing JS taught me:
Debugging IS development.
Most bugs come from tiny mistakes, not huge ones.
What bug wasted your time recently?
#100DaysOfCode#JavaScript#WebDev
Day 11/90: Destructuring and spread/rest. Today's hinge point was collection shape and mutation rules so the JavaScript code still reads like a contract when the endpoint or workflow grows. #JavaScript#WebDev The debugging path got shorter. The design felt easier to review.
Working on a native TUI library in @gleamlang for both #Erlang and #JavaScript targets.
Definitely inspired by @ratatui_rs … and probably too many videos about it.
Small preview with some animations and improved stability.
Day 133 / 365 👨💻
Continued building consistency.
🧩 Refined a small component interaction
🔁 Observed smoother UI updates
⚙️ Simplified some existing logic
🧠 Focused on cleaner and maintainable code
#365DaysOfCode#React#JavaScript#Frontend
Day 133 / 365 👨💻
Continued building consistency.
🧩 Refined a small component interaction
🔁 Observed smoother UI updates
⚙️ Simplified some existing logic
🧠 Focused on cleaner and maintainable code
#365DaysOfCode#React#JavaScript#Frontend
Today I learned how to create a basic Node.js + Express server, use GET, POST, PUT & DELETE methods, and test routes with Postman.
Learning backend fundamentals > blindly copy-pasting tutorials.
#NodeJS#ExpressJS#JavaScript#BackendDevelopment#Postman