Recent Posts

Building a Network Tunnel

3 minute read

This project was an education in understanding a bit of low-level computer networking through the lens of wireguard. Wireguard® is an open-source VPN protoco...

Building a Postgres Plugin

5 minute read

This project is simply a Postgres to Redis connector built as a Postgres extension. It intercepts all SELECT and UPDATE queries and inserts/updates relevant ...