In this blog, I’ll walk you through the essential steps and guidance for parsing network protocols. We’ll assume that you’re already running a Layer 4 (L4) proxy to capture packets into a buffer, and you have both the client and destination connection objects readily available. This guide...
More Stories
Shifting Gears: Why GraphQL is Turbocharging APIs
The API landscape is constantly evolving, and developers like us crave tools that streamline data fetching and...
Streamlining Deployments: How to Master GitOps with FluxCD
Kubernetes (or K8s) is inherently complex, making it challenging to grasp and even harder to implement in...
Mastering NYC: Enhance JavaScript & TypeScript Test Coverage
NYC, often referred to as Istanbul’s command-line interface (CLI), is a powerful code coverage tool designed specifically...
Efficient TCP Server Connection Management
TCP connections, they are everywhere, almost every online interaction you make, whether it’s streaming your favourite video,...
Playwright Alternative for API Testing
If you’re an SDET who’s been using Playwright for API testing, you might be all too familiar...
How to Test Traffic with a Custom Kubernetes Controller
K8s controllers and operators In k8s world every resource created via controller. Like there are inbuilt controllers...
Docker Containers: Enabling SSL for Secure Databases
Why Enable SSL for Databases? Security is critical for any application, especially when dealing with sensitive data...
Migration Guide: From RestAssured to Keploy
If you’re tired of writing endless lines of repetitive code in RestAssured just to test your APIs,...
How to handle Node.js Code Coverage with NYC in Docker Containers
There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses...
BitBucket Self-Hosting : Running ebpf/Privileged programs
Bitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility...
Efficient DOM Manipulation with the Virtual DOM and Refs
The Secret to Fast and Responsive Websites Ever wondered why your favorite websites are so fast and...
Revolutionising Unit Test Generation with LLMs
“Discovering the unexpected is more important than confirming the known.” – George E. P. Box As software...