Considerations for Testing gRPC Streams
If you’ve spent any time building cloud-native systems, you’ve probably tripped over the tricky beast that is gRPC streaming. It’s powerful, flexible...
Browse 9 posts in this category
If you’ve spent any time building cloud-native systems, you’ve probably tripped over the tricky beast that is gRPC streaming. It’s powerful, flexible...
Traditional performance testing often comes late in the delivery cycle, typically just before release. By then, performance issues are usually quite expensive...
There are many reasons why you might want to leverage eBPF for plaintext inspection of TLS traffic including security monitoring, debugging, traffic analysis...
Service level agreements (SLAs) are the contractual backbone between customers and technology vendors, outlining expected service availability...
Last week, I returned to India for the first time since the beginning of COVID — and what a journey it was! To and from India from Las Vegas in just 6 days...
Cursor is one of the go-to AI-native code editors for developers. Because it’s built on Visual Studio Code, it provides a pretty smooth path between...
Every engineering leader has seen it: a senior developer is “in the zone”…then Slack pings, CI fails, or an AI suggestion derails everything.
When running tests in a CI/CD pipeline, relying on external APIs can introduce instability, slow down execution, and even lead to failed builds due to rate...
Linting - the process of analysing potential issues within your API specification - is a great step towards ensuring that you have strong syntax...