Skip to content
View paawanjotk's full-sized avatar

Highlights

  • Pro

Block or report paawanjotk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paawanjotk/README.md

Paawanjot Kaur

studentcomputer science systems

I'm a critical thinker for systems that make life more interesting and efficient. I enjoy learning and turning complex problems into elegant solutions from disk-backed databases to event-driven backends with solid observability.

Projects

SQLyt Disk-backed database engine in C from first principles — B+ Tree indexing, write-ahead logging, and page-based storage. Benchmarked against SQLite across 6 workload families; achieved 39×–113× speedups on autocommit-heavy writes.

HFT IPC Latency Benchmark IPC benchmark in C++ comparing POSIX shared-memory SPSC vs Unix domain sockets for market data delivery. Lock-free ring buffer with cache-line alignment achieved 80ns p50 vs 1000ns over sockets. Includes FastAPI + Streamlit observability UI.

Fleet Management Backend Event-driven microservices backend in Node.js with RabbitMQ, idempotent consumers, at-least-once delivery guarantees, Redis caching, and full OpenTelemetry + Prometheus observability stack.


  Tech Stack


Tech Stack


  GitHub Stats


GitHub Stats Top Languages

  Connect With Me


LinkedIn    Resume    Email

Pinned Loading

  1. fleetgogo fleetgogo Public

    Fleet Management System 🚛 A microservices-based backend for managing drivers, vehicles, and trips. Event-driven, scalable, and containerized.

    TypeScript 3

  2. shm-vs-loopback-bench shm-vs-loopback-bench Public

    data consumption over shared memory vs loopback socket benchmark

    C++ 1 1

  3. SQLyt SQLyt Public

    Forked from deysandip301/SQLyt

    mini database engine

    C

  4. blueis blueis Public

    A redis clone, docker image from dockerhub: docker pull pjk010/blueis:latest

    Go