#nodejs search results
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
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…
#nodejs I always have problems on #windows 11 for some reason. For upgrading && updating the node modules npx
Running around in your Castle on your Island ? @AmazingIslands @MoonriseEngine #threejs #opensource #nodejs #bunjs #blender #3dtool #amazingislands
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
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
Started my Node.js series today! Shocked to know V8 engine (written in C++) can be embedded in any C++ program 🤯 Node.js = C++ app + V8 engine + extra powers (API calls, DB access). JS now runs on both browser & server — that’s the magic of V8! #NodeJS #JavaScript #V8Engine
Testing my Node.js APIs with Thunder Client. Headers, tokens, and JSON all in one tab.👌 #softwareupdates #programmer #nodejs
Hey Everyone, I am Looking for new opportunities as a Node.js / Full-Stack Developer! Built LatexWriter, a collaborative LaTeX editor. Love building products that scale — from backend APIs to frontend polish. If your team’s hiring, please let me know. #Nodejs #React #Hiring
Node.js: The Ultimate Gamer of Frameworks Revolutionizing Modern Development - greyspacecomputing.com/node-js-the-ul… #Nodejs #Nodejsdevelopment #Nodejsmicroservices #ecommercedevelopmentcompany #Riyadhecommercedevelopment
🚀 #Day81 of #100DaysOfCode Dove deeper into EJS today 💡 🔹 Served static files (CSS, JS, images) in Express.js 🔹 Used includes for reusable layouts (header, footer, etc.) Loving how EJS makes dynamic pages so clean & modular ⚡ #NodeJS #ExpressJS #EJS
Getting Started with Node.js Microservices: A Beginner’s Guide - greyspacecomputing.com/getting-starte… #Nodejs #Microservices #MicroservicesEcommerceDevelopment #ecommercewebsitedevelopment #appdevelopment
⚡ API Design Tip: Don’t just build endpoints build experiences. 1. Keep it predictable 2. Use consistent naming 3. Always respond with meaningful errors Your API is your product’s language , make it speak clearly. #Backend #API #NodeJS #SoftwareEngineering
Just wrapped up a mini project using Node.js, Socket.io & React with session storage for smooth user authentication. 🚀 If you need something similar or even a chatbot to boost your business, let’s get it done! #WebDev #NodeJS #React #Chatbot #Tech
Day 82 of #100DaysOfCode Started building College Message Board Project using my Custom HTTP Server! AdminStarter - setup & login CreateAdministrator - admin creation AuthenticateAdministrator - login validation Repo👉github.com/Himanshuuu-exe… #nodejs #buildinpublic #javascript
stack principal : #React , #NodeJs , #ExpressJs, #MongoDb,#MySql Et la tienne ?
💻✨ Build the Backend. Power the Web. Learn Node.js! ✨💻 Node.js isn’t just a framework — it’s the backbone of modern web apps 🌐⚙️ 📚 Learn practically 💬 Train with experts 🏆 Build real-world projects #NodeJS #BackendDevelopment #FullStackDeveloper #LearnWithFIIT 💻🚀🔥
🗣️ “Hey Nova, play my favorite song!” Built my own Virtual Voice Assistant using MERN + AI 🤖 🎤 Voice Commands | Custom Assistant | JWT Auth | YouTube | Weather | Google Search 🔗 Live: share.google/FDzd22EwrfgrFP… 💻 Code: share.google/mL9asok1g4uSqc… #MERN #ReactJS #NodeJS #FullStack
AI is changing the game, but strong foundations in robust backend tech like Node.js and scalable infrastructure via DevOps are crucial for its success. Building responsibly! #AI #Nodejs #DevOps
Ready to build modern web apps on Rocky Linux 10? Here’s how to install and set up Node.js in just a few minutes! wiki.crowncloud.net/?How_to_Instal… #WebDev #NodeJS #Linux #RockyLinux
🚀 Built something cool with Express.js, but stuck on localhost:3000? Skip deploys, share it instantly with this command: ssh -p 443 -R0:localhost:3000 -t free.pinggy.io ⚡️Your local app → Live in seconds 🔗pinggy.io/blog/sharing_e… #ExpressJS #NodeJS #pinggy #Developer
Why Express.js and Mongodb are a Dynamic duo for Node.js Development - apsense.com/article/861147… #Nodejs #Nextjs #Mongodb #Nodejsmicroservices #ecommercedevelopmentcompany #Riyadhecommercedevelopment #Expressjs
It is a short live session later today, so bring your best questions and we will try to cover as many as we can. 👉 More details and signup: eventbrite.com/e/ask-me-anyth… #software #nodejs #javascript
On the introduction to built in modules... I'm a little slow, aren't I? #letsconnect #nodejs #backend
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
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
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
Do you want to have an amazing Castle on your island ? @AmazingIslands @MoonriseEngine #threejs #opensource #nodejs #blender #3dtool #amazingislands #solana #breakout #sonic
Day 2: Explore Node js and built my first server. #Nodejs #BakendDevelopment #100DaysOfCode #ChaiAurCode
Testing my Node.js APIs with Thunder Client. Headers, tokens, and JSON all in one tab.👌 #softwareupdates #programmer #nodejs
Deep dive into Node.js internals Learned how Libuv + V8 make async magic possible Explored: • Callback queue & thread pool • Event loop phases — timers, poll, check, close • process.nextTick() & Promise callbacks Powerful stuff! #NodeJS #Libuv #LearnInPublic
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
#nodejs I always have problems on #windows 11 for some reason. For upgrading && updating the node modules npx
this is how a backend developer tests the backend Coverage might look scary now but every % counts #Backend #NodeJS #Testing #BuildInPublic
Node.js: The Ultimate Gamer of Frameworks Revolutionizing Modern Development - greyspacecomputing.com/node-js-the-ul… #Nodejs #Nodejsdevelopment #Nodejsmicroservices #ecommercedevelopmentcompany #Riyadhecommercedevelopment
🚀 Day 39/100 of #100DaysOfCode ✅ HTTP methods & headers ✅ Routes & Controllers ✅ Register controller & logic building in node.js #NodeJS #buildinpublic #backend #WebDevelopment #letsconnect
🚀 Day 38/100 of #100DaysOfCode ✅ Custom API Response & Error Handling ✅ User + Video Model with Hooks & JWT #letsconnect #backend #buildinpublic #webdev
Explored how Node.js modules work From CommonJS to modern ES Modules — each module runs inside an IIFE! Learned how module.exports & require() work: resolve→load→compile→eval→cache. Amazing to see it all behind the scenes @akshaymarch7 #NodeJS #JavaScript #LearnInPublic
Started my Node.js series today! Shocked to know V8 engine (written in C++) can be embedded in any C++ program 🤯 Node.js = C++ app + V8 engine + extra powers (API calls, DB access). JS now runs on both browser & server — that’s the magic of V8! #NodeJS #JavaScript #V8Engine
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
Something went wrong.
Something went wrong.
United States Trends
- 1. INCOGNITO 4,161 posts
- 2. Cynthia 80.9K posts
- 3. #WorldKindnessDay 12.2K posts
- 4. Massie 83.4K posts
- 5. Larry Brooks 2,383 posts
- 6. #GrabFoodMegaSalexหลิงออม 906K posts
- 7. Encyclopedia Galactica 2,889 posts
- 8. Katie Couric 2,540 posts
- 9. Tommy James N/A
- 10. Bonhoeffer 1,772 posts
- 11. Good Thursday 37.4K posts
- 12. #thursdayvibes 3,678 posts
- 13. #LoveDesignEP7 78.3K posts
- 14. RIN AOKBAB BEGIN AGAIN 80.5K posts
- 15. Michael Burry 11.2K posts
- 16. #SwiftDay N/A
- 17. RIP Brooksie 1,384 posts
- 18. Bongino 7,198 posts
- 19. NBCSN N/A
- 20. Mollie 2,357 posts