#backenddevelopment результаты поиска

Wrapped up a great week practicing backend modeling with Mongoose💻 Built schemas for: 📝 ToDo App (User, Todo, SubTodo) 🛒 E-Com. System (User, Product, Order, Category) 🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription) #BackEndDevelopment #development

soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development

PUT & DELETE requests in Spring Boot! Routes: PUT → /products/update - updates an existing product @PutMapping DELETE → /products/{id} - deletes a product by ID @DeleteMapping Completes the full CRUD flow ✨ #BackendDevelopment #Backend #SpringBoot #LearnInPublic

vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic

GET & POST requests in Spring Boot! Routes : Post → /products - adds a new product @PostMapping Get → /products/{Id} - returns product by ID @GetMapping #BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

Good docs means: ✅ Faster frontend integration ✅ Fewer questions from teammates ✅ Easier onboarding for new devs ✅ Clear structure for future updates Don’t just build APIs — make them discoverable, testable, and understandable #BackendDevelopment #API #Swagger #DevTips

Free_dom200's tweet image. Good docs means:
✅ Faster frontend integration
✅ Fewer questions from teammates
✅ Easier onboarding for new devs
✅ Clear structure for future updates

Don’t just build APIs — make them discoverable, testable, and understandable

#BackendDevelopment #API #Swagger #DevTips

🛠️ Backend Dev Progress Exploring how to set up folders & files for a professional backend project 📂⚡ Clean structure = easier scaling, teamwork & maintenance 🚀 #BuildInPublic #BackendDevelopment #MERN #100DaysOfCode

vishal_jati's tweet image. 🛠️ Backend Dev Progress
Exploring how to set up folders & files for a professional backend project 📂⚡

Clean structure = easier scaling, teamwork & maintenance 🚀

#BuildInPublic #BackendDevelopment #MERN #100DaysOfCode

🎉 Excited to share that I’ve joined Akdenar Pvt Ltd as a Backend Developer Intern! Grateful for this opportunity and the support from everyone along the way. Looking forward to learning and growing! #internship #backendDevelopment #career #newbeginnings #grateful #Akdenar

Prakhar_tech775's tweet image. 🎉 Excited to share that I’ve joined Akdenar Pvt Ltd as a Backend Developer Intern! Grateful for this opportunity and the support from everyone along the way. Looking forward to learning and growing!
#internship #backendDevelopment #career #newbeginnings #grateful #Akdenar

Learned what Redis actually is ✅ It’s like the RAM of databases — super fast and perfect for caching! ⚡ #Python #Redis #BackendDevelopment #Database #Coding #InMemoryDB #100DaysOfCode #DevJourney

Anshit_Rangra's tweet image. Learned what Redis actually is ✅
It’s like the RAM of databases — super fast and perfect for caching! ⚡

#Python #Redis #BackendDevelopment #Database #Coding #InMemoryDB #100DaysOfCode #DevJourney

🚀 I've started my Backend Development journey! 💻✨ 🔑 First step: Node.js 🟢 ⚡️ Ran my very first code and got the server up & running 🖥️🎉 Feeling pumped to dive deeper into APIs, databases, and building real-world apps 🔧🌐 #NodeJS #BackendDevelopment #CodingJourney

juhi_rathor's tweet image. 🚀 I've started my Backend Development journey! 💻✨

🔑 First step: Node.js 🟢
⚡️ Ran my very first code and got the server up & running 🖥️🎉
Feeling pumped to dive deeper into APIs, databases, and building real-world apps 🔧🌐

#NodeJS #BackendDevelopment #CodingJourney

🚀 Day 25/100 — Full-Stack Kickoff 🎉 Finished backend of my Course Selling App => Auth (User & Admin) => Schemas: User, Admin, Course, Video, Purchase Payment => Payments with status & methods (UPI, Card, NetBanking) #100DaysOfCode #BackendDevelopment

harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment

