#backenddevelopment search results
๐ 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
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
Day 4 of Backend Learning ๐ฅ Learned about: ๐ bcrypt โ hashing passwords securely ๐ง Salting โ adding extra security to hashes ๐ก๏ธ Zod โ clean input validation for safe APIs Step by step getting better! ๐ #100DaysOfCode #NodeJS #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
The real flex isnโt shipping fast. Itโs building a system that scales without breaking every few months. Thatโs how you stay ahead, not just afloat. #Startups #BackendDevelopment #MobileAppDevelopment
Day 32 of #100DaysCodeChallenge 1๏ธโฃ Studied Mongoose methods & environment variables โ๏ธ 2๏ธโฃ Implemented logout feature and learned about Redis โ why itโs needed โฑ๏ธ ~3 hrs of lecture โก Productivity: Medium #BackendDevelopment #Mongoose #Redis #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
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 95/100 of #100DaysOfCode Implemented REST APIs for Book Appointment functionality Backend logic is shaping up strong! #BackendDevelopment #SpringBoot #Java #learninginpublic #100DaysOfCod
๐ก If youโre also learning Go or APIs in general, my advice is: donโt wait to be perfect before you build. Start small, break things, and keep iterating. #Golang #BackendDevelopment #API #LearningJourney #KeepBuilding
Made progress today ๐ I implemented Google Authentication in my AI-powered hiring assistant projectโ #100DaysOfCode #Nodejs #BackendDevelopment
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
Guys check the below post / article which explain about "Worker Threads in NodeJS, why they are needed, why they are important " #nodejs #backenddevelopment nodesource.com/blog/worker-thโฆ
Kicking off something special ๐ Django Middleware, a series you donโt wanna miss. Post 1 drops soonโฆ stay tuned! #Django #Python #BackendDevelopment #DRF #WebDevelopment #SoftwareEngineering #Developers #CodingTips
Node.js has become a reliable choice for building modern backends, handling real-time systems and complex microservices with ease. Read our blog: Node.js Backend Development: aalpha.net/blog/nodejs-baโฆ #nodejs #backenddevelopment
Keep your layers honest Controllers shouldnโt know how your tables look. Business logic shouldnโt know about HTTP. Repositories shouldnโt enforce domain rules. #WebDevelopment #BackendDevelopment #dotnet
Use IServiceCollection extensions. Donโt let Program.cs become an endless scroll. Group your registrations into extension methods and your startup pipeline becomes readable. #WebDevelopment #BackendDevelopment #dotnet
Day 4 of Backend Learning ๐ฅ Learned about: ๐ bcrypt โ hashing passwords securely ๐ง Salting โ adding extra security to hashes ๐ก๏ธ Zod โ clean input validation for safe APIs Step by step getting better! ๐ #100DaysOfCode #NodeJS #BackendDevelopment
Integrated multi-user APIs today โ managing both customer and contractor flows from a single profile. Challenging, but this is the kind of complexity that makes development truly exciting. #API #BackendDevelopment #Flutter #Internship
#Day9 of learning Backend Database 1๏ธโฃ Studied Role-Based Access Control (RBAC) in authorization. 2๏ธโฃ Implemented the Role-Based Authentication Logic in Express.js applications. #BackendDevelopment #Postgres #Database #Postman #Docker #Mongodb
๐ Build faster and safer integrations by letting the spec generate your code. #BackendDevelopment
Many backend projects feel heavier than they should because responsibilities are mixed too early. Controllers validate. Services handle HTTP concerns. Repositories suddenly know business rules. Everything drifts. #WebDevelopment #BackendDevelopment
Cleaner structure isnโt about following enterprise patterns. Itโs about reducing friction as the system evolves. #WebDevelopment #BackendDevelopment
Architecture is not about fancy layers. Itโs about answering: โWhat happens when the app grows?โ If your answer is panic, the structure is wrong. #WebDevelopment #BackendDevelopment
#Day8 of learning Backend Database 1๏ธโฃ Understood how does Middleware functions in auth workflows using Express. 2๏ธโฃ Studied JSON Web Tokens (JWT) for creating stateless authentication. #BackendDevelopment #Postgres #JWT #Database #Postman #ExpressJS
Node.js has become a reliable choice for building modern backends, handling real-time systems and complex microservices with ease. Read our blog: Node.js Backend Development: aalpha.net/blog/nodejs-baโฆ #nodejs #backenddevelopment
Buffered = scalable job queue Unbuffered = strict rendezvous Both have their place. But for worker pools? You almost always want the Queue, not the Handshake.Golang #BackendDevelopment #Concurrency #SystemDesign #SoftwareEngineering #CleanCode #Channel #Go
SQL isnโt just a database language โ itโs the foundation of every powerful application we build. From user authentication, ๐transactions, dashboards, analytics, automation, and even Web3 backend bridges.๐ Data is the new oil. SQL is how you refine it. #BackendDevelopment
#Day7 of learning Backend Database 1๏ธโฃ Added session-based authentication support using Drizzle ORM for yesterday's example. 2๏ธโฃ Studied the role of session-based authentication in login pages. #BackendDevelopment #Postgres #Docker #Postman #Mongodb #Database #DrizzleORM
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
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
Day 4 of Backend Learning ๐ฅ Learned about: ๐ bcrypt โ hashing passwords securely ๐ง Salting โ adding extra security to hashes ๐ก๏ธ Zod โ clean input validation for safe APIs Step by step getting better! ๐ #100DaysOfCode #NodeJS #BackendDevelopment
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
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_
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
Backend development isnโt just about databases and APIs โ itโs about building the invisible backbone that makes everything else possible. ๐ปโก Without solid backend, even the prettiest frontend falls apart. #BackendDevelopment #WebDev #Coding #100DaysOfCode #DevCommunity
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
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
โจ Day 95/100 of #100DaysOfCode Implemented REST APIs for Book Appointment functionality Backend logic is shaping up strong! #BackendDevelopment #SpringBoot #Java #learninginpublic #100DaysOfCod
๐ 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 32 of #100DaysCodeChallenge 1๏ธโฃ Studied Mongoose methods & environment variables โ๏ธ 2๏ธโฃ Implemented logout feature and learned about Redis โ why itโs needed โฑ๏ธ ~3 hrs of lecture โก Productivity: Medium #BackendDevelopment #Mongoose #Redis #100DaysOfCode #CodingJourney
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
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
๐ 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
Something went wrong.
Something went wrong.
United States Trends
- 1. Duke 31.9K posts
- 2. Auburn 40.4K posts
- 3. Bama 29.4K posts
- 4. Stockton 23K posts
- 5. Ole Miss 38.3K posts
- 6. Miami 132K posts
- 7. Lane Kiffin 48.3K posts
- 8. Stanford 9,770 posts
- 9. Notre Dame 25.6K posts
- 10. #SurvivorSeries 187K posts
- 11. Virginia 48.3K posts
- 12. Austin Theory 5,099 posts
- 13. Cam Coleman 1,999 posts
- 14. #Toonami 2,992 posts
- 15. #JimmySeaFanconD2 155K posts
- 16. Ewing 1,221 posts
- 17. Cooper Flagg 8,343 posts
- 18. Seth 21.3K posts
- 19. The ACC 31.9K posts
- 20. Oxford 22.2K posts