ls -lt ~/posts/ articles
  1. Pushing nginx logs into PostgreSQL

    An opinionated guide on pushing nginx access logs into PostgreSQL

  2. Deleting SSH keys from gpg-agent

    Small tip on how to remove SSH keys saved into GPG agent

  3. Web development testing in old browsers

    A practical guide on how to run multiple different versions of browsers in Linux with bwrap. Want to test how your site would look with a 5-10 year old browser? In that case, this article might be helpful for you.

  4. Live application update in Python

    In this article I'll describe how to achieve live application update in Python, similar to Erlang live update, also known as hot code swap.

  5. Network latency and CPU C-States

    Small story about how C-States could affect network latency