#expressjs search results
Created my first Express.js server today! ๐จโ๐ป๐ฅ #NodeJS #ExpressJS #100DaysOfCode #BuildInPublic #DevCommunity
Day 66 โ Express just got cooler ๐ Learned today ๐ ๐ ๏ธ New Route ๐งฉ Create Route ๐ Using Date in backend Every new route feels like unlocking a new level ๐ #100DaysOfCode #MERN #ExpressJS #BackendDev #WebDev
Just shipped a new newsletter to my GitHub Sponsors! ๐ It covers my latest talk, secure publishing research, #Expressjs and #OSSF Scorecard updates, plus ecosystem news. It will be public soon, but you can read it early and support my OSS work here: github.com/sponsors/Uliseโฆ
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 124 of My Web Dev Journey โ Backend Diving into: Express.js โ๏ธ Last 3 days, I explored: ๐น What is Express.js ๐น How it works internally ๐น Middleware (Global, Route, Built-in) ๐น Serving Static Files #ExpressJS #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
Day 1 with Express.js today. Built my first server, learned routing & req.body like a boss. No more stressing with raw Node.js ๐๐ฅ #ExpressJS #Nodejs #BackendDev #TechJourney
I just built a Product model & controller: -Uploads images directly to Cloudinary. -Uses Mongoose .pre + Slugify to auto-generate SEO-friendly slugs. This pattern saves time, improves SEO, and ensures a smooth developer experience. #NodeJS #ExpressJS #Cloudinary #BuildInPublic
โ Days 102 & 103 of #100DaysOfCode Leveled up my backend skills with Express.js! ๐ โค Mastered Auth: Sessions โ & JWT ๐ โค Built secure RESTful APIs โค Professional project scaffolding โค Robust error handling #ExpressJS #WebDevelopment #NodeJS #Programming #DevJourney
๐ง Learning Express.js Solved @kirat_twโs assignment today โ built a small โin-memory hospitalโ Users can check, add & remove kidneys #ExpressJS #BackendDev #BuildInPublic #100DaysOfCode
Exploring backend development with #ExpressJS learning how servers, routes & APIs work behind the scenes. Frontend meets backend ๐ป
๐ Day 57 / #100DaysOfCode Diving deeper into backend โจ ๐ฏ Today I learned: โ Routing in backend โ Setting up a Home Route โ Adding templates to render content dynamically Building routes + views = slowly building the skeleton and face of a web app ๐๐ง #NodeJS #ExpressJS
๐ Day 40 of #100DaysOfCode Express getting cooler every day ๐ ๐ก Learned about: ๐ฃ๏ธ Routing โ๏ธ Path Params & Query Strings ๐ฅ Installed Nodemon โ no more manual restarts! Feels like real backend dev now ๐ป #Expressjs #Nodejs #Backend #BuildInPublic #WebDev
Day 73โ of #100DaysOfCode Started #ExpressJS โข Learned how to set up a basic #server โข Practiced handling requests (GET/POST) โข Sent simple responses back to the browser โข Beginning to understand how backend route work๐ #NodeJS #Backend #CodingJourney #WebDevelopment
Today I learned about EJS Template Engine in Express ๐ It lets you write HTML with a sprinkle of JavaScript magic like mixing logic and design in one file Basically: โ<%= code %>โ is the new โconsole.log(โIโm fancy nowโ)โ ๐ #ExpressJS #EJS #WebDev #JavaScript #Web3News @X
ูู ู ุดุฑูุนู ุงูุญุงูู ุจู Express.js + TypeScript ุฃูุดุฃุช ู ููุงู ูุญูู Classes ูุฃุดูุงู ุงูู response ุจุฏู ุชูุฑุงุฑ ุงูููุฏ ูู ูู endpoint. ุทุจููุช ู ุจุฏุฃ DRY ูุณุฑูุนุช ุงูุชุทููุฑ โจ ุชุนูู Clean Code ู Best Practices ูุญุฏุซ ูุฑูุงู ูุจูุฑุงู. #Nodejs #Expressjs #TypeScript #ุจุฑู ุฌุฉ #CleanCode
๐ Day 3 of #backend21dayschallemge ! Practiced **route-specific middleware** in Express today ๐ฅ Handled custom logs for `/`, `/about`, and `/contact` โ feeling more confident with backend flow now! ๐ #NodeJS #ExpressJS #BackendDev
Day 79 โ Errors? Not scary anymore ๐ Learned: ๐งฏ Error-handling middleware ๐งฑ Custom Error Class โ Default status & message setup Backend feels way more in control now ๐ช #100DaysOfCode #ExpressJS #NodeJS #Backend
Completed a Full Stack To-Do App (CSR - SPA) ๐ GitHub github.com/shahidx05/Todoโฆ ๐ป Tech Stack: Frontend - HTML, CSS, JS, Backend - Node.js, Express, MongoDB #JavaScript #NodeJS #ExpressJS #MongoDB #WebDev #FullStack #100DaysOfCode #BuildInPublic #LearnInPublic #CodingJourney
Express Revision Day 4: Handling JSON Data (req.body)! ๐ฆ The key: You MUST use `app.use(express.json())` middleware first. Without it, `req.body` is undefined! (Code and Postman proof are in the pic! โ ) #ExpressJS #NodeJS #Backend #Revision
Just shipped a new newsletter to my GitHub Sponsors! ๐ It covers my latest talk, secure publishing research, #Expressjs and #OSSF Scorecard updates, plus ecosystem news. It will be public soon, but you can read it early and support my OSS work here: github.com/sponsors/Uliseโฆ
Created my first Express.js server today! ๐จโ๐ป๐ฅ #NodeJS #ExpressJS #100DaysOfCode #BuildInPublic #DevCommunity
Day 2 of #30DaysOfCoding ๐ Yesterday (2 Dec), I learned about Request, Response, and Routing in Express.js ๐๐ป Building my backend skills step by step! #ExpressJS #NodeJS #WebDevelopment #Backend #CodingJourney #MERNStack
Express Global Error Handling in the easiest way possible Clean, simple & Global Error Handling in Express made SIMPLE. ๐๐ฅ #javascript #nodejs #expressjs #webdev #buildinginpublic
AI-Powered Task Manager Update: Built with Express + TypeScript + PostgreSQL + LangChain Add tasks via natural language Auto-categorizes (Work, Personal, Urgent) Suggests priority based on deadlines github: github.com/suraj371k/ai_tโฆ #LangChain #TypeScript #ExpressJS #PostgreSQL
Express Revision Day 3: Mastering req.params! ๐ We use route parameters (e.g., /users/:id) to retrieve a specific,REQUIRED resource. Key difference from req.query:Params are part of the URL path itself. (Code in Pic 1,Proof in Pic 2!) ๐ก #ExpressJS #NodeJS #Backend #Revision
Explored Express.js, used Nodemon for auto-restarts, and completed request parameters & query handling today! Wrapped all this around an 8-hour job, but progress is progress. ๐ช #30DaysOfCode #NodeJS #ExpressJS #WebDevelopment #BackendDev #LearningEveryday #CodeJourney
Express Revision Day 2: Getting Data via the URL! ๐ Revising Query Parameters: We use `req.query` to read values (x and y) from the URL itself. This is fundamental for filtering and basic data requests. (Code in Pic 1, Result in Pic 2!) #ExpressJS #NodeJS #Backend #Revision
๐ Day 8 of my #100DaysCodingChallenge Today I learnt Express.js! โจ Built a basic server โจ Created routes โจ Used middleware Feeling confident with backend now. Next: small APIs! ๐ #NodeJS #ExpressJS #Sigma7 @ApnacollegeX #CodingJourney @ShradhaKhapra_
Day 81โ Of #100DaysOfCode More #ExpressJS practice today โข Worked on form validation & cleaner input handling โข Basic error handling for invalid routes โข Writing my own custom middleware โข Learned how to use redirects after form submission #webdeveloper #DSA #LeetCode
Before I started my MERN stack journey, I used to think backend was just saving data. Now that I am setting up controllers, routes, and middleware in Express. I have new respect for backend devs. The logic needs serious focus. #WebDev #NodeJS #ExpressJS
Day 80โ Of #100DaysOfCode #ExpressJS โข Learned about middleware and how requests flow through the server โข Handled POST requests & processed form data โข Used body parsing to capture inputs #NodeJS #webdeveloper #CodingJourney #LeetCode #buildinpublic #DSA #JavaScript
๐ Express.js for Beginners โ Build Your First CRUD API Just created a simple Books API using Express.js with an in-memory database. Perfect starter project to understand: โ GET / POST / PUT / DELETE โ Updating & deleting data โ Using express.json() middleware #ExpressJS #API
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 3 of #backend21dayschallemge ! Practiced **route-specific middleware** in Express today ๐ฅ Handled custom logs for `/`, `/about`, and `/contact` โ feeling more confident with backend flow now! ๐ #NodeJS #ExpressJS #BackendDev
Created my first Express.js server today! ๐จโ๐ป๐ฅ #NodeJS #ExpressJS #100DaysOfCode #BuildInPublic #DevCommunity
Day 66 โ Express just got cooler ๐ Learned today ๐ ๐ ๏ธ New Route ๐งฉ Create Route ๐ Using Date in backend Every new route feels like unlocking a new level ๐ #100DaysOfCode #MERN #ExpressJS #BackendDev #WebDev
I just built a Product model & controller: -Uploads images directly to Cloudinary. -Uses Mongoose .pre + Slugify to auto-generate SEO-friendly slugs. This pattern saves time, improves SEO, and ensures a smooth developer experience. #NodeJS #ExpressJS #Cloudinary #BuildInPublic
Was able to integrate Paystack and Flutterwave to my backend today. #nodejs #expressjs #100DaysOfCode
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 1 with Express.js today. Built my first server, learned routing & req.body like a boss. No more stressing with raw Node.js ๐๐ฅ #ExpressJS #Nodejs #BackendDev #TechJourney
โ Days 102 & 103 of #100DaysOfCode Leveled up my backend skills with Express.js! ๐ โค Mastered Auth: Sessions โ & JWT ๐ โค Built secure RESTful APIs โค Professional project scaffolding โค Robust error handling #ExpressJS #WebDevelopment #NodeJS #Programming #DevJourney
๐ง Learning Express.js Solved @kirat_twโs assignment today โ built a small โin-memory hospitalโ Users can check, add & remove kidneys #ExpressJS #BackendDev #BuildInPublic #100DaysOfCode
Today I learned about EJS Template Engine in Express ๐ It lets you write HTML with a sprinkle of JavaScript magic like mixing logic and design in one file Basically: โ<%= code %>โ is the new โconsole.log(โIโm fancy nowโ)โ ๐ #ExpressJS #EJS #WebDev #JavaScript #Web3News @X
๐ Day 40 of #100DaysOfCode Express getting cooler every day ๐ ๐ก Learned about: ๐ฃ๏ธ Routing โ๏ธ Path Params & Query Strings ๐ฅ Installed Nodemon โ no more manual restarts! Feels like real backend dev now ๐ป #Expressjs #Nodejs #Backend #BuildInPublic #WebDev
๐ Day 57 / #100DaysOfCode Diving deeper into backend โจ ๐ฏ Today I learned: โ Routing in backend โ Setting up a Home Route โ Adding templates to render content dynamically Building routes + views = slowly building the skeleton and face of a web app ๐๐ง #NodeJS #ExpressJS
Exploring backend development with #ExpressJS learning how servers, routes & APIs work behind the scenes. Frontend meets backend ๐ป
๐ Day 124 of My Web Dev Journey โ Backend Diving into: Express.js โ๏ธ Last 3 days, I explored: ๐น What is Express.js ๐น How it works internally ๐น Middleware (Global, Route, Built-in) ๐น Serving Static Files #ExpressJS #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
Day 73โ of #100DaysOfCode Started #ExpressJS โข Learned how to set up a basic #server โข Practiced handling requests (GET/POST) โข Sent simple responses back to the browser โข Beginning to understand how backend route work๐ #NodeJS #Backend #CodingJourney #WebDevelopment
Day 79 โ Errors? Not scary anymore ๐ Learned: ๐งฏ Error-handling middleware ๐งฑ Custom Error Class โ Default status & message setup Backend feels way more in control now ๐ช #100DaysOfCode #ExpressJS #NodeJS #Backend
โ๏ธ Day 43 of #100DaysOfCode Backend getting deeper ๐จโ๐ป ๐ก Learned today: ๐ฌ GET & POST requests ๐ง Handling form data ๐ Revisiting JS OOPs ๐งฉ Object Prototypes in action Feeling more confident with servers every day ๐ #Nodejs #Expressjs #WebDev #BuildInPublic #JavaScript
ูู ู ุดุฑูุนู ุงูุญุงูู ุจู Express.js + TypeScript ุฃูุดุฃุช ู ููุงู ูุญูู Classes ูุฃุดูุงู ุงูู response ุจุฏู ุชูุฑุงุฑ ุงูููุฏ ูู ูู endpoint. ุทุจููุช ู ุจุฏุฃ DRY ูุณุฑูุนุช ุงูุชุทููุฑ โจ ุชุนูู Clean Code ู Best Practices ูุญุฏุซ ูุฑูุงู ูุจูุฑุงู. #Nodejs #Expressjs #TypeScript #ุจุฑู ุฌุฉ #CleanCode
โ Completed the authentication flow for my project! I'm thinking of switching gears to the frontend next instead of waiting to finish the backend. ๐ค #NodeJS #ExpressJS #TypeScript
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 11.4K posts
- 2. Giannis 70.4K posts
- 3. #Survivor49 1,691 posts
- 4. #iubb N/A
- 5. Kevin Knight 1,327 posts
- 6. #TheChallenge41 N/A
- 7. Achilles 4,734 posts
- 8. Jamal Murray 1,032 posts
- 9. Spotify 1.9M posts
- 10. #SistasOnBET N/A
- 11. Bucks 44K posts
- 12. Dark Order N/A
- 13. Steve Cropper 2,553 posts
- 14. Lonzo N/A
- 15. Mikel 33.6K posts
- 16. Milwaukee 18.6K posts
- 17. Eddie Kingston 1,181 posts
- 18. Brazile N/A
- 19. Yeremi N/A
- 20. DeVries N/A