Learning Express.js and realizing how much smoother server-side coding gets with Node.js #backend #nodejs #SoftwareEngineering


🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟 -> Automated email scheduling using Cron Jobs! -> Integrated node-cron to trigger Amazon SES emails on schedule ->Ideal for reminders, updates & alerts -> Automation = smarter, seamless, and hands-free DevTinder #BuildInPublic

sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic
sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic
sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic

Calling all #buildinpublic & #NodeJs devs! I'm a 19 y/o backend dev sharing my whole journey building my 1st app. The grind is real. Sitting at 70 followers right now. Can we hit 100? Follow me for real-time backend struggles and wins! #webdev #backend #coding #developer

vedant0x's tweet image. Calling all #buildinpublic & #NodeJs devs!
I'm a 19 y/o backend dev sharing my whole journey building my 1st app. The grind is real.
Sitting at 70 followers right now. Can we hit 100?

Follow me for real-time backend struggles and wins!

#webdev #backend #coding #developer

Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅 #PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp

olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp
olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp
olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp

Late-night Node.js revision. One event loop at a time. 🌙 #NodeJS #SoftwareEngineer #DevLife

Sahilsagvekar23's tweet image. Late-night Node.js revision. One event loop at a time. 🌙
#NodeJS #SoftwareEngineer #DevLife

Learning middleware in Node.js. From built-in to custom to third-party middleware, it’s all starting to click! 🤌👩‍💻 #backenddevloper #TechTrends #nodejs


Just completed the Backend playlist by @Hiteshdotcom & @ChaiCodeHQ 🚀 One of the best learning experiences clear, interactive. Loved how he explained production-grade concepts so simply. Huge thanks for such amazing content! 🙌 #NodeJS #Backend

Vikas72285741's tweet image. Just completed the Backend playlist by @Hiteshdotcom & @ChaiCodeHQ 🚀
One of the best learning experiences  clear, interactive.
Loved how he explained production-grade concepts so simply.
Huge thanks for such amazing content! 🙌
#NodeJS #Backend

🚀 Day 106 of My Web Dev Journey – Backend Diving into: Streams in Node.js Last 3 days, I explored: 🔹 What are Streams & their Types 🔹 Readable & Writable Streams 🔹 Backpressure & Piping 🔹 Duplex & Transform Streams #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev

ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev

Testing my Node.js APIs with Thunder Client. Headers, tokens, and JSON all in one tab.👌 #softwareupdates #programmer #nodejs

OyindaJr's tweet image. Testing my Node.js APIs with Thunder Client. Headers, tokens, and JSON all in one tab.👌

#softwareupdates #programmer #nodejs
OyindaJr's tweet image. Testing my Node.js APIs with Thunder Client. Headers, tokens, and JSON all in one tab.👌

#softwareupdates #programmer #nodejs

Node.js gets cooler when you learn from @akshaymarch7. Dived deep into Thread Pool — used in fs, crypto, DNS, etc Learned how it manages async ops + poll phase timing Key lessons: 1️⃣Don’t block main thread 2️⃣Data structures matter 3️⃣Naming & a lot to learn #NodeJS #LearnInPublic

rjeetgupta's tweet image. Node.js gets cooler when you learn from @akshaymarch7. Dived deep into Thread Pool — used in fs, crypto, DNS, etc
Learned how it manages async ops + poll phase timing
Key lessons:
1️⃣Don’t block main thread
2️⃣Data structures matter
3️⃣Naming & a lot to learn
#NodeJS #LearnInPublic

Finished training a fraud-detection model with this Google Cloud lab skills.google/focuses/17976?… with fraud dataset from Kaggle. Next: wrap it with a Node.js + TensorFlow backend so my frontend can consume predictions. #TensorFlow #Nodejs #FinTech #FraudDetection

chessncode's tweet image. Finished training a fraud-detection model with this Google Cloud lab skills.google/focuses/17976?… with fraud dataset from Kaggle. 
Next: wrap it with a Node.js + TensorFlow backend so my frontend can consume predictions.

#TensorFlow #Nodejs #FinTech #FraudDetection
chessncode's tweet image. Finished training a fraud-detection model with this Google Cloud lab skills.google/focuses/17976?… with fraud dataset from Kaggle. 
Next: wrap it with a Node.js + TensorFlow backend so my frontend can consume predictions.