Hi #Connections If you love backend systems, you’ll enjoy my full post on LinkedIn where I dive into what really makes backend engineering beautiful👇 linkedin.com/posts/vaishnav… #BackendDevelopment #SoftwareEngineering #Developers #CodingLife #Twitter #CONNECT

thevaishnavi01's tweet image. Hi #Connections If you love backend systems, you’ll enjoy my full post on LinkedIn where I dive into what really makes backend engineering beautiful👇

linkedin.com/posts/vaishnav…

#BackendDevelopment #SoftwareEngineering #Developers #CodingLife #Twitter #CONNECT

✅ Phase 0 - Day 40: Started learning Node.js 🚀 Backend begins — servers, APIs, and more! #100DaysOfCode #NodeJS #BackendDevelopment #WebDevelopment #CodingJourney #BuildInPublic #Developer

HarshvardhanRaw's tweet image. ✅ Phase 0 - Day 40: 
Started learning Node.js 🚀  
Backend begins — servers, APIs, and more!  

#100DaysOfCode #NodeJS #BackendDevelopment #WebDevelopment #CodingJourney #BuildInPublic #Developer

👨‍💻Day 1 of my backend journey with Node.js! #100DaysOfCode #Nodejs #BackendDevelopment #FullStackDeveloper

Darealudeme1's tweet image. 👨‍💻Day 1 of my backend journey with Node.js!

#100DaysOfCode #Nodejs #BackendDevelopment #FullStackDeveloper

Hello Friday! Trying to kill two birds with one stone.🧐 Of course I need money to chase this tech career.🚀🚀 Those that navigated to tech from a 9-5 job, how did you do it? Please inspire a brother! 🙏 #SoftwareDevelopment #buildinpublic #BackEndDevelopment #Consistency

KZEE_baby's tweet image. Hello Friday! 
Trying to kill two birds with one stone.🧐 
Of course I need money to chase this tech career.🚀🚀
Those that navigated to tech from a 9-5 job, how did you do it?
Please inspire a brother! 🙏 

#SoftwareDevelopment
#buildinpublic 
#BackEndDevelopment 
#Consistency

🚀 Big milestone today! Started my backend journey with Node.js 💻 Dove into LibUV & compared it with the browser async model ⚡ One step closer to becoming full-stack 🔥 #NodeJS #BackendDevelopment #CodingJourney #100DaysOfCode

codewithabhiX's tweet image. 🚀 Big milestone today!
Started my backend journey with Node.js 💻
Dove into LibUV & compared it with the browser async model ⚡

One step closer to becoming full-stack 🔥

#NodeJS #BackendDevelopment #CodingJourney #100DaysOfCode

Just finished running memory, context, and retrieval tests on my custom AI agent. From conversation continuity to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI #BackendDevelopment #LangChain #buildinpublic

OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic

Working on what @JohnWPellew mentioned saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history. #AI #BackendDevelopment #LangChain #buildinpublic

OpeyemiBolatit1's tweet image. Working on what @JohnWPellew mentioned  saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history.
#AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Working on what @JohnWPellew mentioned  saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history.
#AI 
 #BackendDevelopment
#LangChain
#buildinpublic


Built the Job module for my Job Portal project: Created Job model with all fields & relations Implemented CRUD operations (create, read, update, delete) Added role-based access for recruiters & admin Tested all routes in Postman ✅ #100DaysOfCode #MERNStack #BackendDevelopment

IshantRaut3's tweet image. Built the Job module for my Job Portal project:
Created Job model with all fields & relations
Implemented CRUD operations (create, read, update, delete)
Added role-based access for recruiters & admin
Tested all routes in Postman ✅

#100DaysOfCode #MERNStack #BackendDevelopment

Keep building. Keep breaking. Keep learning. That’s how we grow as developers 💪 #BackendDevelopment #NodeJS #Razorpay #WebDevelopment #SoftwareEngineering #Developers #LearningByDoing


