Home Work Projects Notebook Blog Gist Contact

Selected projects

Things I've built while exploring systems and interfaces.

A growing collection of side projects — some live, some in progress — spanning networking, developer tools, and AI-assisted workflows.

  • TermCall preview
    Nº01 In progress

    TermCall

    Terminal-based P2P video calling app that renders live webcam feeds as ASCII art and streams them over WebRTC data channels.

    • Engineered a full-mesh network topology with a custom embedded STUN/TURN server, enabling complex NAT traversal and bypassing strict ISP firewalls by encapsulating P2P traffic over TCP port 443.
    Go WebRTC P2P Terminal UI Networking
    github.com
  • LaTeXAI preview
    Nº02 Live

    LaTeXAI

    AI-powered online LaTeX document IDE that lets users write, compile, and iterate on documents in-browser with an AI assistant.

    • Maintained per-session conversation history to give the AI context across edits, enabling iterative document refinement without repeating instructions.
    TypeScript Node.js LaTeX AI AWS EC2
    github.com
  • Redis-inspired KV Store preview
    Nº03 Live

    Redis-inspired KV Store

    Redis-inspired in-memory key-value database in Go implementing RESP parsing/serialization and core commands.

    • Ensured concurrent-safe access using Go’s sync.Mutex, with support for key expiration and TTL handling.
    Go Redis RESP Systems Concurrency
    github.com
7291d77