#backenddev search results
🎉 Just earned my Back-End Web Development certification from ALX! I’ve gained hands-on skills in building APIs with Django, database management, and app deployment — continuing my journey to become a skilled backend engineer. 🚀 @facesofalxse #BackendDev #ALX #WebDev #ALX_SE
improving my backend skills Wrapped up testing for the Auth Module today. Learned that proper test coverage saves hours in debugging later #BackendDev #BuildInPublic #FullStackJourney
Backend devs: Docker isn't just for deployment—it's your local dev's best friend. Package apps & dependencies consistently, debug in real environments, and simplify CI/CD pipelines. Start small, think modular, scale confidently. #Docker #BackendDev #DevOps
💥 Node.js Season 1️⃣➕2️⃣➕3️⃣ — Finally Wrapped! 🚀 #BackendDev #BuildInPublic #LearnInPublic
🚀 Day 112 of My Web Dev Journey – Backend Diving into: Networking in Node.js 🌐 Last 3 days, I explored: 🔹 OSI Model 🔹 TCP/IP Model 🔹 IPv4 vs IPv6 🔹 TCP vs UDP Protocols 🔹 Built a UDP Server in Node.js #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
Error messages should be human, not robotic. “Something went wrong” ≠ helpful. #DevTips #BackendDev #UXWriting
Just wrote my first backend code with Node.js 🔥 Handled routes Read & wrote files Served JSON from a mini API Feels unreal seeing the backend side finally make sense 😭 #NodeJS #BackendDev #BuildInPublic
Welcome André Brandão to Yari Labs! 🎉 From intern to Backend Developer, André’s diving into Go to build fast, scalable systems. When he’s not coding, he’s running or immersed in a gaming world. 🎮🏃♂️ #TeamYari #BackendDev #GamingAndCode
Just wrapped up my third and final @AltSchoolAfrica backend project 🎉 Built a restaurant chatbot 🤖🍴 with integrated Paystack payments 💳 Honestly, this project has been on my neck for a while and completing it feels so freeing 😅 #Backenddev #NodeJS #AltSchool #CodingJourney
Day 1/50 — Lock-In Mode 🔒 >Up at 4:30 AM. Crushed deep work for the Alx backend course before the city woke up. >9–5 on the grind. >6–10 PM locked into school work. >No distractions. Just discipline. #50DayLockIn #DisciplineEra #BackendDev
Been thinking about how underrated backend logs are. Everyone chases new frameworks, but good logging saves hours, sanity, and sometimes entire weekends. If you’re not logging right, you’re just guessing. #BackendDev #Coding #SoftwareDevelopment
Just finished setting up my PostgreSQL environment 👩🏽💻 Currently learning it so I can contribute to an open-source project, it looks fun so far. It feels good to be learning something new again #PostgreSQL #BackendDev #OpenSource #100DaysOfCode #DevCommunity
🧠 Learning Express.js Solved @kirat_tw’s assignment today — built a small “in-memory hospital” Users can check, add & remove kidneys #ExpressJS #BackendDev #BuildInPublic #100DaysOfCode
Day 22–23 of Backend Dev Journey Day 22: Down with a heavy fever, couldn’t get much done. Day 23: Still recovering, but managed to resolve a Postman issue (took me 1 hr). Trying my best to stay consistent, even while sick #100DaysOfCode #BackendDev
If this is your vibe let's be friends If he reach your turn go use fast API 🥲 #php #laravel #backenddev. #DiorSS26 #apcodesphere #proforms #LaCasaDeLosFamososMx #Dior #GlobalSumudFlotilla
Made a small UI just for demo purpose and integrated with my backend code But since morning…unable to open a form. 😅 For a second, I thought... frontend job is dead. Don’t worry frontend folks… you guys are safe. 🙌😂 #BackendDev #FrontendStruggles #ButtonNotWorking
Backend with TypeScript? Pointless. Node.js with plain JS is faster to ship and just as reliable if you know what you’re doing. Who’s writing production code without tests anyway? Tell me why TypeScript’s worth the hype. #backenddev #javascriptPost
🚀 Looking for a backend dev for an early-stage AI project. 💰 Deferred pay — % from project revenue post-launch. 🧩 Trello/GitHub milestones to track progress. DM if interested — NDA before details. #BuildInPublic #BackendDev #StartupDev
improving my backend skills Wrapped up testing for the Auth Module today. Learned that proper test coverage saves hours in debugging later #BackendDev #BuildInPublic #FullStackJourney
🚀 Day 124 of My Web Dev Journey – Backend Diving into: Express.js ⚙️ Last 3 days, I explored: 🔹 What is Express.js 🔹 How it works internally 🔹 Middleware (Global, Route, Built-in) 🔹 Serving Static Files #ExpressJS #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
Backend devs: Docker isn't just for deployment—it's your local dev's best friend. Package apps & dependencies consistently, debug in real environments, and simplify CI/CD pipelines. Start small, think modular, scale confidently. #Docker #BackendDev #DevOps
💥 Node.js Season 1️⃣➕2️⃣➕3️⃣ — Finally Wrapped! 🚀 #BackendDev #BuildInPublic #LearnInPublic
One thing every backend dev learns the hard way, IDEMPOTENCY. If your API executes an action twice (say, due to retries or network lag), it should not double charge, double insert, or break consistency. Design endpoints to handle repeated requests safely. #BackendDev #API #REST
🎉 Just earned my Back-End Web Development certification from ALX! I’ve gained hands-on skills in building APIs with Django, database management, and app deployment — continuing my journey to become a skilled backend engineer. 🚀 @facesofalxse #BackendDev #ALX #WebDev #ALX_SE
Currently learning (and relearning) Data Structures & Algorithms on Boot.dev 💻 It’s been an engaging ride — sharpening my logic, patience, and love for clean code. #100DaysOfCode #LearningInPublic #BackendDev #Bootdev #DSA
What is a Port? A port is like a door number on a server that helps route network traffic. Each service listens on a specific port for example, HTTP uses 80, HTTPS uses 443. Without ports, data wouldn’t know where to go. #Codezera #BackendDev #Networking
Made solid progress on my FB Bookmarks app today; refined the backend logic, tested API endpoints, and fixed a few migration hiccups. Everything iss finally running smoothly with MySQL. Productive day. 💪 #BuildInPublic #Django #BackendDev
What is an HTTP Status Code? It’s a number the server sends back to tell the result of a request. 200 → Success 404 → Not Found 500 → Server Error They help you understand what happened behind the scenes. #Codezera #BackendDev #HTTP
Suppose you need to protect files from unauthorized downloads (even after access). As a backend developer ... what’s your strategy? Short-lived URLs? Token auth? DRM? #BackendDev #InfoSec #WebDevelopment #Security #100daysofcode #winterarc
🚀 Day 121 of My Web Dev Journey – Backend Diving into: Networking in Node.js 🌐 Last 3 days, I built: 🔹 Online Storage Platform 🔹 File Upload with Progress 🔹 Preview & Download Feature 🔹 Delete and Rename Feature #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
🎉 Just earned my Back-End Web Development certification from ALX! I’ve gained hands-on skills in building APIs with Django, database management, and app deployment — continuing my journey to become a skilled backend engineer. 🚀 @facesofalxse #BackendDev #ALX #WebDev #ALX_SE
improving my backend skills Wrapped up testing for the Auth Module today. Learned that proper test coverage saves hours in debugging later #BackendDev #BuildInPublic #FullStackJourney
Stepping up my backend skiils: Learned PostgresSql and Prisma ORM and made and deployed a backend API for a project where I used Prisma ORM with PostgresSQL in NeonDB Moving from NoSQL to SQL feels surreal.. Will try to use SQL more #BackendDev #LeanInPublic #SQL #BuildInPublic
Just wrote my first backend code with Node.js 🔥 Handled routes Read & wrote files Served JSON from a mini API Feels unreal seeing the backend side finally make sense 😭 #NodeJS #BackendDev #BuildInPublic
6 tabs open, 4 Blueprints registered, 1 brain on debug mode 🧠⚙️ APIs, routes, and database calls, testing on Postman/ SQL workbench — the backend grind never stops. #BuildInPublic #BackendDev #Flask #Python #IndieHackers #CodingLife
🚀 Day 100 of My Web Dev Journey – Backend Diving into: Buffers in Node.js Last 3 days, I explored: 🔹 Buffer in Node.js 🔹 Buffer Creation Methods — alloc, allocUnsafe, from 🔹 Buffer Pool 🔹 Base64 Encoding #NodeJS #JavaScript #BackendDev #100DaysOfCode #LearnInPublic #WebDev
🧠 Learning Express.js Solved @kirat_tw’s assignment today — built a small “in-memory hospital” Users can check, add & remove kidneys #ExpressJS #BackendDev #BuildInPublic #100DaysOfCode
Learning ADO.NET? Here’s a fun way to picture it — the restaurant analogy 🍽 #CSharp #DotNet #BackendDev #Coding #DevCommunity #BuildInPublic #100DaysOfCode
Just finished setting up my PostgreSQL environment 👩🏽💻 Currently learning it so I can contribute to an open-source project, it looks fun so far. It feels good to be learning something new again #PostgreSQL #BackendDev #OpenSource #100DaysOfCode #DevCommunity
🚀 Day 109 of My Web Dev Journey – Backend Diving into: Streams in Node.js Last 3 days, I explored: 🔹 Data Streams & File Descriptor 🔹 Opening Files in Node.js 🔹 Reading & Writing using FD 🔹 Closing Files Efficiently #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
🚀Day 118 of My Web Dev Journey – Backend Diving into: Networking in Node.js 🌐 Last 3 days, I explored: 🔹 HTTP Server & Client via http module 🔹 Request Method & Status Code 🔹 Request–Response Structure 🔹 Built a Web Server #NodeJS #BackendDev #100DaysOfCode #LearnInPublic
🚀 Day 112 of My Web Dev Journey – Backend Diving into: Networking in Node.js 🌐 Last 3 days, I explored: 🔹 OSI Model 🔹 TCP/IP Model 🔹 IPv4 vs IPv6 🔹 TCP vs UDP Protocols 🔹 Built a UDP Server in Node.js #NodeJS #BackendDev #100DaysOfCode #LearnInPublic #WebDev
Role: Backend Engineering Specialist (Full Time) Position: Full-time Location: Remote Salary: $90K-$200K/yr Shape AI's future with LLMs! Curate code in Python, JS, Rust. 5+ yrs backend exp. DM to apply! 👇 #AIJobs #BackendDev #RemoteWork #Web3 #backenddevloper #hiring
Day 1 of creating leetcode. I made initial draft of my design for backend. The design goes from higher level to lower level implementation. Introduced Thread per execution model in design for optimization Please share your thoughts or improvement in design #leetcode #backenddev
Go y microservicios son la combinación perfecta. 🤝 Velocidad, eficiencia y concurrencia. ¡Ideal para sistemas distribuidos! ¿Ya trabajas con esta arquitectura? Cuéntanos tu experiencia. 👇 #GoLang #Microservicios #BackendDev
Keywords Support Use keywords like Containing, Between, GreaterThan Spring handles it all. #SpringBoot #backenddev
Day 6 of the grind. Spent most of the day on the SIH project. Backend & DSA barely touched. Not my best day — energy low, intensity missing. But I’ll keep at it, rebuild consistency, and get back on track. 💪 @harshbhaiyaa #100DaysOfCode #WebDev #BackendDev #DSA
Something went wrong.
Something went wrong.
United States Trends
- 1. Cam Coleman 3,016 posts
- 2. Vandy 4,773 posts
- 3. Iowa 28.4K posts
- 4. Auburn 13.2K posts
- 5. Oregon 39.2K posts
- 6. Dante Moore 3,361 posts
- 7. #UFCVegas111 9,590 posts
- 8. Wisconsin 16.9K posts
- 9. Vanderbilt 3,655 posts
- 10. Indiana 42.2K posts
- 11. Penn State 25.8K posts
- 12. Heisman 11.6K posts
- 13. Mendoza 23.7K posts
- 14. #AEWCollision 1,377 posts
- 15. Badgers 3,321 posts
- 16. Gus Johnson 8,055 posts
- 17. Clark Lea N/A
- 18. Jedd Fisch N/A
- 19. Diego Pavia N/A
- 20. Ramos 12.8K posts