Tag: #grpc
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 15 posts
Protobuf Edition 2026: Three Tightened Defaults, and the Schema Size Limits protoc Finally Enforces
Edition 2026 landed on protobuf.dev on July 13, 2026 — but v36.0-rc1 had already been published four days earlier, on July 9. Edition 2026 adds no new syntax; instead it tightens three defaults — a ban on name collisions
2026-07-16 · 19 min read #grpc#protobuf#api-design#serializationAdvanced Ingress Protocols — gRPC, WebSocket, HTTP/2, HTTP/3
A practical guide to handling gRPC, WebSocket, HTTP/2, and HTTP/3 (QUIC) in Kubernetes Ingress. Covers per-controller support, annotations, TLS ALPN, troubleshooting, and the migration path toward the Gateway API, with h
2026-06-14 · 10 min read #ingress#kubernetes#grpc#websocket#http2Go Ecosystem 2026 Complete Guide - Go 1.24/1.25, Echo · Gin · Fiber · Chi · sqlc · pgx · ent · Cobra · Bubble Tea · Buf · Connect-RPC · PGO Deep Dive
As of May 2026, Go has effectively conquered the backend microservices market in Korea and Japan. This deep dive covers Go 1.24/1.25 new features (iter.Seq, range-over-func, swiss-table maps, PGO, weak pointers, slog), w
2026-05-16 · 19 min read #go#golang#echo#gin#fiberAPI Design & Testing Tools 2026 — Bruno / Insomnia / Postman / Hoppscotch / Scalar / Mintlify / Buf Deep Dive
The API tooling landscape in 2026 looks nothing like it did five years ago. Postman lost trust through account requirements and cloud sync defaults. Insomnia 8 walked the same path and stumbled again after the Kong acqui
2026-05-16 · 21 min read #api-design#api-testing#bruno#insomnia#postmanAPI Schema Landscape 2026 — JSON Schema, OpenAPI 3.1, AsyncAPI, GraphQL, gRPC, Smithy, TypeSpec in One Map
In 2026 the real unit of an API is not the endpoint — it is the schema. JSON Schema 2020-12 became the shared base for OpenAPI 3.1, AI tool calling and config validation; AsyncAPI 3.0 settled in as the OpenAPI of events;
2026-05-14 · 23 min read #api-schema#json-schema#openapi#asyncapi#graphqlModern Backend Frameworks 2025 — NestJS, Fastify, Hono, Elysia, Spring Boot, FastAPI, Go, Axum, tRPC, GraphQL, gRPC (S7 E2)
Which backend framework in 2026? This is a ranked tour through TypeScript (NestJS, Fastify, Hono, Elysia), JVM (Spring Boot, Micronaut), Python (FastAPI, Litestar), Go (Fiber, Echo, Chi), Rust (Axum, Actix), and API styl
2026-04-15 · 8 min read #backend#framework#nestjs#fastify#honogRPC Deep Dive 2025: Protocol Buffers, Four Communication Models, Interceptors, Load Balancing
Deep dive into gRPC: Protocol Buffers internals, four communication models (Unary/Server/Client/Bidirectional), interceptors, load balancing, Deadline/Cancellation, streaming backpressure, gRPC-Web, debugging tools.
2026-04-15 · 9 min read #grpc#protobuf#streaming#http2#interceptorGo Complete Guide — Goroutine, Channel, Context, and Real-World Microservices (Season 2 Ep 3, 2025)
Go is famous for being easy to learn, but real production Go is full of non-obvious traps: Context propagation, Goroutine leaks, Channel deadlocks, nil interface gotchas. This post covers the true meaning of Go philosoph
2026-04-15 · 13 min read #go#golang#goroutine#channel#contextThe Complete Guide to API Design & Microservices Architecture
From REST, GraphQL, and gRPC API design principles to microservices patterns, service mesh, event-driven architecture, and distributed transactions.
2026-04-12 · 16 min read #architecture#api#microservices#rest#grpcgRPC & Protocol Buffers Complete Guide 2025: The New Standard for Microservices Communication
Everything about gRPC! Protocol Buffers schema design, 4 communication patterns (Unary/Server/Client/Bidirectional Streaming), interceptors, error handling, load balancing, gRPC-Web, REST vs gRPC comparison, and real-wor
2026-03-24 · 20 min read #grpc#protobuf#protocol-buffers#microservices#apiMicroservices Architecture 2025 Complete Guide: From Monolith to MSA, and Back to Modular Monolith
Everything about microservices! Monolith vs MSA vs Modular Monolith, DDD service decomposition, communication patterns (gRPC/REST/events), Service Mesh (Istio), Saga pattern, OpenTelemetry observability, and deployment s
2026-03-23 · 28 min read #microservices#monolith#modular-monolith#service-mesh#istioNetworking Fundamentals Every Developer Must Know: TCP/IP, HTTP, DNS, TLS to gRPC and WebSocket
A comprehensive guide to networking fundamentals every developer must know. From the TCP/IP 4-layer model, HTTP/1.1 vs 2 vs 3, DNS resolution, TLS handshakes, gRPC, WebSocket, CDN, to load balancers — a practical guide y
2026-03-23 · 27 min read #networking#tcp-ip#http#dns#tlsNetwork Engineering & Security Master Guide: From TCP/IP to Service Mesh and AI Serving Networks
A complete networking guide for AI engineers covering TCP/IP fundamentals, gRPC, Istio service mesh, Zero Trust security, and real-time LLM streaming.
2026-03-17 · 11 min read #networking#grpc#tls#service-mesh#istioKubernetes Gateway API and GRPCRoute Complete Guide: From Service Mesh to Traffic Routing
Hands-on practice with gRPC traffic routing using Kubernetes Gateway API GRPCRoute. Covers service mesh integration through the GAMMA initiative, header-based routing, and traffic splitting.
2026-03-03 · 6 min read #kubernetes#gateway-api#grpc#service-mesh#gammaHBase RPC
HBase RPC
2023-06-26 · 1 min read #grpc