Mujib Pathan
I'm currently in my second year of Computer Science. I spend most of my time building things with Go, learning about PostgreSQL, and contributing to open source. Always trying to build something a little better than my last project.
Selected Infrastructure
An AST-aware Postgres proxy written in Go that acts as a deterministic security firewall for AI-generated SQL execution.
Production-grade PostgreSQL CDC pipeline in a single Go binary - streams every INSERT, UPDATE, DELETE to webhooks with embedded disk queue for Kafka-free resilience
Real-time PostgreSQL WAL reader built in GO - captures INSERT, UPDATE, DELETE using logical replication
Cosmo is a terminal user interface (TUI) that provides real-time visibility into PostgreSQL database health, query performance, lock contention, and WAL/MVCC internals. Built in Go.