100 days completed π
The learning and building journey continues.
From now on, Iβll be focusing more on posting projects, experiments, and real builds as I keep growing as a developer.
More projects. More problem solving. More shipping.
#WebDevelopment#JavaScript#BuildInPublic
Day 100/100 π
Learned about ECMAScript, how JavaScript versions are released, browser support challenges for newer features, and how Babel helps make modern JavaScript compatible across browsers. 100 days of consistent learning and building.#100DaysOfCode#JavaScript#WebDev
Day 99/100 π
Learned JavaScript form validation β understanding why validation matters, using the Constraint Validation API, and adding custom validation with JavaScript.
#100DaysOfCode#JavaScript#WebDev
Day 98/100 π
Learned about linting, style guides, and why clean consistent code matters.
Also set up ESLint and Prettier to improve code quality and formatting automatically.
#100DaysOfCode#JavaScript#WebDev
Day 97/100 π
Diving into OOP principles β learned the Single Responsibility Principle, explored other SOLID concepts, and understood why loose coupling and composition are preferred over inheritance.
#100DaysOfCode#JavaScript#WebDev
Day 96/100 π
Learned about JSON widely used format for storing and exchanging data.Practiced how to read and write JSON, and understood how itβs used to send data between applications and APIs.Building a stronger foundation for working with real-world data.
#100DaysOfCode
Day 94: Project Management Dashboard is live,Built with vanilla HTML/CSS/JS:Add/Edit/Delete projects,Toggle status:Filter by status,Zero-dependencies,π Live: https://t.co/kXqCceLWNI
After 3 days debugging webpack, writing plain JS felt like home.
#100DaysOfCode#JavaScript