Link Dump #221
A weekly link dump covering API design comparisons, software development philosophy, Maven 4 updates, leadership insights, and AI's impact on coding.
A weekly link dump covering API design comparisons, software development philosophy, Maven 4 updates, leadership insights, and AI's impact on coding.
A guide to implementing gRPC services in Spring Boot using the new Spring gRPC project, including Protobuf definitions and code examples.
Explains gRPC's persistent connection challenges during failover and offers solutions like HTTP/2-aware load balancers.
Explains how Kube-proxy uses iptables for load-balancing in Kubernetes and the implications for gRPC/HTTP/2 traffic.
Announcing a new experimental gRPC extension for FrankenPHP, enabling high-performance gRPC servers using PHP, Go, or a mix of both.
A software engineer reflects on the human challenges of tech work, including burnout, team attrition, and the pressure to refactor legacy systems.
A developer shares their 2025 plans, including job search, personal projects, and goals for automation, AI tools, and NuGet packages.
Explores using Go 1.23's new iterators and coroutines to optimize in-process gRPC communication for efficiency and transparency.
A monthly roundup of new features and updates for Microsoft Azure WebApps, including PHP 8.3 support, reservation changes, and preview features.
A summary of a Kiwi PyCon talk on implementing middleware patterns for Flask, Django, WSGI, FastAPI/ASGI, and gRPC applications.
A guide to deploying a .NET gRPC server to Azure App Service, covering setup, configuration, and automation.
A software engineer discusses the challenges of managing a large, complex software system with hundreds of repositories and multiple teams.
A tutorial on creating a gRPC client in .NET to communicate with a server, including project setup and code implementation.
A tutorial on creating a gRPC client in Go to communicate with a gRPC server, covering code generation and implementation.
A tutorial on building a gRPC server in .NET, covering project setup, protocol buffers, and service implementation.
A tutorial on creating a gRPC server in Go, covering service definition with Protobuf, business logic, and server setup.
A technical guide exploring API protocols like REST, GraphQL, and RPC, with a practical walkthrough of building an RPC API using gRPC and Node.js.
A guide introducing gRPC for API development, comparing it to REST, GraphQL, and other protocols, and outlining a hands-on tutorial series.
A guide to writing integration tests for gRPC services in ASP.NET Core, comparing Grpc.net and protobuf-net.Grpc with a code-first approach.
A tutorial on integrating and calling gRPC services from a server-side Blazor application, covering setup and basic implementation.