Writing

Notes on systems, AI, and engineering.

  1. Granarium: A Read-Only GitHub Frontend with Dev-Tool Aesthetic

    Building a premium GitHub code browser with Shiki syntax highlighting, file trees, diff viewers, commit graph visualization, and server-proxied API calls — all on Bun + React.

    BunReactGitHub API
  2. Skilltune: Agentic Resume Tailoring via Chrome Extension

    A Chrome extension powered by LangChain agents that scans job postings and generates tailored Typst resumes — bridging browser context with AI document generation.

    Chrome ExtensionLangChainTypst
  3. exp_site: Building an Agentic Tool Library from Scratch

    A Python library for sandboxed LLM tool execution with human-in-the-loop channels, MCP connector, deliberate customization mode, and iterative execution control.

    PythonMCPLLM Agents
  4. QR Invite: Event Management with Go and QR Codes

    A Go backend for managing event invitations via WhatsApp and email, with QR code generation, admin scanning, and attendance tracking.

    GoPostgreSQLQR Code
  5. Multi-Agent Systems with Google ADK

    Exploring agent orchestration patterns using Google Agent Development Kit for financial workflows.

    Google ADKAI AgentsMCP
  6. Building a RAG System for Patent Analysis

    Implementing hybrid retrieval-augmented generation for extracting TRIZ innovation principles from patent documents.

    RAGLLMPython
  7. Real-Time IoT Data Processing with Kafka and PySpark

    Building a pub/sub system for ingesting and processing real-time IoT sensor streams.

    PySparkKafkaMongoDB
  8. Secret Detection Using Entropy Analysis

    How Shannon entropy calculation helps identify API keys and tokens in source code.

    GoSecurityCLI