Tag: python

  • Building Custom YAML-DSL in Python

    Building Custom YAML-DSL in Python

    In this blog post, I will guide you through the process of building a custom DSL in Python. Why? Because, we have to encode real-world problems in code, but we are limited by the power of expressivity of the language we are using. The programming languages are fairly low when it comes to dealing with complex or…

    by

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

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

    I’ve come across a particular challenge that many of us face: decoding HTTP/2 traffic. In this blog, I’ll share insights on why decoding HTTP/2 headers can be tricky, how HPACK adds a layer of complexity, and most importantly, how eBPF uprobes can come to the rescue. It is crucial to gain visibility into the messages…

    by

    in