Explore
Select a tab
What's new
Performance Benchmarking: Bun vs. C# vs. Go vs. Node.js vs. Python
I took 5 runtimes and built functionally identical REST APIs with each of them. Then I ran load tests for each application to measure their performance.
Blog
•Jun 13, 2023
Tuning Go Pipeline Performance
Go pipelines require a range of approaches to optimize performance in various scenarios.
Blog
•Jun 13, 2023
GRPC Health Checks in Kubernetes
When deploying services in Kubernetes (K8s) it is important to configure health checks to restart a service that have stopped responding. Kubernetes natively supports health checks via gRPC (Remote Procedure Call).
Blog
•Feb 14, 2023
Never Start a Goroutine You Can't Finish
Using channels and goroutines in Golang can be tricky. It's important to make sure your goroutines will finish.
Blog
•Mar 30, 2021