#backenddevelopment 搜索结果
Today I learned image uploading using Multer and Cloudinary 🧠 Also restructured one of my old projects — will start rebuilding it from tomorrow 🚀 #BackendDevelopment #NodeJS #BuildInPublic
First time diving into NestJS + PostgreSQL to build a backend app 😁 Coming from Node.js/Express, and wow . the structure and decorators are a whole new vibe! Any tips from NestJS devs out here? 🚀 #NestJS #BackendDevelopment #PostgreSQL #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
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
Today I finally understood Docker Volumes — and it changed how I think about databases inside containers. Here’s the simplest explanation 👇 - Problem Docker containers are temporary. If your Mongo container stops → your data disappears. #Docker #BackendDevelopment #DevOps
just watched this gem by @piyushgarg_dev 🔥 "Don’t just learn — Build, Break, Aage Badho!" hit deep. this video cleared so many paths for me in backend & system design — grateful for such real talks 🙌 #BackendDevelopment #SystemDesign #Motivation
Successfully delivered the Swagger API documentation for client's project! 🚀💻 As the backend developer, I ensured seamless API integration and comprehensive documentation. Proud of the collaboration and outcome! 👥💬 #BackendDevelopment #APIDocumentation #SoftwareDevelopment
Behind every smooth app is a rock-solid backend. Slow loads or broken APIs? That’s poor backend. At Netclues, we: ✔️ Build future-ready architectures ✔️ Optimize APIs & DBs ✔️ Ensure speed, security & scale #Netclues #BackendDevelopment
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
REST API Principles—Explained Visually 🧠📦 Learn the 6 foundational principles that make RESTful APIs scalable, predictable, and developer-friendly. Visuals + Examples 👇 #BackendDevelopment #RESTAPI #APIDesign #SoftwareEngineering
Three days ago, I decided to pick up Go. Today, I’ve built a Book Management CRUD API from scratch — complete with routing, handlers, and database integration. Small steps every day 💪 Check it out on my GitHub repo: github.com/michaelNuel/Bo… #Golang #BackendDevelopment
Day 58 of Sigma 8.0 🚀 Learned about Mongoose Models Insert (single & multiple) in DB 📝 Find & Update operations 🔄 Step by step, MongoDB & Mongoose are getting clearer 💡 #MongoDB #Mongoose #BackendDevelopment #100DaysOfCode @ApnacollegeX @ShradhaKhapra_
✨ Manifestations turning into reality! I applied for a Junior Backend Developer role recently, and I just got an email from the recruiters, my interview is tomorrow! 🙌 Super excited and hopeful about this next step. Wish me luck! 🙏 #BackendDevelopment #TechJourney #Software
I've already been recruited this month of October by a startup. This was one of my manifestations for the month of October. I still manifest for a monitor and still more gigs 🙏
Why Redis is a Game-Changer Redis isn’t just a cache—it can also be used for: Real-time analytics Session storage Message queues Integrating Redis can speed up your app and simplify architecture. #Redis #BackendDevelopment #FullStackDeveloper #TechTips
Day 33 of #100DaysCodeChallenge 1️⃣ Studied Redis in a bit more depth 2️⃣ Learned about Rate Limiter in LLD ⚙️ Got to explore a lot of new concepts today! ⚡ Productivity: Medium #BackendDevelopment #Redis #SystemDesign #100DaysOfCode #CodingJourney
Day 28 of the Last 90 Days Challenge of this Year 🚀 ✅ Solved 2 LeetCode problems ⚙️ Wrote controllers for my backend project #Last90DaysChallenge #BackendDevelopment #DSA #KeepPushing
✨ Day 95/100 of #100DaysOfCode Implemented REST APIs for Book Appointment functionality Backend logic is shaping up strong! #BackendDevelopment #SpringBoot #Java #learninginpublic #100DaysOfCod
This project helped me understand: ✨ API routing ✨ Data models using Pydantic ✨ Handling GET, POST, PUT, DELETE ✨ How backend logic works Excited to build more APIs and explore backend development even deeper! #FastAPI #Python #BackendDevelopment #LearningJourney
Today I learned image uploading using Multer and Cloudinary 🧠 Also restructured one of my old projects — will start rebuilding it from tomorrow 🚀 #BackendDevelopment #NodeJS #BuildInPublic
REST API Principles—Explained Visually 🧠📦 Learn the 6 foundational principles that make RESTful APIs scalable, predictable, and developer-friendly. Visuals + Examples 👇 #BackendDevelopment #RESTAPI #APIDesign #SoftwareEngineering
Ex: volumes: - mongo_data:/data/db Now even if the container dies → your database survives 🎉 “Containers should be stateless. Volumes handle the state.” #Docker #BackendDevelopment #DevOps #backend #Kubernetes
Today I finally understood Docker Volumes — and it changed how I think about databases inside containers. Here’s the simplest explanation 👇 - Problem Docker containers are temporary. If your Mongo container stops → your data disappears. #Docker #BackendDevelopment #DevOps
NestJS vs NodeJS: Which Backend Framework Reigns Supreme? 🔥 #NestJS #NodeJS #BackendDevelopment #JavaScript #TypeScript #WebDev #APIDevelopment #Microservices #CodingTips #DeveloperLife #FullStackDeveloper #TechReels #SoftwareArchitecture #AsyncProgramming #ExpressJS
Day 4/100 - Winter arc Backend fundamentals . Learned: 🔹 Callbacks & callback hell 🔹 How Node handles async flows 🔹 Explored the core http module Also built a small tool combining path + fs to understand file handling more deeply. #100DaysOfCode #BackendDevelopment
I’ve designed the ERD (database schema) for my Smart Inventory & Sales API using NestJS, TypeScript, and MongoDB. Can you guess what features this API will have based on the database structure?? 🤔💡 #BackendDevelopment #NodeJS #NestJS #WebDev #APIDesign
🎨This diagram breaks down backend fundamentals—frameworks, logic, databases, and third-party services. A must-share for students & junior devs 📚🚀 #BackendDevelopment #WebDev #API #SoftwareEngineering
First time diving into NestJS + PostgreSQL to build a backend app 😁 Coming from Node.js/Express, and wow . the structure and decorators are a whole new vibe! Any tips from NestJS devs out here? 🚀 #NestJS #BackendDevelopment #PostgreSQL #100DaysOfCode
Today I learned image uploading using Multer and Cloudinary 🧠 Also restructured one of my old projects — will start rebuilding it from tomorrow 🚀 #BackendDevelopment #NodeJS #BuildInPublic
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
just watched this gem by @piyushgarg_dev 🔥 "Don’t just learn — Build, Break, Aage Badho!" hit deep. this video cleared so many paths for me in backend & system design — grateful for such real talks 🙌 #BackendDevelopment #SystemDesign #Motivation
Just me and my AI agent chatting on Telegram like old friends . Still testing 🙂 #FastAPI #AI #BackendDevelopment #Python #Coding #LangChain #buildinpublic
Bot now integrated with Telegram . Many thanks to my brother @olathepavilion 🫂 for the help during debugging. #FastAPI #AI #BackendDevelopment #Python #Coding #LangChain #buildinpublic
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
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
Successfully delivered the Swagger API documentation for client's project! 🚀💻 As the backend developer, I ensured seamless API integration and comprehensive documentation. Proud of the collaboration and outcome! 👥💬 #BackendDevelopment #APIDocumentation #SoftwareDevelopment
Behind every smooth app is a rock-solid backend. Slow loads or broken APIs? That’s poor backend. At Netclues, we: ✔️ Build future-ready architectures ✔️ Optimize APIs & DBs ✔️ Ensure speed, security & scale #Netclues #BackendDevelopment
🚀 Supercharge your backend with Codex Soft Tech Solutions! Fast, secure & scalable apps built for performance. ⚡💻 #CodexSoftTechSolutions #BackendDevelopment #WebApps #TechInnovation
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
🚀 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 58 of Sigma 8.0 🚀 Learned about Mongoose Models Insert (single & multiple) in DB 📝 Find & Update operations 🔄 Step by step, MongoDB & Mongoose are getting clearer 💡 #MongoDB #Mongoose #BackendDevelopment #100DaysOfCode @ApnacollegeX @ShradhaKhapra_
Day 33 of #100DaysCodeChallenge 1️⃣ Studied Redis in a bit more depth 2️⃣ Learned about Rate Limiter in LLD ⚙️ Got to explore a lot of new concepts today! ⚡ Productivity: Medium #BackendDevelopment #Redis #SystemDesign #100DaysOfCode #CodingJourney
✨ Day 95/100 of #100DaysOfCode Implemented REST APIs for Book Appointment functionality Backend logic is shaping up strong! #BackendDevelopment #SpringBoot #Java #learninginpublic #100DaysOfCod
Step one: Solid foundations. ✅ Just set up the user authentication database for my full-stack project. The backend is officially coming to life! #SQL #Database #BackendDevelopment #FullStack #WebDevelopment #CodingJourney
Something went wrong.
Something went wrong.
United States Trends
- 1. South Carolina 19.1K posts
- 2. Texas A&M 18.3K posts
- 3. Shane Beamer 1,387 posts
- 4. Marcel Reed 3,424 posts
- 5. Semaj Morgan N/A
- 6. College Station 2,511 posts
- 7. Northwestern 5,085 posts
- 8. Elko 2,836 posts
- 9. Nyck Harbor 2,210 posts
- 10. Sellers 10.1K posts
- 11. Michigan 40K posts
- 12. Jeremiyah Love 3,910 posts
- 13. TAMU 6,272 posts
- 14. Malachi Fields 1,897 posts
- 15. Sherrone N/A
- 16. Mike Shula N/A
- 17. #GoBlue 2,489 posts
- 18. #iufb 1,801 posts
- 19. Bryce Underwood N/A
- 20. #GoIrish 3,601 posts