#TensorFlow #Nodejs #FinTech #FraudDetection

Day 14 of my #NodeJS journey 🧩 Started using MongoDB directly (without Mongoose) 💻 Wrote code to connect, insert, update & fetch data using the native MongoDB driver ⚙️ Check my work 👉 github.com/pankajsharma81… #100DaysOfCode #NodeJS #MongoDB #BackendDevelopment #JavaScript

pankajsharma81_'s tweet image. Day 14 of my #NodeJS journey 🧩

Started using MongoDB directly (without Mongoose) 💻
Wrote code to connect, insert, update & fetch data using the native MongoDB driver ⚙️

Check my work 👉 github.com/pankajsharma81…

#100DaysOfCode #NodeJS #MongoDB #BackendDevelopment #JavaScript
pankajsharma81_'s tweet image. Day 14 of my #NodeJS journey 🧩

Started using MongoDB directly (without Mongoose) 💻
Wrote code to connect, insert, update & fetch data using the native MongoDB driver ⚙️

Check my work 👉 github.com/pankajsharma81…

#100DaysOfCode #NodeJS #MongoDB #BackendDevelopment #JavaScript

🚀 Just shipped create-lambda-graphql-app v1.0.2 on npm! Scaffold AWS Lambda + AppSync + SAM backends with GraphQL in seconds. No more boilerplate copy paste! npmjs.com/package/create… #AWS #GraphQL #NodeJS #Serverless #npm

d3vjamal's tweet image. 🚀 Just shipped create-lambda-graphql-app v1.0.2 on npm! 
Scaffold AWS Lambda + AppSync + SAM backends with GraphQL in seconds. No more boilerplate copy paste!

npmjs.com/package/create…

#AWS #GraphQL #NodeJS #Serverless #npm

latest version of node keeps getting faster and faster. test project I have consistently run for over 5 years now. Used to complete in 120ms. Now consistently breaks 70ms. No significant code changes at all. Thank you node js team. #nodejs #javascript

keeda_net's tweet image. latest version of node keeps getting faster and faster. test project I have consistently run for over 5 years now. Used to complete in 120ms. Now consistently breaks 70ms. No significant code changes at all. Thank you node js team. #nodejs #javascript

Tools don’t just make coding easier, they make learning faster. ⚡ Been playing with Replit, Fastify, and Drizzle ORM lately, and wow… backend feels less scary now 😂 Start small, build smart. #WebDev #JavaScript #NodeJS #Fastify #DrizzleORM #Replit

peterlightspeed's tweet image. Tools don’t just make coding easier, they make learning faster. ⚡

Been playing with Replit, Fastify, and Drizzle ORM lately, and wow… backend feels less scary now 😂

Start small, build smart.
#WebDev #JavaScript #NodeJS #Fastify #DrizzleORM #Replit

🚀 Just shipped create-lambda-graphql-app v1.0.2 on npm! Scaffold AWS Lambda + AppSync + SAM backends with GraphQL in seconds. No more boilerplate copy paste! npmjs.com/package/create… #AWS #GraphQL #NodeJS #Serverless #npm

d3vjamal's tweet image. 🚀 Just shipped create-lambda-graphql-app v1.0.2 on npm! 
Scaffold AWS Lambda + AppSync + SAM backends with GraphQL in seconds. No more boilerplate copy paste!

npmjs.com/package/create…

#AWS #GraphQL #NodeJS #Serverless #npm

هوش مصنوعی اومده فضای دیفای و بازی مارکت عوض کنه به‌عنوان یه دولوپر #NodeJS که همش تو کار #کریپتو و چارت‌بازیه، می‌گم این ترکیب گنگه! AI: قراردادها امن‌تر + ریسک DeFi سؤال فنی: چطور اینو غیرمتمرکز میشه نگهش داشت ؟ #Blockchain #AI #DeFi #Web3


🚀 Season3️⃣Ep7️⃣ #NodeJS Takeaways🌟 -> Integrated Razorpay for DevTinder premium plans! -> Secured API keys + webhooks setup -> Built Silver & Gold memberships w/ seamless payment flow -> Monetization meets smooth UX— DevTinder just leveled up! #BuildInPublic #LearnInPublic

sanjeev60160287's tweet image. 🚀 Season3️⃣Ep7️⃣ #NodeJS Takeaways🌟

-> Integrated Razorpay for DevTinder premium plans!

