#backend search results
Full writeup with all the code diffs: dev.to/abhishek_sharm… #golang #buildinpublic #backend
Introducing the Organizations Plugin for Authula! Check out the plugin here for more info: authula.vercel.app/docs/plugins/o… #API #Backend #Security #Authula #go #golang #Authentication #Authorization
Your resume says “distributed systems” 🌐 Your code says “single point of failure” 💀 Reality hits in production, not interviews. #SoftwareEngineering #SystemDesign #Backend #DevOps #Microservices
Nuevo post: Castigos y Recompensas: La lógica de RetardoManager y BusinessDaysCalculator. 💻🔥 Automatizar el cálculo de días hábiles y retardos en México no es cualquier cosa. Te cuento cómo lo resolví en Drupal. ⬇️ #Drupal #RRHH #Backend #Programacion osky.dj/es/oscar_blog/…
Reddit is hiring Software Engineer III, Community Builders — Remote Up to $230K Build scalable backend systems with Go, Python, and Kafka to enhance community creation and growth tools. Link in reply. #backend #golang #python
Day 101 (18 April) ✅ Solved my first POTD – Mirror Distance of an Integer 📚 Started backend with Go – Reading Let’s Go by Alex Edwards – 1/16 chapters done 😴 Most of the day went in traveling + sleep Not a perfect day, but showed up #golang #backend #dsa
Also learned: How to push PRs from a fork when you hit GitHub auth roadblocks. Persistence wins. 🚀 #WebDev #Backend #OpenSource #LearningInPublic
Day 106 (April 23) ❌ Tried solving POTD… failed twice 😭 ❌ Halfway through Chapter 2.7(couldn't complete) ✅ Revised old chapters ✅ Working on communication skills #Backend #dsa @LeetCode #Golang
Day 105 (22 April) ✅ POTD: Words Within Two Edits of Dictionary 📘 Let’s Go: Completed Chapter 2.6 Small steps, still moving 🚀 #backend @LeetCode #potd #dsa
Backend Journey 🚀 | Lecture 13 from @Hiteshdotcom @ChaiCodeHQ Today’s focus was on core backend fundamentals: -Understanding middlewares and control request flow -Structuring routes and separating controller logic -Building reusable wrapper functions for cleaner code #backend
Quick Question: 🤔 If we use require('dotenv').config() to load environment variables, then why can’t we directly import the .env file? What exactly is happening behind the scenes when dotenv reads the file and injects values into process.env? #NodeJS #JavaScript #Backend
Day 104 ✅ LC: Two Furthest Houses With Different Colors (Go) 📘 Let’s Go: Completed Chapter 2.5 #Backend #leetcode #dsa
Eventual consistency sounds scary Until you realize strict consistency kills scalability in many cases Everything is a tradeoff #DistributedSystems #Backend #Scalability
🚀 Senior Software Engineer .NET (F/H) – 33 Bordeaux (Hybride) 📍 Localisation : 33 (télétravail hybride – présence mensuelle requise) 💼 Contrat : CDI #DotNet #CSharp #Backend #SoftwareEngineer #TechJobs #Bordeaux #Recrutement #IT #DevOps #Microservices linkedin.com/posts/omits_do…
Microservices are amazing until your small team has to maintain them. #Backend #SystemDesign
Day 15/25 –Chai & Backend Challenge- Debugging is making sense now—reading errors instead of guessing Tested routes with Postman step-by-step Learned Postman basics: variables, collections & folders for clean API testing @Hiteshdotcom @ChaiCodeHQ @nirudhuuu #Backend #Chaicode
¿QUÉ ES ELASTICSEARCH? EL MOTOR DE BÚSQUEDA QUE POTENCIA LAS APLICACIONES MODERNAS #BackendDevelopment #Backend #PHPProgramming #LearnPHP #PHPTutorial #PHPCode #PHPCommunity blogprog.gonzalolopez.es/articulos/que-…
Day 15/25 –Chai & Backend Challenge- Debugging is making sense now—reading errors instead of guessing Tested routes with Postman step-by-step Learned Postman basics: variables, collections & folders for clean API testing @Hiteshdotcom @ChaiCodeHQ @nirudhuuu #Backend #Chaicode
Day 106 (April 23) ❌ Tried solving POTD… failed twice 😭 ❌ Halfway through Chapter 2.7(couldn't complete) ✅ Revised old chapters ✅ Working on communication skills #Backend #dsa @LeetCode #Golang
Day 55: Spent hours chasing a bug that wasn’t throwing errors… just returning the wrong data 😅 Turns out: 👉 My gateway was calling the wrong service #Microservices #Debugging #Backend #FastAPI #SystemDesign #DevLife #BuildInPublic #Docker #APIGateway #DistributedSystems
Nobody cares how smart your code is. They care if it works. On slow networks. On bad data. At 3AM. That’s engineering. ⚡️ #SoftwareEngineering #DevOps #Backend #BuildInPublic #Programming
Your resume says “distributed systems” 🌐 Your code says “single point of failure” 💀 Reality hits in production, not interviews. #SoftwareEngineering #SystemDesign #Backend #DevOps #Microservices
🚀 ¿Quieres aprender a programar con Java desde cero? En este curso en vivo desarrollarás lógica, Programación Orientada a Objetos y conexión a bases de datos paso a paso. 💻 Comenta JAVA y te activamos una beca exclusiva 🎓 #Java #Programacion #Backend #SoyGuru
Day 55 | Python Day 4 Today was simple, but real progress. Built a calculator, plus weight & temperature converters. Basic programs, but now my code actually takes input & returns useful output. Feels like I’m starting to get the logic ✨ #Python #Backend #AI #BuildInPublic
Complete masterJi's 13th Challenge. In this challenged we learned:- - to make routes - controllers - how to set them - A smalll glimpse of thunder and postman Thanks for the challenge @Hiteshdotcom @ChaiCodeHQ #backend #controllers #challenge
Day 24 of #100DaysOfCode 🚀 Restructured my application and improved the REST API architecture for better scalability and maintainability. Focused on cleaner routing and separation of concerns. Small changes, big impact. #MERN #Backend #WebDev #CleanCodeCleanCode
Built my own web server in C++ today 🚀 Learned: Socket programming Handling HTTP requests manually Sending responses to browser Basic routing & request handling Crazy to see how typing a URL turns into raw text communication🤯 #cpp #webdev #backend #buildinpublic
Returned to a project stuck at authentication. Today was the day User model done Auth routes wired Email verification next Patterns that felt theoretical months ago now feel like decisions Returning with more knowledge hits different #buildinpublic #100daysofcode #backend #NodeJS
Day 41 Fixed a broken backend and got the whole system running clean — auth, submissions, vault, analysis. Built a sandboxed code execution engine (C++/JS/Java) with Docker + limits. End-to-end system finally working. #buildinpublic #Backend #FullStack #AI #100DaysOfCode
🚀 Java sigue más vivo que nunca ☕💻 Si quieres entrar al mundo del desarrollo backend, crear APIs, trabajar con microservicios o construir software profesional, Java es una de las mejores decisiones que puedes tomar. #Java #Programacion #Backend #DesarrolloDeSoftware
Hey guys! Auth system update: Email verification! The logic: Tokens generated via crypto; only SHA-256 hashes hit the DB for safety. Tight 15-min expiry window. Clean templates via Mailgen. Security isn't a side quest. #BuildInPublic #NodeJS #Backend
Hey guys! Just started my auth system implementation. Focusing on making it production-ready with some solid logic: Tight schema validation using Zod (regex for complexity + name-check logic). Pwned Password API integration to block breached credentials & email verification flow
Introducing the Organizations Plugin for Authula! Check out the plugin here for more info: authula.vercel.app/docs/plugins/o… #API #Backend #Security #Authula #go #golang #Authentication #Authorization
Python is trash compared to Go when you're actually building for production scale. The GIL, the memory overhead, and the runtime surprises are just technical debt waiting to happen ⚡️ #Golang #Backend
Mit Portainer zum DevOps-Erfolg #beflash #App #Backend #Benutzeroberfläche #Container #Dashboard #Debian #Digital #Docker #DockerCompose beflash.de/portainer
Chai aur Backend - 𝗗𝗮𝘆 14 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴𝘀: - register controller - that includes some validations - upload files using multer - upload files to cloudinary - Some debugging Notes attached👇 @nirudhuuu #chaicode #backend #webdev #cohort
Full writeup with all the code diffs: dev.to/abhishek_sharm… #golang #buildinpublic #backend
El mejor amigo del #backend que le cuesta el #frontend es la #ia 😅 En esta clase de Thymeleaf te muestro como podemos combinar ésta herramienta para generar formularios con Spring Boot + #Java con un poquito de ayuda de Chat GPT 🙈 ¡NO TE LO PIERDAS! youtu.be/BdVrdQ_IoWg
Cohort class-28 Backend Class learn about file structure and db -modules -routes -ORM -environment variable -joi implementation -DTO -schemas -mongoose Thanks to @Hiteshdotcom @piyushgarg_dev @nirudhuuu @yntpdotme @ChaiCodeHQ #chaicode #backend
Day 105 (22 April) ✅ POTD: Words Within Two Edits of Dictionary 📘 Let’s Go: Completed Chapter 2.6 Small steps, still moving 🚀 #backend @LeetCode #potd #dsa
🚀Built a Course Selling Backend API today. - role based access (admin/user) - admin can create & purchase courses - userr can view and purchase course - mongoDB + express - middleware based authentication - RESTful API structure with modular routing #backend #mongodb #nodejs
Day 104 ✅ LC: Two Furthest Houses With Different Colors (Go) 📘 Let’s Go: Completed Chapter 2.5 #Backend #leetcode #dsa
𝗦𝗰𝗮𝗹𝗲 𝗼𝗿 𝗳𝗮𝗶𝗹 ⚖️ Today’s system design class was packed Covered rate limiting in depth • Token Bucket • Leaky Bucket • Fixed Window • Sliding Window #SystemDesign #Backend #Scalability #ChaiCode
How @Uber Works at Scale: Simple System Design Explained linkedin.com/pulse/how-uber… #systemdesign #softwareengineering #backend #learninginpublic #developers #payalkumari10 #uber #sde #code #tech
Hey guys! Auth system update: Email verification! The logic: Tokens generated via crypto; only SHA-256 hashes hit the DB for safety. Tight 15-min expiry window. Clean templates via Mailgen. Security isn't a side quest. #BuildInPublic #NodeJS #Backend
Hey guys! Just started my auth system implementation. Focusing on making it production-ready with some solid logic: Tight schema validation using Zod (regex for complexity + name-check logic). Pwned Password API integration to block breached credentials & email verification flow
Today's topic of WebDev Cohort class : Went deeper into SQL, joins, foreign keys, & constraints. Also explored indexing and how databases optimize queries behind the scenes. Designed an Instagram-like system using ER diagrams. #DBMS #Backend #ChaiCode #LearningInPublic #ChaiSQL
Day 106 (April 23) ❌ Tried solving POTD… failed twice 😭 ❌ Halfway through Chapter 2.7(couldn't complete) ✅ Revised old chapters ✅ Working on communication skills #Backend #dsa @LeetCode #Golang
𝗜𝗻𝘀𝗶𝗱𝗲 𝗱𝗮𝘁𝗮𝗯𝗮𝘀𝗲𝘀 ⚙️ Today’s class with @Hiteshdotcom & @piyushgarg_dev Sir went deep into how DBs actually work, storage engine, query processor, optimizer, transaction manager, buffer pool, and WAL. #SystemDesign #Databases #Backend #ChaiCode
Day 1 of Chai and Backend challenge Understand the Roadmap of Backend, file structure, prerequisites and more. @ChaiCodeHQ @Hiteshdotcom #chaicode #JavaScript #backend #LearningInPublic
𝗝𝗼𝗶𝗻𝘀 & 𝗜𝗻𝗱𝗲𝘅𝗶𝗻𝗴 ⚡ Today’s class went deeper into SQL, joins, foreign keys, & constraints. Also explored indexing and how databases optimize queries behind the scenes. Designed an Instagram-like system using ER diagrams. #DBMS #SQL #Backend #ChaiCode
𝗦𝘁𝗿𝗼𝗻𝗴 𝗳𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀 > 𝘀𝗵𝗼𝗿𝘁𝗰𝘂𝘁𝘀 🙌 Typescript from scratch, lots of clarity, and that “things finally making sense” feeling. And yeah… that Dhurandhar background was 🔥 #TypeScript #Backend #ChaiCode
𝗗𝗮𝘁𝗮 𝘀𝗶𝗱𝗲 𝗯𝗲𝗴𝗶𝗻𝘀 📊 • Creating databases and tables • Inserting and selecting data • Filtering records • UPDATE table • DELETE with WHERE • ALTER TABLE operations • DISTINCT, sorting, LIMIT, OFFSET • Aggregations • GROUP BY #DBMS #SQL #Backend #ChaiCode
Coming back to the track, a lot of backlog but lets do it. Continuing my chai and backend challenge, done till learning how to set up a professional backend project. Chaliye fir krte hai ek baar fir se shuru 💪🏻 @ChaiCodeHQ @Hiteshdotcom #chaicode #backend #LearningInPublic
Done with another DB design for a Clinic Appointment and Diagnostics Platform. This was easier as compared to other ones but every assignment teaches something new. @Hiteshdotcom @ChaiCodeHQ @piyushgarg_dev @nirudhuuu @yntpdotme @devwithjay @BlazeisCoding #dbdesign #backend
Built another ERD for a Fitness Influencer Coaching Platform. Trying to get better at it day by day. It's tricky thinking about what needs to be separated and how to design relationships among entities. @nirudhuuu #database #ERD #backend
🎉Congratulations to [ARPNODE] , the @arpradio backend node operated by @Sudo_Scientist. The first non-GC Dandelion Lite node to be registered and peer-discoverable on-chain. #Decentralized #backend #graphql #mkII
Something went wrong.
Something went wrong.
United States Trends
- 1. Marcus Smart N/A
- 2. #SmackDown N/A
- 3. Rockets N/A
- 4. Lakers N/A
- 5. #LakeShow N/A
- 6. LeBron James N/A
- 7. Drew Allar N/A
- 8. Reed Sheppard N/A
- 9. McCoy N/A
- 10. #raindelayquestions N/A
- 11. Sengun N/A
- 12. Kairi N/A
- 13. Fatal Influence N/A
- 14. #TheLastDriveIn N/A
- 15. Pregnon N/A
- 16. #bucciovertimechallenge N/A
- 17. Jayson Tatum N/A
- 18. Ben Johnson N/A
- 19. Chris Bell N/A
- 20. Bronny N/A