#nodejs 搜尋結果
🚀 Day 151 of My Web Dev Journey – Backend Diving into: MongoDB Last 3 days, I explored: 🔹 MongoDB Setup in Node.js 🔹 CRUD Operations in Node.js 🔹 Cursors & its Methods 🔹 Batch Size & Projection 🔹 Limits of MongoDB #NodeJS #MongoDB #100DaysOfCode #LearnInPublic #WebDev
Just discovered the cat-me package in Node.js… And now my terminal is full of cats. Is this peak coding or am I late by 10 years? 🤣🐱 #Nodejs #JavaScript #DevLife
Created my first Express.js server today! 👨💻🔥 #NodeJS #ExpressJS #100DaysOfCode #BuildInPublic #DevCommunity
Backend lesson of the day: app.use(express.urlencoded({ extended: true })) so Express server can read form submissions properly. Small middleware, big impact 😄 #WebDev #NodeJS #BuildInPublic
🚀 Day 59/100 of #100DaysOfCode Web3 with @kirat_tw 💫 ✅ ETH Adapters → Wallet in ETH → Wagmi library → Tanstack + Viem → Connecting the wallet → Initiate a txn #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 58/100 of #100DaysOfCode Web3 with @kirat_tw ✨ ✅ ETH > types of accounts on ETH (EOA/Smart contract) > physical and virtual machines > VM vs JVM vs EVM > various ETH clients (geth) > solidity, bytecode & ABIs #Web3 #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 139 of My Web Dev Journey – Backend Diving into: Express.js⚙️ Last 3 days, I explored: 🔹 router.route() & router.param() 🔹 HTTP Redirection 🔹 Form Data Parsing 🔹 Nested Dynamic Routes 🔹 Express v5 🌱 Wrapping up Express #NodeJS #100DaysOfCode #LearnInPublic #WebDev
Free Node.js Handwritten Notes (PDF) Perfect for beginners learning backend development! Clear, simple & easy-to-understand handwritten notes. 📥 Download now: [drive.google.com/file/d/1DOkCAg…] #NodeJS #Backend #WebDevelopment #Notes #JavaScript
Hiring Node.js Developer (2+ YOE) for a freelance FinTech/Payments project → Stack: NestJS · TypeScript · PostgreSQL · Kafka → Bonus: Experience with FinTech or payment systems Submit your details 👉 dub.sh/Qoih3AF #hiring #nodejs #HiringNow
🚀 Day 60/100 of #100DaysOfCode Web3 with @kirat_tw 🔥 ✅ Impermanent loss ✅ Creating a liquidity pool #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 59/100 of #100DaysOfCode Web3 with @kirat_tw 💫 ✅ ETH Adapters → Wallet in ETH → Wagmi library → Tanstack + Viem → Connecting the wallet → Initiate a txn #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
✨ Using `assert` Module for Unit Testing and Debugging (Node.js) Learn more on our App and Website: App : play.google.com/store/apps/det… Web : techielearns.com #NodeJS #Backend #JavaScript #APIs #100DaysOfCode #DevLife
Day 63 of #100DaysOfCode🚀 Learned how API Authentication works: No Auth, Basic Auth, API Key & Bearer Token. Used Postman to generate credentials, plugged them into my Express app, and all the routes worked!🔥 APIs are starting to feel less scary. #JavaScript #NodeJS #BackendDev
Day 83 — no more messy errors 🎯 Added wrapAsync + ExpressError in my project today. The backend is finally behaving like it should 😎🔥 #100DaysOfCode #ExpressJS #NodeJS #Backend #WebDev
For everybody doing #nodejs / #javascript / #typescript and concerned about these supply chain security issues I would highly recommend moving to `pnpm` and using their `pnpm outdated` on a regular cadence to update with `minimumReleaseAge: 7200` (5 days).
🚀 Day 136 of My Web Dev Journey – Backend Diving into: Express.js ⚙️ Last 3 days, I built: 🔹 User Registration & Login 🔹 User-specific File Access 🔹 Logout & Profile Features 🔹 File Downloads using res.download() #NodeJS #100DaysOfCode #LearnInPublic #WebDev
Day 0 of my backend journey Finally starting with Node.js & Express, learning from Chai aur Code Today was just setup — environment, tools, and getting roadmap ready. Excited to build real full-stack stuff soon Let’s go! #Backend #Nodejs #Express #ChaiAurCode #LearnInPublic
Day 81 of #100DaysofCode More backend superpowers 💥 Learned: 🧠 wrapAsync ⚠️ Handling Mongoose errors Error-free routes feel GOOD 😎 #NodeJS #MERN #Mongoose #Backend
Stop leaking DB connections in serverless Fastify stacks. 1) reuse clients across invocations 2) put Postgres behind PgBouncer 3) reuse Redis client Snippet: if(!global.prisma) global.prisma=new PrismaClient() const prisma=global.prisma #nodejs #prisma #redis #devops 🚀
Just finished Week 5 at GIDA Academy! Learned to build Node.js servers, handle GET/POST requests, work with query params, fetch from APIs & follow REST principles. 🚀 Thanks to @Official_GIDA, @kevin_chibuoyim, @cjScrypt 🙌 #NodeJS #Backend #Bootcamp
Caching isn’t a performance hack. It’s an architectural decision. When you treat Redis like a shortcut, you create bugs. When you treat it like a data layer, you create speed. #NodeJS #SystemDesign
As a part of my MERN Stack journey, I completed the MongoDB module! 🚀 covered: Creating a MongoDB Atlas cloud server Connecting backend → MongoDB Mongoose schema design CRUD operations MongoDB relationships (ObjectId, embed,reference) #MERN #MongoDB #NodeJS #Backend
Day One: My School Defense Project Journey Successfully wrote my MongoDB connection and readPost function today. Every line of code teaches me something new, and I’m excited to keep learning as MoonBlog grows. By the end of this project, I know I’ll learn a lot. #nodejs
Every backend developer: small wait. #NodeJS #ExpressJS #BackendDevelopment #WebDevelopment #LearningJourney
Day 63 of #100DaysOfCode🚀 Learned how API Authentication works: No Auth, Basic Auth, API Key & Bearer Token. Used Postman to generate credentials, plugged them into my Express app, and all the routes worked!🔥 APIs are starting to feel less scary. #JavaScript #NodeJS #BackendDev
Quick Dev Debate! When your Express API grows, how do you structure your routes? 🤔 (Vote and explain why in replies!) #ExpressJS #NodeJS #Backend #CodeDebate
0 票 · 剩下 6 天
Most of the code stayed the same but the structure is cleaner now. GitHub: github.com/DKKowalski/myt… On to Day 3 tomorrow! #buildinpublic #backend #nodejs #express
Fix was simple: Use a regex catch-all instead → app.get(/(.*)/) Good reminder that frameworks evolve over time. #buildinpublic #backend #nodejs #express
Ran into an error with app.get('*') — apparently wildcard routing changed in Express 5 (I used to rely on it heavily in v4 😅). #buildinpublic #backend #nodejs #express
Tried to rebuild everything from memory since it’s been a while. Routes, templates, data loading — all recreated using Express 5. #buildinpublic #backend #nodejs #express
Day 2 of my backend journey 🚀 Refactored my pure Node.js HTTP server into an Express.js app. #buildinpublic #backend #nodejs #express
Sabendo que de execução de chamadas e task em JavaScript é essa abaixo. Qual será a ordem dos prints? Call stack Microtask Task queee. Isso no contexto de v8 browser e web API #JavaScript #nodejs
Just discovered the cat-me package in Node.js… And now my terminal is full of cats. Is this peak coding or am I late by 10 years? 🤣🐱 #Nodejs #JavaScript #DevLife
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
Nothing feels better than seeing “200 OK” after setting up authentication & authorization in Node.js. Spent hours fighting login errors, but finally got authentication & authorization working, passwords hashed, tokens signed, routes locked. 🔒 🫠👩💻 #SoftwareEngineering #nodejs…
Backend lesson of the day: app.use(express.urlencoded({ extended: true })) so Express server can read form submissions properly. Small middleware, big impact 😄 #WebDev #NodeJS #BuildInPublic
🚀 Day 151 of My Web Dev Journey – Backend Diving into: MongoDB Last 3 days, I explored: 🔹 MongoDB Setup in Node.js 🔹 CRUD Operations in Node.js 🔹 Cursors & its Methods 🔹 Batch Size & Projection 🔹 Limits of MongoDB #NodeJS #MongoDB #100DaysOfCode #LearnInPublic #WebDev
Created my first Express.js server today! 👨💻🔥 #NodeJS #ExpressJS #100DaysOfCode #BuildInPublic #DevCommunity
🚀 Day 139 of My Web Dev Journey – Backend Diving into: Express.js⚙️ Last 3 days, I explored: 🔹 router.route() & router.param() 🔹 HTTP Redirection 🔹 Form Data Parsing 🔹 Nested Dynamic Routes 🔹 Express v5 🌱 Wrapping up Express #NodeJS #100DaysOfCode #LearnInPublic #WebDev
Day 83 — no more messy errors 🎯 Added wrapAsync + ExpressError in my project today. The backend is finally behaving like it should 😎🔥 #100DaysOfCode #ExpressJS #NodeJS #Backend #WebDev
Day 63 of #100DaysOfCode🚀 Learned how API Authentication works: No Auth, Basic Auth, API Key & Bearer Token. Used Postman to generate credentials, plugged them into my Express app, and all the routes worked!🔥 APIs are starting to feel less scary. #JavaScript #NodeJS #BackendDev
🚀 Day 59/100 of #100DaysOfCode Web3 with @kirat_tw 💫 ✅ ETH Adapters → Wallet in ETH → Wagmi library → Tanstack + Viem → Connecting the wallet → Initiate a txn #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 58/100 of #100DaysOfCode Web3 with @kirat_tw ✨ ✅ ETH > types of accounts on ETH (EOA/Smart contract) > physical and virtual machines > VM vs JVM vs EVM > various ETH clients (geth) > solidity, bytecode & ABIs #Web3 #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 60/100 of #100DaysOfCode Web3 with @kirat_tw 🔥 ✅ Impermanent loss ✅ Creating a liquidity pool #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
🚀 Day 59/100 of #100DaysOfCode Web3 with @kirat_tw 💫 ✅ ETH Adapters → Wallet in ETH → Wagmi library → Tanstack + Viem → Connecting the wallet → Initiate a txn #Web3 #NodeJS #buildinpublic #Blockchain #Solana #grindnation
Hiring Node.js Developer (2+ YOE) for a freelance FinTech/Payments project → Stack: NestJS · TypeScript · PostgreSQL · Kafka → Bonus: Experience with FinTech or payment systems Submit your details 👉 dub.sh/Qoih3AF #hiring #nodejs #HiringNow
Free Node.js Handwritten Notes (PDF) Perfect for beginners learning backend development! Clear, simple & easy-to-understand handwritten notes. 📥 Download now: [drive.google.com/file/d/1DOkCAg…] #NodeJS #Backend #WebDevelopment #Notes #JavaScript
Just wrapped up the Swagger API docs for the HR system 🚀 Everything’s now documented, secured, and ready for endpoint testing before production. Bit by bit, this system’s shaping up nicely. #BuildInPublic #NodeJS #NestJS #BackendDev #Documentation
Day 0 of my backend journey Finally starting with Node.js & Express, learning from Chai aur Code Today was just setup — environment, tools, and getting roadmap ready. Excited to build real full-stack stuff soon Let’s go! #Backend #Nodejs #Express #ChaiAurCode #LearnInPublic
Day 73/100🚀 Leveled up my Express.js today! ✅Route & query parameters ✅Built mini CRUD API(in-memory) ✅Understanding REST patterns The difference between req.params, req.query, and req.body finally clicked💡 Tomorrow: MongoDB time🍃 #100DaysOfCode #NodeJS #ExpressJS #Backend
Something went wrong.
Something went wrong.
United States Trends
- 1. FIFA 424K posts
- 2. The WET 117K posts
- 3. FINALLY DID IT 437K posts
- 4. Frank Gehry 6,385 posts
- 5. Hep B 18K posts
- 6. Vizio N/A
- 7. #JingleBellJohn N/A
- 8. Hisense 1,243 posts
- 9. Paraguay 30.3K posts
- 10. Sherman 5,112 posts
- 11. $CVNA 1,419 posts
- 12. Argentina 250K posts
- 13. Warner Bros 268K posts
- 14. Matt Campbell 11.7K posts
- 15. Portugal 115K posts
- 16. Wellington 6,402 posts
- 17. Burden 26.7K posts
- 18. The EU 232K posts
- 19. 14th Amendment 8,752 posts
- 20. #Mundial2026 48K posts