-> Secured API keys + webhooks setup

-> Built Silver & Gold memberships w/ seamless payment flow

-> Monetization meets smooth UX— DevTinder just leveled up! 

#BuildInPublic #LearnInPublic
sanjeev60160287's tweet image. 🚀 Season3️⃣Ep7️⃣ #NodeJS Takeaways🌟

-> Integrated Razorpay for DevTinder premium plans!

-> Secured API keys + webhooks setup

-> Built Silver & Gold memberships w/ seamless payment flow

-> Monetization meets smooth UX— DevTinder just leveled up! 

#BuildInPublic #LearnInPublic
sanjeev60160287's tweet image. 🚀 Season3️⃣Ep7️⃣ #NodeJS Takeaways🌟

-> Integrated Razorpay for DevTinder premium plans!

-> Secured API keys + webhooks setup

-> Built Silver & Gold memberships w/ seamless payment flow

-> Monetization meets smooth UX— DevTinder just leveled up! 

#BuildInPublic #LearnInPublic
sanjeev60160287's tweet image. 🚀 Season3️⃣Ep7️⃣ #NodeJS Takeaways🌟

-> Integrated Razorpay for DevTinder premium plans!

-> Secured API keys + webhooks setup

-> Built Silver & Gold memberships w/ seamless payment flow

-> Monetization meets smooth UX— DevTinder just leveled up! 

#BuildInPublic #LearnInPublic

Testing my newly created Node.js Server - Auth Endpoints. #ai #nodejs #developer #newweek


Using Nginx as a reverse proxy in front of your Node.js app boosts performance, enhances security, and simplifies SSL setup. It handles static assets, load balancing, and shields your app from direct exposure. A must-have for scalable, robust web apps! #NodeJS #Nginx #WebDev


🚀 Day 45 of #100DaysOfCode Jumped into REST APIs today 🌐 💡 Learned: 🔹 What REST actually is 🧩 CRUD Operations ⚙️ Creating RESTful APIs 📍 Index Route setup Backend journey hitting a new level 😎 #RESTAPI #Nodejs #Backend #WebDev #BuildInPublic

dibyendu2005's tweet image. 🚀 Day 45 of #100DaysOfCode

Jumped into REST APIs today 🌐
💡 Learned:
🔹 What REST actually is
🧩 CRUD Operations
⚙️ Creating RESTful APIs
📍 Index Route setup

Backend journey hitting a new level 😎
#RESTAPI #Nodejs #Backend #WebDev #BuildInPublic

🚀 Day 100 of My Web Dev Journey – Backend Diving into: Buffers in Node.js Last 3 days, I explored: 🔹 Buffer in Node.js 🔹 Buffer Creation Methods — alloc, allocUnsafe, from 🔹 Buffer Pool 🔹 Base64 Encoding #NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev

ritik65477's tweet image. 🚀 Day 100 of My Web Dev Journey – Backend

Diving into: Buffers in Node.js
Last 3 days, I explored:
🔹 Buffer in Node.js
🔹 Buffer Creation Methods — alloc, allocUnsafe, from
🔹 Buffer Pool
🔹 Base64 Encoding

#NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 100 of My Web Dev Journey – Backend

Diving into: Buffers in Node.js
Last 3 days, I explored:
🔹 Buffer in Node.js
🔹 Buffer Creation Methods — alloc, allocUnsafe, from
🔹 Buffer Pool
🔹 Base64 Encoding

#NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 100 of My Web Dev Journey – Backend

Diving into: Buffers in Node.js
Last 3 days, I explored:
🔹 Buffer in Node.js
🔹 Buffer Creation Methods — alloc, allocUnsafe, from
🔹 Buffer Pool
🔹 Base64 Encoding

#NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 100 of My Web Dev Journey – Backend

Diving into: Buffers in Node.js
Last 3 days, I explored:
🔹 Buffer in Node.js
🔹 Buffer Creation Methods — alloc, allocUnsafe, from
🔹 Buffer Pool
🔹 Base64 Encoding

#NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev

Calling all #buildinpublic & #NodeJs devs! I'm a 19 y/o backend dev sharing my whole journey building my 1st app. The grind is real. Sitting at 70 followers right now. Can we hit 100? Follow me for real-time backend struggles and wins! #webdev #backend #coding #developer

