Day 26 of my MERN Stack Journey 🚀
Learned randomness in JS with DOM and created dynamic elements using createElement, textContent, and appendChild.
#Sheryians#MERNStack#JavaScript#DOM#Day26
Day 12 of #BuildinPublic: Core JS chapters are done!🚀Upgraded to Axios for API calls today, handled query strings, and sent custom headers. Taking tomorrow to review everything and finally learn my way around the terminal. Feels great to hit this milestone!🔥#WebDev#JavaScript
Building the pricing, plans, and access logic takes weeks. Monetizing a SaaS is a broken process that drains developers' energy.
#saas#buildinpublic#javascript
(2/3) 🟢 Hive (Bun):
- Bun integra nativamente TS, JSX, SQLite y Servidor HTTP. No necesita miles de paquetes externos.
- Menos código, menos fallos, instalación 25x más rápida.
- 50k líneas optimizadas en una arquitectura Swarm real. ✨
#Bun#JavaScript
Day 38 of #100DaysOfCode ✅
Back on track after exams 🎉
Completed my To-Do App Assignment:
✅ Built using HTML, CSS & JavaScript
✅ Add, delete & manage tasks
✅ Practiced DOM manipulation
✅ Improved logic building
Now fully focused again 🚀
#JavaScript#100DaysOfCode#WebDev
Remote JavaScript Devs needed.
No degree. No certificates. Just real skills.
Few slots left — don’t miss out.
Reply “DEV” and I’ll send the link.
#javascript#Developers#remote#jobs
Day 77 / 365 👨💻
Summarized the last React session
📘Basics of JSX and how it works
⚙️Role of Babel and createElement
🔁Rendering lists and using map()
📦Understanding props and component structure
🎨Inline styling and simple composition
#365DaysOfCode#React#JavaScript#Frontend
Day 77 / 365 👨💻
Summarized the last React session
📘Basics of JSX and how it works
⚙️Role of Babel and createElement
🔁Rendering lists and using map()
📦Understanding props and component structure
🎨Inline styling and simple composition
#365DaysOfCode#React#JavaScript#Frontend
Today I learned how to handle radio inputs in React 🔥
Only one option can be selected, so a single state value is enough (no object needed).
Also explored find() — returns the first matching element in an array 👌
#ReactJS#JavaScript#WebDev#100DaysOfCode