#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



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




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

Published an article on backend engineering particularly on REST API Design. It covers major aspects of rest api which we should consider while designing and structuring our API link: medium.com/@harshgharat66… #backend #BackEndDevelopment #golang #api #restapi
medium.com
🧭 REST API Design — Best Practices and Architecture Principles for Modern Backend Engineers
“APIs are not just contracts between systems — they’re contracts between people.”
🛠️ 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

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

🚀 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
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

👨💻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

🚀 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




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

Published an article on backend engineering particularly on REST API Design. It covers major aspects of rest api which we should consider while designing and structuring our API link: medium.com/@harshgharat66… #backend #BackEndDevelopment #golang #api #restapi
medium.com
🧭 REST API Design — Best Practices and Architecture Principles for Modern Backend Engineers
“APIs are not just contracts between systems — they’re contracts between people.”
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




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




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

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
➡️ 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

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

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
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

🛠️ 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

🚀 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



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

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

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

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


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


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

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


Will the cookie-factory serialize my snacks too? Source: devhubby.com/thread/how-to-… #LearnRust #RustCode #BackendDevelopment #Programming #instacookies #rust

Something went wrong.
Something went wrong.
United States Trends
- 1. Jets 95.2K posts
- 2. Jets 95.2K posts
- 3. Justin Fields 16.7K posts
- 4. Aaron Glenn 6,886 posts
- 5. London 201K posts
- 6. Sean Payton 3,268 posts
- 7. Garrett Wilson 4,234 posts
- 8. Bo Nix 4,270 posts
- 9. #Pandu N/A
- 10. #HardRockBet 3,530 posts
- 11. Tyrod 2,352 posts
- 12. #DENvsNYJ 2,520 posts
- 13. HAPPY BIRTHDAY JIMIN 178K posts
- 14. #JetUp 2,466 posts
- 15. #OurMuseJimin 222K posts
- 16. Breece Hall 2,334 posts
- 17. Bam Knight N/A
- 18. Sutton 2,954 posts
- 19. Peart 2,033 posts
- 20. Folk 16.7K posts