Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Backend Articles

Explore real-world engineering experiences from top tech companies.

필터 초기화
⌘K
AllFrontendBackendAI / MLML OpsDevOpsMobileArchitectureData EngSecurityProductCulture

Trending Posts

#1
Pinterest logoPinterest

Making User-Sequence Data More Cost-Efficient, Faster, and Easier to Use

9 views2026-05-21
#2
The Hacker News logoThe Hacker News

Agent AI is Coming. Are You Ready?

9 views2026-05-20
#3
Google Cloud logoGoogle Cloud

The agentic era: Architecting the blueprint for mission impact across the public sector

6 views2026-05-19
#4
Hugging Face logoHugging Face

Specialization Beats Scale: A Strategic Variable Most AI Procurement Decisions Overlook

5 views2026-05-22
#5
CSS-Tricks logoCSS-Tricks

The State of CSS Centering in 2026

4 views2026-05-22
#6
Databricks logoDatabricks

Pharma launch analytics: How to compress the first 90 days and win the three years that follow

3 views2026-05-23

Get the latest tech trends every morning

Receive daily AI-curated summaries of engineering articles from top tech companies worldwide.

  • 1
  • More pages
  • 13
  • 14
  • 15
Netflix logoNetflix
51 min read
Backend•2025-12-15

Netflix Live Origin

This post describes the Netflix Live Origin server, a custom microservice that brokers live streaming content between cloud encoding pipelines and the Open Connect CDN.

live-origin
live-streaming
content-delivery-network
cloud-storage
Supabase logoSupabase
11 min read
Backend•2025-12-05

Introducing Supabase for Platforms

Supabase for Platforms introduces the capability to use Supabase as the foundational infrastructure for building your own platform products and business tools.

Netflix logoNetflix
41 min read
Backend•2025-12-04

AV1 — Now Powering 30% of Netflix Streaming

This post details Netflix's AV1 codec adoption journey, which now powers approximately 30% of all Netflix streaming.

av1
video-encoding
streaming
aomedia
netflix
Supabase logoSupabase
11 min read
Backend•2025-12-04

Adding Async Streaming to Postgres Foreign Data Wrappers

This post introduces asynchronous streaming support added to Postgres Foreign Data Wrappers (FDW) via Supabase Wrappers.

Supabase logoSupabase
11 min read
Backend•2025-12-04

Build "Sign in with Your App" using Supabase Auth

Supabase Auth now supports OAuth 2.1 and OpenID Connect server capabilities, enabling projects to act as full identity providers.

Supabase logoSupabase
11 min read
Backend•2025-12-03

Introducing Seven New Email Templates for Supabase Auth

Supabase Auth introduces seven new email templates to notify users about security-sensitive actions on their accounts.

Go logoGo
29 min read
Backend•2025-11-14

Go’s Sweet 16

Go celebrates its 16th open source anniversary with major releases in Go 1.24 and 1.25, covering language improvements, security, and AI tooling.

Stripe logoStripe
131 min read
Backend•2025-11-11

Create new monetization opportunities with Stripe Billing’s recent upgrades

Stripe Billing has released a series of upgrades expanding multiprocessor support, flexible billing models, and AI-specific pricing tools.

Airbnb logoAirbnb
71 min read
Backend•2025-10-30

GraphQL Data Mocking at Scale with LLMs and @generateMock

Airbnb introduces @generateMock, a GraphQL client directive that uses LLMs to automatically generate realistic, type-safe mock data for testing and prototyping.

networking
llm
engineering
graphql
ai
Go logoGo
226 min read
Backend•2025-10-29

The Green Tea Garbage Collector

This post introduces Green Tea, a new experimental garbage collector in Go 1.25 that significantly reduces GC overhead for many workloads.

Go logoGo
112 min read
Backend•2025-09-26

Flight Recorder in Go 1.25

Go 1.25 introduces flight recording, a diagnostic tool that captures execution traces of the moments leading up to a detected problem in long-running services.

Lyft logoLyft
31 min read
Backend•2025-07-31

Solving Dispatch in a Ridesharing Problem Space

This post explains how Lyft models and solves the rider-driver matching problem using graph theory and optimization algorithms.

optimization
data-science
matching