#node-js-development
ECMAScript excitement 😉

TypeScript's @chronicles.org is pitching enum in JS 🎉

It's the good parts of TS enum + enhancements:

🔶 More datatypes: Symbols etc
🔶 Iterable
🔶 Immutable
🔶 Null prototype
🔶 No declaration merging
🔶 Compatible with Node type-stripping 👍

github.com/rbuckton/pro...
GitHub - rbuckton/proposal-enum: Proposal for ECMAScript enums
Proposal for ECMAScript enums. Contribute to rbuckton/proposal-enum development by creating an account on GitHub.
github.com
April 4, 2025 at 7:52 AM
I’m looking forward to connecting with people who are interested in :-

👦javascript
🔯React
👨‍💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩‍💻Node Js
✅Software Development
👩‍💻Java
💻 Typescript
November 28, 2024 at 7:19 PM
Day 85 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅CRUD operations
✅Responding URL params
✅Handle POST, GET, PATCH and DELETE requests

#webdevelopment #100daysofcode
January 8, 2026 at 3:34 PM
Day 82 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅how node works BTS
✅Event loop introduction
✅event loop in practice

#webdevelopment #100daysofcode
January 5, 2026 at 2:56 PM
I was able to add TypeScript support to a large, legacy Node JS project, that is still undergoing active development. It was much more challenging than I expected, and I've learned a lot. Thinking of turning it into a conference talk proposal, or at least a podcast episode.
March 3, 2025 at 9:12 PM

A year+ here, I guess I'll finally post.

Inherited a large #TypeScript app and having memory issues due to a billion dependencies.

#Deno is a super nice replacement for #Node when doing #javascript and #typescript development but just like #Bun it falls right on its face.

#JS development sucks
November 14, 2024 at 8:45 PM
Day 99 of 100

I'm learning back-end development (Node js, Express, MongoDB, Mongoose). Here's what I have covered today:

✅ Debugging with Node js & ndb
✅ Operational vs programming errors
✅ Handle unhandled routes
✅ Global error handling

#webdevelopment #100daysofcode
January 22, 2026 at 4:35 PM
Dans les librairies JS pour faire du "node" facile :
- github.com/jerosoler/Dr...
- retejs.org
- github.com/alyssaxuu/fl...
GitHub - jerosoler/Drawflow: Simple flow library 🖥️🖱️
Simple flow library 🖥️🖱️. Contribute to jerosoler/Drawflow development by creating an account on GitHub.
github.com
October 10, 2025 at 12:03 PM
Day 98 of 100

I'm learning back-end development (Node js, Express, MongoDB, Mongoose). Here's what I have covered today:

✅ What are Middlewares?
✅ Document, query, & aggregation MW
✅ Built in validators
✅ Custom & third party validators

#webdevelopment #100daysofcode
January 21, 2026 at 2:37 PM
Day 89 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅Revised basic node js & express framework
✅Use environment variables
✅NoSql DB - MongoDB
✅Setting up atlas & compass app

#webdevelopment #100daysofcode
January 12, 2026 at 4:53 PM
Were looking forward to connecting with people who are interested in :-

💻UI UX
👦javascript
🔯React
👨‍💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩‍💻Node Js
✅Software Development
👩‍💻Java
💻 Typescript
November 29, 2024 at 6:51 AM
Day 3 / 100

I'm learning backend development -- Node Js and Express Js.
Today I've build fully functional login page - Pug template, API, Axios etc.
If credentials correct then it stores JWT token in the browser cookies.

#webdevelopment #nodejs #100daysofcode
March 1, 2026 at 3:31 PM
Day 95 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅All CRUD operations
✅Built small CLI script for importing data
✅Query & filtering

#webdevelopment #100daysofcode
January 18, 2026 at 2:40 PM
Day 83 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅events & events driven architecture
✅streams
✅events & streams in practice

#webdevelopment #100daysofcode
January 6, 2026 at 6:24 PM
Day 81 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅How web works
✅Static vs dynamic vs API
✅Node v8, libuv & C++
✅Processes, threads & thread pool
✅Events & loops, Event driven architecture

#webdevelopment #100daysofcode
December 25, 2025 at 5:14 PM
Day 88 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅Create file structure - routes, controllers, sever
✅Use param middleware
✅Chaining multiple middleware functions
✅Serving static files

webdevelopment #100daysofcode
January 11, 2026 at 2:15 PM
Wrote a JS implementation for generating the R `PACKAGES.rds` binary format in Node, which are now served by R-universe. This should make your cran-like repos yet a tiny bit faster in R :) github.com/r-universe-o...
GitHub - r-universe-org/packages-rds: Writes PACKAGES.rds files
Writes PACKAGES.rds files. Contribute to r-universe-org/packages-rds development by creating an account on GitHub.
github.com
June 4, 2026 at 8:59 AM
Day 90 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅What is Database
✅MongoDB terminology
✅ODM - object document mapper
✅Collection vs document

#webdevelopment #100daysofcode
January 13, 2026 at 3:04 PM
My name is Sunday Peter. I am a Senior Software Engineer (Full Stack - Frontend & Backend & Mobile Development) | HTML, CSS, JavaScript, React JS || Angular JS || Node JS || Python Django || PHP Laravel || Flutter/Dart || Ionic || MySQL || Mongo DB || AGILE methodologies.
November 4, 2023 at 4:38 AM
Day 100 of 100

I'm learning back-end development (Node js, Express, MongoDB, Mongoose). Here's what I have covered today:

✅ Error class, prod & dev errors
✅ catch errors in async fn
✅ handle 404 errors
✅ handle invalid DB ids

#webdevelopment #100daysofcode
January 24, 2026 at 2:33 PM
Day 86 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅Refactor routes
✅Middleware & req-res cycle
✅create own mw & using 3rd party mw
✅add users route

#webdevelopment #100daysofcode
January 9, 2026 at 3:15 PM
Day 87 of 100

I'm learning back-end development (Node js). Here's what I have covered today:

✅Multiple routes
✅creating & importing modules
✅Router & middleware

webdevelopment #100daysofcode
January 10, 2026 at 5:56 PM
Web Development Midterm Done!

Built "Track!" - A habit tracker with HTML/CSS/JS frontend + Node/Express/MongoDB backend.

30 Minute Concepts + Live Coding + Mini App Presentation!

Watch: youtu.be/kUIYd-07DT0

#WebDev #FullStack #JavaScript #MongoDB #LiveCoding
Ananyaa Mylsamy MidTerm Presentation
YouTube video by Ananyaa Mylsamy
youtu.be
October 26, 2025 at 8:06 AM