vedant0x's tweet image. Calling all #buildinpublic & #NodeJs devs!
I'm a 19 y/o backend dev sharing my whole journey building my 1st app. The grind is real.
Sitting at 70 followers right now. Can we hit 100?

Follow me for real-time backend struggles and wins!

#webdev #backend #coding #developer

🎉 Just completed the Node.js course by @jonasschmedtman on Udemy! Learned so much about building real-world backend applications 💻 Here’s the course project I built & deployed: natours-project-t4v3.onrender.com #NodeJS #BackendDevelopment #100DaysOfCode #JavaScript

zaynab_eth's tweet image. 🎉 Just completed the Node.js course by @jonasschmedtman  on Udemy!

Learned so much about building real-world backend applications 💻

Here’s the course project I built & deployed: natours-project-t4v3.onrender.com

#NodeJS #BackendDevelopment #100DaysOfCode #JavaScript

🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟 -> Automated email scheduling using Cron Jobs! -> Integrated node-cron to trigger Amazon SES emails on schedule ->Ideal for reminders, updates & alerts -> Automation = smarter, seamless, and hands-free DevTinder #BuildInPublic

sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic
sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic
sanjeev60160287's tweet image. 🚀 Season 3️⃣ Ep 6️⃣ #NodeJS Takeaways 🌟

-> Automated email scheduling using Cron Jobs!

->  Integrated node-cron to trigger Amazon SES emails on schedule

 ->Ideal for reminders, updates & alerts

-> Automation = smarter, seamless, and hands-free DevTinder 

#BuildInPublic

Late-night Node.js revision. One event loop at a time. 🌙 #NodeJS #SoftwareEngineer #DevLife

Sahilsagvekar23's tweet image. Late-night Node.js revision. One event loop at a time. 🌙
#NodeJS #SoftwareEngineer #DevLife

🚀 Day 106 of My Web Dev Journey – Backend Diving into: Streams in Node.js Last 3 days, I explored: 🔹 What are Streams & their Types 🔹 Readable & Writable Streams 🔹 Backpressure & Piping 🔹 Duplex & Transform Streams #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev

ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
ritik65477's tweet image. 🚀 Day 106 of My Web Dev Journey – Backend

Diving into: Streams in Node.js
Last 3 days, I explored:
🔹 What are Streams & their Types
🔹 Readable & Writable Streams
🔹 Backpressure & Piping
🔹 Duplex & Transform Streams

#NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev

Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅 #PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp

olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp
olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp
olalekan_ali's tweet image. Learning to use PostgreSQL by using it as the database for my FastFood delivery backend project

Mostly worked with MongoDB before, so switching to postgres feels different, relations and migrations wan scatter my brain😅

#PostgreSQL #Nodejs #Backend #BuildInPublic #FastFoodApp

Just wrapped up testing my Node.js controllers & middleware with Mocha, Chai, and Sinon Feels good seeing those green checks! #Nodejs #Backend #Testing #Mocha #Chai

liciacodes_'s tweet image. Just wrapped up testing my Node.js controllers & middleware with Mocha, Chai, and Sinon 

Feels good seeing those green checks! 

#Nodejs #Backend #Testing #Mocha #Chai
liciacodes_'s tweet image. Just wrapped up testing my Node.js controllers & middleware with Mocha, Chai, and Sinon 

Feels good seeing those green checks! 

#Nodejs #Backend #Testing #Mocha #Chai

Just wrapped up my HNG Stage 0 Profile API project! Writing the code was pure fun with TypeScript + Express But oh, the deployment on pxxl almost drove me crazy😭so I used Render😂 After hours of tweaking configs and fighting build errors we’re live! #HNG #Nodejs

sniip3rrr's tweet image. Just wrapped up my HNG Stage 0 Profile API project!
Writing the code was pure fun with TypeScript + Express 
But oh, the deployment on pxxl almost drove me crazy😭so I used Render😂
After hours of tweaking configs and fighting build errors we’re live! 

#HNG #Nodejs
sniip3rrr's tweet image. Just wrapped up my HNG Stage 0 Profile API project!
Writing the code was pure fun with TypeScript + Express 
But oh, the deployment on pxxl almost drove me crazy😭so I used Render😂
After hours of tweaking configs and fighting build errors we’re live! 

#HNG #Nodejs

