Tags

#python

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 all write lots and lots of lines of code while building an...

Cover Image for Building Custom YAML-DSL in Python

Building Custom YAML-DSL in Python

Animesh Pathak

Table of Contents In this blog post, I will guide you through the process of building a custom DSL in...

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

Decoding HTTP/2 Traffic is Hard, but eBPF can help

Animesh Pathak

Table of Contents I’ve come across a particular challenge that many of us face: decoding HTTP/2 traffic. In this blog,...