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...
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...
👦javascript
🔯React
👨💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩💻Node Js
✅Software Development
👩💻Java
💻 Typescript
👦javascript
🔯React
👨💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩💻Node Js
✅Software Development
👩💻Java
💻 Typescript
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
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
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
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
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
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
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
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
- github.com/jerosoler/Dr...
- retejs.org
- github.com/alyssaxuu/fl...
- github.com/jerosoler/Dr...
- retejs.org
- github.com/alyssaxuu/fl...
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
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
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
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
💻UI UX
👦javascript
🔯React
👨💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩💻Node Js
✅Software Development
👩💻Java
💻 Typescript
💻UI UX
👦javascript
🔯React
👨💻DSA
🎗️Full stack developer
💼Freelancing
🎨Frontend
🚨Backend
👩💻Node Js
✅Software Development
👩💻Java
💻 Typescript
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
I'm learning back-end development (Node js). Here's what I have covered today:
✅Multiple routes
✅creating & importing modules
✅Router & middleware
webdevelopment #100daysofcode
I'm learning back-end development (Node js). Here's what I have covered today:
✅Multiple routes
✅creating & importing modules
✅Router & middleware
webdevelopment #100daysofcode
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
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