PUT & DELETE requests in Spring Boot! Routes: PUT → /products/update - updates an existing product @PutMapping DELETE → /products/{id} - deletes a product by ID @DeleteMapping Completes the full CRUD flow ✨ #BackendDevelopment #Backend #SpringBoot #LearnInPublic

vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic

Wrapped up a great week practicing backend modeling with Mongoose💻 Built schemas for: 📝 ToDo App (User, Todo, SubTodo) 🛒 E-Com. System (User, Product, Order, Category) 🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription) #BackEndDevelopment #development

soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development

GET & POST requests in Spring Boot! Routes : Post → /products - adds a new product @PostMapping Get → /products/{Id} - returns product by ID @GetMapping #BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

Learning Git and GitHub during my internship at Sanskriti Labs has been a game changer. Working on real projects taught me how collaboration brings code to life. #Git #GitHub #BackendDevelopment #Internship #SanskritiLabs #CodingJourney

meritikprasad's tweet image. Learning Git and GitHub during my internship at Sanskriti Labs has been a game changer. Working on real projects taught me how collaboration brings code to life.
#Git #GitHub #BackendDevelopment #Internship #SanskritiLabs #CodingJourney

➡️ Waiter (router) takes your order (request body). ➡️ Chef (controller) checks the pantry (database). If something’s missing 404 Not Found If it’s ready 200 OK and your meal (response) is served 🍽️. @plpcommunity #NodeJS #ExpressJS #BackendDevelopment #APIs #WebDev #PLP


✨ Day 96/100 of #100DaysOfCode I started from whare I left Today spent time on revision and Intro to bit advance toppics #BackendDevelopment #SpringBoot #Java #learninginpublic #100DaysOfCod


4/4 Monthly Win: Finished the initial project phase ahead of schedule! Saw polymorphism work perfectly, boosting my confidence in designing complex object relationships. Grateful for the growth! 🚀 #BackendDevelopment


Hi #Connections If you love backend systems, you’ll enjoy my full post on LinkedIn where I dive into what really makes backend engineering beautiful👇 linkedin.com/posts/vaishnav… #BackendDevelopment #SoftwareEngineering #Developers #CodingLife #Twitter #CONNECT

thevaishnavi01's tweet image. Hi #Connections If you love backend systems, you’ll enjoy my full post on LinkedIn where I dive into what really makes backend engineering beautiful👇

linkedin.com/posts/vaishnav…

#BackendDevelopment #SoftwareEngineering #Developers #CodingLife #Twitter #CONNECT

Built the Job module for my Job Portal project: Created Job model with all fields & relations Implemented CRUD operations (create, read, update, delete) Added role-based access for recruiters & admin Tested all routes in Postman ✅ #100DaysOfCode #MERNStack #BackendDevelopment

IshantRaut3's tweet image. Built the Job module for my Job Portal project:
Created Job model with all fields & relations
Implemented CRUD operations (create, read, update, delete)
Added role-based access for recruiters & admin
Tested all routes in Postman ✅

#100DaysOfCode #MERNStack #BackendDevelopment

Good docs means: ✅ Faster frontend integration ✅ Fewer questions from teammates ✅ Easier onboarding for new devs ✅ Clear structure for future updates Don’t just build APIs — make them discoverable, testable, and understandable #BackendDevelopment #API #Swagger #DevTips

Free_dom200's tweet image. Good docs means:
✅ Faster frontend integration
✅ Fewer questions from teammates
✅ Easier onboarding for new devs
✅ Clear structure for future updates

Don’t just build APIs — make them discoverable, testable, and understandable

#BackendDevelopment #API #Swagger #DevTips

Day 10...learned Django serializers in Django REST Framework (DRF) today. It’s amazing how data can be transformed so easily. What a productive day👨🏽‍💻💯 #Day31OfCode #Django #Backenddevelopment #DRF


Нет результатов для «#backenddevelopment»