DAY 69🚀 Updating nginx config✅ > open the configuration file (usually /etc/nginx/nginx. > conf or a site file in /etc/nginx/sites-available/) > Make your changes (like server blocks, proxy settings, or SSL). > Then test syntax using sudo nginx -t. #MERN #NodeJS

pranaykargam's tweet image. DAY 69🚀

Updating nginx config✅

> open the configuration file (usually /etc/nginx/nginx.

> conf or a site file in /etc/nginx/sites-available/)

> Make your changes (like server blocks, proxy settings, or SSL). 

> Then test syntax using sudo nginx -t. 
#MERN #NodeJS

Learnt how to use the log events function with EventEmitter in Node.js. A simple way to track app activity and keep your code modular!👩‍💻 #nodejs #backend #SoftwareEngineering

OyindaJr's tweet image. Learnt how to use the log events function with EventEmitter in Node.js. A simple way to track app activity and keep your code modular!👩‍💻

#nodejs #backend #SoftwareEngineering
OyindaJr's tweet image. Learnt how to use the log events function with EventEmitter in Node.js. A simple way to track app activity and keep your code modular!👩‍💻

#nodejs #backend #SoftwareEngineering

#nodejs : - Explored difference between "http" module and "express" module - In http method , checked routes and defined error handling manually - In express , used simplified app.get () method to the same #100daysofcode #buildinpublic #WebDevelopment

LaxmiCodes's tweet image. #nodejs : 

- Explored difference between "http" module and "express" module 
- In http method , checked routes and defined error handling manually 
- In express  , used simplified app.get () method to the same

#100daysofcode
#buildinpublic
#WebDevelopment
LaxmiCodes's tweet image. #nodejs : 

- Explored difference between "http" module and "express" module 
- In http method , checked routes and defined error handling manually 
- In express  , used simplified app.get () method to the same

#100daysofcode
#buildinpublic
#WebDevelopment

Day 8 of my #NodeJS journey ⚙️ Explored HTTP methods: 🔒 POST, PUT, PATCH → handle sensitive data 🌐 GET, DELETE → non-sensitive operations Learned about Middleware & its types (application, router, error-handling) 🧩 My work 👉 github.com/pankajsharma81… #100DaysOfCode #code

pankajsharma81_'s tweet image. Day 8 of my #NodeJS journey ⚙️

Explored HTTP methods:
🔒 POST, PUT, PATCH → handle sensitive data
🌐 GET, DELETE → non-sensitive operations
Learned about Middleware & its types (application, router, error-handling) 🧩

My work 👉 github.com/pankajsharma81…

#100DaysOfCode #code

latest version of node keeps getting faster and faster. test project I have consistently run for over 5 years now. Used to complete in 120ms. Now consistently breaks 70ms. No significant code changes at all. Thank you node js team. #nodejs #javascript

keeda_net's tweet image. latest version of node keeps getting faster and faster. test project I have consistently run for over 5 years now. Used to complete in 120ms. Now consistently breaks 70ms. No significant code changes at all. Thank you node js team. #nodejs #javascript

My cousin once took a drug that looked original but it was fake. That inspired me to build fake-drug-verification backend, an API that verifies drugs using NAFDAC Reg or scans to detect counterfeits. github.com/Don-pizu/fake-… fake-drug-verification.onrender.com #HealthTech #NodeJS #MedCheck

Dorlascky's tweet image. My cousin once took a drug that looked original but it was fake.
That inspired me to build fake-drug-verification backend, an API that verifies drugs using NAFDAC Reg or scans to detect counterfeits.
 github.com/Don-pizu/fake-…
fake-drug-verification.onrender.com
#HealthTech #NodeJS #MedCheck
Dorlascky's tweet image. My cousin once took a drug that looked original but it was fake.
That inspired me to build fake-drug-verification backend, an API that verifies drugs using NAFDAC Reg or scans to detect counterfeits.
 github.com/Don-pizu/fake-…
fake-drug-verification.onrender.com
#HealthTech #NodeJS #MedCheck
Dorlascky's tweet image. My cousin once took a drug that looked original but it was fake.
That inspired me to build fake-drug-verification backend, an API that verifies drugs using NAFDAC Reg or scans to detect counterfeits.
 github.com/Don-pizu/fake-…
fake-drug-verification.onrender.com
#HealthTech #NodeJS #MedCheck

Loading...

Something went wrong.


Something went wrong.


United States Trends