Cover Image for Decoding HTTP/2 Traffic is Hard, but eBPF can help
Background

Animesh Pathak


More Stories

Cover Image for Python Testing with Pytest: Features & Best Practices

Python Testing with Pytest: Features & Best Practices

Sriniketh Jayasendil

Table of Contents The importance that we give to developing the application with the software engineering best practices, and principles,...

Cover Image for eBPF for TLS Traffic Tracing: Secure & Efficient Observability

eBPF for TLS Traffic Tracing: Secure & Efficient Observability

Pranshu Srivastava

Table of Contents Tracing TLS (Transport Layer Security) traffic is crucial for modern observability systems. It helps monitor encrypted communication,...

Cover Image for What is Postgres Wire Protocol

What is Postgres Wire Protocol

Sarthak Shyngle

Table of Contents Databases are the backbone of modern applications, enabling efficient storage and retrieval of data. But have you...

Cover Image for Finding Elements in a List using Python

Finding Elements in a List using Python

Swapnoneel Saha

Table of Contents When working with Python, lists are one of the most versatile data structures you’ll come across. It...

Cover Image for Top 5 Best Python IDE to use in 2024

Top 5 Best Python IDE to use in 2024

Swapnoneel Saha

Table of Contents Python is one of the most popular programming languages and choosing the right Integrated Development Environment (IDE)...

Cover Image for BitBucket Self-Hosting : Running ebpf/Privileged programs

BitBucket Self-Hosting : Running ebpf/Privileged programs

Animesh Pathak

Table of Contents Bitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility...

Cover Image for Unit Testing in Python is way more convenient than you’ve thought

Unit Testing in Python is way more convenient than you’ve thought

Swapnoneel Saha

Table of Contents Introduction As software developers, we have to write a lot of unit tests for our software. And...