PUT & DELETE requests in Spring Boot! Routes: PUT → /products/update - updates an existing product @PutMapping DELETE → /products/{id} - deletes a product by ID @DeleteMapping Completes the full CRUD flow ✨ #BackendDevelopment #Backend #SpringBoot #LearnInPublic

vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic
vkdev456's tweet image. PUT & DELETE requests in Spring Boot! 

Routes:

 PUT → /products/update - updates an existing product  @PutMapping
 DELETE → /products/{id} - deletes a product by ID @DeleteMapping 

Completes the full CRUD flow ✨
#BackendDevelopment #Backend #SpringBoot #LearnInPublic

Learned what Redis actually is ✅ It’s like the RAM of databases — super fast and perfect for caching! ⚡ #Python #Redis #BackendDevelopment #Database #Coding #InMemoryDB #100DaysOfCode #DevJourney

Anshit_Rangra's tweet image. Learned what Redis actually is ✅
It’s like the RAM of databases — super fast and perfect for caching! ⚡

#Python #Redis #BackendDevelopment #Database #Coding #InMemoryDB #100DaysOfCode #DevJourney

🛠️ Backend Dev Progress Exploring how to set up folders & files for a professional backend project 📂⚡ Clean structure = easier scaling, teamwork & maintenance 🚀 #BuildInPublic #BackendDevelopment #MERN #100DaysOfCode

vishal_jati's tweet image. 🛠️ Backend Dev Progress
Exploring how to set up folders & files for a professional backend project 📂⚡

Clean structure = easier scaling, teamwork & maintenance 🚀

#BuildInPublic #BackendDevelopment #MERN #100DaysOfCode

What if I told you that soon, this workflow will be possible: @figma → Visual Backend Design → Full Node.js App In minutes, not weeks ⚡ #ComingSoon #Figma #BackendDevelopment

aytes_xyz's tweet image. What if I told you that soon, this workflow will be possible:
@figma → Visual Backend Design → Full Node.js App
In minutes, not weeks ⚡
#ComingSoon #Figma #BackendDevelopment

🚀 Day 25/100 — Full-Stack Kickoff 🎉 Finished backend of my Course Selling App => Auth (User & Admin) => Schemas: User, Admin, Course, Video, Purchase Payment => Payments with status & methods (UPI, Card, NetBanking) #100DaysOfCode #BackendDevelopment

harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment
harshit_jsx's tweet image. 🚀 Day 25/100 — Full-Stack Kickoff 

🎉 Finished backend of my Course Selling App

=>  Auth (User & Admin)

=>  Schemas: User, Admin, Course, Video,
        Purchase Payment

=>  Payments with status & methods
         (UPI, Card, NetBanking)

#100DaysOfCode #BackendDevelopment

Wrapped up a great week practicing backend modeling with Mongoose💻 Built schemas for: 📝 ToDo App (User, Todo, SubTodo) 🛒 E-Com. System (User, Product, Order, Category) 🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription) #BackEndDevelopment #development

soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development
soul_alone_0's tweet image. Wrapped up a great week practicing backend modeling with Mongoose💻
Built schemas for:
📝 ToDo App (User, Todo, SubTodo)
🛒 E-Com. System (User, Product, Order, Category)
🏥 Hospital Mg. System (Hospital, Doctor, Patient, Prescription)
#BackEndDevelopment #development

Good docs means: ✅ Faster frontend integration ✅ Fewer questions from teammates ✅ Easier onboarding for new devs ✅ Clear structure for future updates Don’t just build APIs — make them discoverable, testable, and understandable #BackendDevelopment #API #Swagger #DevTips

Free_dom200's tweet image. Good docs means:
✅ Faster frontend integration
✅ Fewer questions from teammates
✅ Easier onboarding for new devs
✅ Clear structure for future updates

Don’t just build APIs — make them discoverable, testable, and understandable

#BackendDevelopment #API #Swagger #DevTips

