Explore tweets tagged as #expressJS
@prog_BIO_
ifeanyi
1 month
48 hrs into using @nestframework and I don't think I will be going back to @expressjs. I was sold on the CLI Schematics and Enforced Dependency Injections. It just implies you to do things the better way. ✨. #fintech #banking
Tweet media one
8
6
46
@jayantsinghxyz
Jayant Singh
26 days
hiring remote backend developer intern. skills required:.- experience with javascript/typescript and mongodb.- familiar with nodejs, expressjs. stipend: β‚Ή15K/month. application form πŸ‘‡
Tweet media one
5
4
29
@NehaSha42019127
Neha Sharma
15 days
πŸš€ #Day4 | Built my first mini backend project – a Notes App using #NodeJS & #ExpressJS πŸ™Œ.βœ… Create Note (POST).βœ… Get All Notes (GET).βœ… Delete Note (DELETE).βœ… Update Note (PATCH).πŸ§ͺ Tested via #Postman. Learning backend with @sheryians_ .#100DaysOfCode #WomenWhoCode
Tweet media one
Tweet media two
Tweet media three
Tweet media four
4
1
33
@ishachttri
Isha Chettri
6 days
Day 43 of #60DaysOfLearning2025 .- Data now flows between frontend & backend .- Setup working with Express + EJS .- Preparing to add interactivity & CRUD soon! .Stay tuned for more features .#LSPPDay43 #LearningWithLeapfrog #nodejs #expressjs @lftechnology
Tweet media one
Tweet media two
2
0
5
@JefferyIbeh
Jeffery
2 hours
πŸ”’ Day 2 of #100DaysOfCode. βœ… Built a simple calculator with Express.js to add two numbers.βœ… Created a BMI calculator using form input and body-parser.Backend journey is starting to click! Loving how logic meets real-world use πŸ’‘. #NodeJS #ExpressJS #CodeNewbie #DevJourney
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
2
@NehaSha42019127
Neha Sharma
11 days
πŸš€ #Day5 in my backend dev journey!.βœ… Installed MongoDB (local & Atlas).βœ… Connected it to Express.js using Mongoose.βœ… Performed CRUD ops from backend.Huge thanks to @ankurdotio for the hands-on learning!.Let’s grow together πŸ’»πŸŒ±.#MongoDB #NodeJS #ExpressJS #100DaysOfCode
Tweet media one
Tweet media two
Tweet media three
3
1
43
@OmPrakash633536
Om Prakash Behera
4 days
Built 6 powerful REST APIs using Node.js + Express + SQLite πŸš€.Clean routing, async DB, and modular structure πŸ’‘.Code β†’ #NodeJS #APIs #ExpressJS #BuildInPublic #DevLog #100DaysOfCode
Tweet media one
0
0
6
@afeez20
Badmos Afeez πŸ‡³πŸ‡¬πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
18 days
#newapplaunch for both the #iOS and #android #playstore coming in this week. done in #reactnative NodeJS and expressJs with #asyncawait #networkrequests and send responses to the frontend via #apiendpoints . #encryption bcrypt.#tokenization using #jwt .#database MongoDB
2
0
2
@azamsharp
Mohammad Azam
2 months
JWT Authentication Tutorial is coming along nicely! . Server implemented in ExpressJS .Client in SwiftUI . You can expect a video next week. * I plan to give a tour of the server instead of covering it completely since it is implemented in ExpressJS.
Tweet media one
Tweet media two
2
5
49
@NehaSha42019127
Neha Sharma
16 days
Day 3 of backend dev! πŸš€.Used Postman to test CRUD operations with REST APIs in Express.js:.πŸ”Ή GET - Read.πŸ”Ή POST - Create.πŸ”Ή PATCH - Update.πŸ”Ή DELETE - Remove.Learned res.json(), req.body, and middleware magic! πŸ”₯.#NodeJS #ExpressJS #Postman #CRUD #100DaysOfCode #WomenInTech
Tweet media one
Tweet media two
Tweet media three
Tweet media four
10
2
72
@nrachabathuni
Nitin Rachabathuni
1 month
Use async middleware with error handling to keep your API clean & resilient. βœ… Fewer try/catch blocks.βœ… Cleaner codebase.βœ… Better DX.#ExpressJS #NodeJS #API #JavaScript #WebDev #Backend #AsyncAwait #SEOTips #CodeQuality #FullStackDev
Tweet media one
1
0
1
@vipinSao1
Vipin Sao
26 days
Day-58:Just built a full-stack app where you can register β†’ login β†’ upload files securely. πŸ” Files stored in ImageKit.πŸ—‚οΈ Mapped each file to users via MongoDB.πŸ› οΈ Tech used: Node.js + Express + MongoDB.#BackendDev #Nodejs #MERN #Expressjs #MongoDB #100DaysOfCode #BuildInPublic
0
0
5
@Vivek_05_12
Vivek Kumar
8 days
πŸ’» Web Development.β€’ πŸš€ Started with Express.js – learned the basics and how to set up a simple server. πŸ“š Data Structures & Algorithms (DSA).β€’ βœ… Solved 1 problem on GeeksforGeeks.β€’ βœ… Solved 4 problems on LeetCode. #100DaysOfCode #DevLog #WebDev #ExpressJS #NodeJS #DSA
Tweet media one
Tweet media two
Tweet media three
2
1
6
@Dhirajgiri003
Dhiraj
3 hours
Just finished final testing on everything. NextJS, TypeScript, Redis, BullMQ, ExpressJS, MongoDB - the whole stack is running smooth and ready for real traffic. ProductBazar launches tomorrow. #buildinginpublic
Tweet media one
1
0
5
@Janey_Dev
JaneySid
5 hours
Gm. Learning a little Expressjs
Tweet media one
2
0
5
@DivyanshuBt
Divyanshu MJ
5 hours
Built a basic Slack-style chat app while learning β€” includes support for groups and rooms.πŸš€.#mern #NodeJS #ExpressJS #fullstackdev
0
0
0
@Vivek_05_12
Vivek Kumar
5 days
πŸ’» Web Development.πŸ”„ Learned the overview of Middleware in Express.js and its role in handling the request-response cycle. πŸ“š Data Structures & Algorithms (DSA).βœ… Solved 2 problems on GeeksforGeeks.βœ… Solved 1 problem on LeetCode. #100DaysOfCode #DevLog #WebDev #ExpressJS #DSA
Tweet media one
Tweet media two
0
0
7
@MyraCodes_
Myra Gull
13 days
🎯 Day 34/100 β€” Backend leveled upπŸ”₯. > Classic http : JS runs backend outside browser. > Learned: http β†’ low-level, no routing/middleware. > Enter Express.js: routing, middleware, faster dev. > Deployed /home & /about β€” first Node routes live!. #ExpressJS #BackendDev #sheryians
Tweet media one
11
0
93