Install
Backend & APIs
HTTP services, microservices, RPC, auth, caching, and resilient API design.
- 9 Subtopics
- 13 Tracked terms
- Last 30 days Feed window
Inside Backend & APIs
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
- Careers, Learning & Events
Latest in Backend & APIs
Shopify Drops React Native for Swift and Kotlin as AI Changes Cross-Platform Development Tradeoffs
1+ hour, 24+ min ago (513+ words) Shopify recently announced it is abandoning React Native to rewrite its flagship apps in Swift and Kotlin. With the significant jump in the quality of AI models, Head of Mobile Mustafa Ali reassessed...
Can Rust Improve Real Django API Performance? Testing Django-Bolt Beyond Synthetic Benchmarks
1+ hour, 24+ min ago (848+ words) Django-Bolt uses Rust to accelerate Django request handling, but real-world gains depend on database work and where an API spends its time....
Why I built RedfireForge: one workbench for six API protocols
1+ hour, 30+ min ago (25+ words) I was tired of keeping four tools open to test one service. HTTP in a REST client. GraphQL in... Tagged with opensource, testing, api, devtools....
I built a small Python library to add retries, caching, fallbacks, budgets, and guardrails around native LLM SDK calls
1+ hour, 13+ min ago (26+ words) I got tired of writing the same LLM boilerplate in every project, so I made a library Three lines to... Tagged with ai, python, llm, opensource....
NETO: Chat P2P local para equipos dev sin depender de la nube
1+ hour, 7+ min ago (18+ words) ¿Tu equipo de desarrollo comparte credenciales por Slack? ¿Discuten arquitectura en plataformas que... Tagged with devtools, programming, security....
We didn’t need another email API. We needed to know what our SaaS was actually sending.
1+ hour, 23+ min ago (820+ words) If you run a SaaS, sending transactional email is basically a solved problem. There is Mailgun. SendGrid. Postmark. Resend. Amazon SES. And plenty of others. Pick one, connect the API or SMTP, and your emails get delivered. That wasn't really…...
Integrating WhatsApp Business API into a Healthcare Stack: What the Docs Won't Tell You About Compliance
1+ hour, 23+ min ago (240+ words) If you're building patient communication features into an HMS, EMR, or hospital CRM, WhatsApp Business API looks like an obvious win — high open rates, a messaging surface patients already use daily, and a straightforward webhook-based integration model. But there are…...
How long does a Redis Sentinel failover actually take? I measured it
2+ hour, 29+ min ago (442+ words) I killed an in-memory database primary on purpose — fifteen times, across three... Tagged with redis, devops, docker, database....
Real Time Communication: SSE vs WebSockets vs WebRTC
2+ hour, 29+ min ago (532+ words) Real-time communication enables systems to deliver updates as soon as information changes, rather than waiting for clients to ask for new data. In traditional request/response architectures, a client initiates every interaction. If new information is needed, the client must…...
How to Start Your Journey as a Full-Stack Web Developer
2+ hour, 36+ min ago (245+ words) Becoming a Full-Stack Developer is a practical journey that requires consistent learning, hands-on practice, and real-world projects. Start by building a strong foundation in HTML, CSS, and JavaScript. HTML provides the structure of a website, CSS creates its design and…...