🎉 Excited to share that I’ve joined Akdenar Pvt Ltd as a Backend Developer Intern! Grateful for this opportunity and the support from everyone along the way. Looking forward to learning and growing! #internship #backendDevelopment #career #newbeginnings #grateful #Akdenar

Prakhar_tech775's tweet image. 🎉 Excited to share that I’ve joined Akdenar Pvt Ltd as a Backend Developer Intern! Grateful for this opportunity and the support from everyone along the way. Looking forward to learning and growing!
#internship #backendDevelopment #career #newbeginnings #grateful #Akdenar

I’ve noticed most devs procrastinate when it comes to building a portfolio. If portfolio-building had a Software Development Life Cycle… 👉 What stage are you currently in? #Tech #BackendDevelopment #SQLServer #WindowsServer #LearningInPublic #CareerGrowth

DevAtlasHQ's tweet image. I’ve noticed most devs procrastinate when it comes to building a portfolio.
If portfolio-building had a Software Development Life Cycle…

👉 What stage are you currently in?

#Tech #BackendDevelopment #SQLServer #WindowsServer #LearningInPublic #CareerGrowth

🚀 I've started my Backend Development journey! 💻✨ 🔑 First step: Node.js 🟢 ⚡️ Ran my very first code and got the server up & running 🖥️🎉 Feeling pumped to dive deeper into APIs, databases, and building real-world apps 🔧🌐 #NodeJS #BackendDevelopment #CodingJourney

juhi_rathor's tweet image. 🚀 I've started my Backend Development journey! 💻✨

🔑 First step: Node.js 🟢
⚡️ Ran my very first code and got the server up & running 🖥️🎉
Feeling pumped to dive deeper into APIs, databases, and building real-world apps 🔧🌐

#NodeJS #BackendDevelopment #CodingJourney

👨‍💻Day 1 of my backend journey with Node.js! #100DaysOfCode #Nodejs #BackendDevelopment #FullStackDeveloper

Darealudeme1's tweet image. 👨‍💻Day 1 of my backend journey with Node.js!

#100DaysOfCode #Nodejs #BackendDevelopment #FullStackDeveloper

To God be the glory, it's a wrap ✌️ Unto the next phase🙏 #BackEndDevelopment #nyscpop

KZEE_baby's tweet image. To God be the glory, it's a wrap ✌️ 
Unto the next phase🙏

#BackEndDevelopment 
#nyscpop
KZEE_baby's tweet image. To God be the glory, it's a wrap ✌️ 
Unto the next phase🙏

#BackEndDevelopment 
#nyscpop

GET & POST requests in Spring Boot! Routes : Post → /products - adds a new product @PostMapping Get → /products/{Id} - returns product by ID @GetMapping #BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic
vkdev456's tweet image. GET & POST requests in Spring Boot!    

Routes :     

Post  →  /products - adds a new product @PostMapping
Get   →  /products/{Id} - returns product by ID @GetMapping

#BackendDevelopment #SpringBoot #Java #Backend #LearnInPublic

⚡ Leveling up my backend journey with Node.js + Express.js 🚀 Dived into 📡 Requests & Responses, 📂 File Serving, 🌐 CORS, 🛡️ Middleware, and ⏱️ Job Scheduling. Step by step, building the backbone of real-world apps! 💻🔥 #Nodejs #Expressjs #BackendDevelopment #WebDevJourney

SyntaxTiwari's tweet image. ⚡ Leveling up my backend journey with Node.js + Express.js 🚀
Dived into 📡 Requests & Responses, 📂 File Serving, 🌐 CORS, 🛡️ Middleware, and ⏱️ Job Scheduling. 
Step by step, building the backbone of real-world apps! 💻🔥
#Nodejs #Expressjs #BackendDevelopment #WebDevJourney
SyntaxTiwari's tweet image. ⚡ Leveling up my backend journey with Node.js + Express.js 🚀
Dived into 📡 Requests & Responses, 📂 File Serving, 🌐 CORS, 🛡️ Middleware, and ⏱️ Job Scheduling. 
Step by step, building the backbone of real-world apps! 💻🔥
#Nodejs #Expressjs #BackendDevelopment #WebDevJourney

Just finished running memory, context, and retrieval tests on my custom AI agent. From conversation continuity to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI #BackendDevelopment #LangChain #buildinpublic

OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Just finished running memory, context, and retrieval tests on my custom AI agent.
From conversation continuity  to pronoun resolution, context switching, and even edge cases… my AI agent handled it all very well! #AI 
 #BackendDevelopment
#LangChain
#buildinpublic

Working on what @JohnWPellew mentioned saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history. #AI #BackendDevelopment #LangChain #buildinpublic

OpeyemiBolatit1's tweet image. Working on what @JohnWPellew mentioned  saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history.
#AI 
 #BackendDevelopment
#LangChain
#buildinpublic
OpeyemiBolatit1's tweet image. Working on what @JohnWPellew mentioned  saving convo state to chat_memory.json, committing prompt versions, and adding schema migrations for memory. Would be adding user IDs so multiple users won’t share the same chat history.
#AI 
 #BackendDevelopment
#LangChain
#buildinpublic


Day 31/100⚙️ > Explored ORMs with Prisma > Designed DB models & relationships > Ran migrations to keep schema in sync #100DaysOfCode #Prisma #BackendDevelopment #BuildInPublic

Himanshu98010's tweet image. Day 31/100⚙️ 

> Explored ORMs with Prisma
> Designed DB models & relationships
> Ran migrations to keep schema in sync
#100DaysOfCode #Prisma #BackendDevelopment  #BuildInPublic

✅ Phase 0 - Day 40: Started learning Node.js 🚀 Backend begins — servers, APIs, and more! #100DaysOfCode #NodeJS #BackendDevelopment #WebDevelopment #CodingJourney #BuildInPublic #Developer

HarshvardhanRaw's tweet image. ✅ Phase 0 - Day 40: 
Started learning Node.js 🚀  
Backend begins — servers, APIs, and more!  

#100DaysOfCode #NodeJS #BackendDevelopment #WebDevelopment #CodingJourney #BuildInPublic #Developer

Developing the backend of my AI agent using FastAPI to ensure scalability and performance. #AI #FastAPI #BackendDevelopment #Python #Coding #LangChain #AI #buildinpublic #BuildingTheFuture

OpeyemiBolatit1's tweet image. Developing the backend of my AI agent using FastAPI to ensure scalability and performance. 
#AI 
#FastAPI
 #BackendDevelopment
#Python 
 #Coding
#LangChain
 #AI 
#buildinpublic 
#BuildingTheFuture
OpeyemiBolatit1's tweet image. Developing the backend of my AI agent using FastAPI to ensure scalability and performance. 
#AI 
#FastAPI
 #BackendDevelopment
#Python 
 #Coding
#LangChain
 #AI 
#buildinpublic 
#BuildingTheFuture

Tried using twilio to integrate my AI agent with Whatsapp. Tried checking it how it looks in a web. Can select model to use,clear chat history,collects input from users but still having issues in response. #Python #Coding #LangChain #AI #buildinpublic #BuildingTheFuture

OpeyemiBolatit1's tweet image. Tried using twilio to integrate my AI agent with Whatsapp. Tried checking it how it looks in a web. Can select model to use,clear chat history,collects input from users but still having issues in response.
#Python 
 #Coding
#LangChain
 #AI 
#buildinpublic 
#BuildingTheFuture
OpeyemiBolatit1's tweet image. Tried using twilio to integrate my AI agent with Whatsapp. Tried checking it how it looks in a web. Can select model to use,clear chat history,collects input from users but still having issues in response.
#Python 
 #Coding
#LangChain
 #AI 
#buildinpublic 
#BuildingTheFuture


Loading...

Something went wrong.


Something went wrong.


United States Trends