Projects
By Andrés • 2026-05-28
Some of the things I've built.
Tooling and Infrastructure
Static Site Generator
May 2026 – Present
A minimal static site generator written from scratch in Odin.
- Parses Markdown with JSON frontmatter
- Renders clean HTML using Tufte CSS
- Supports posts and static pages
- Clean builds and automatic static asset copying
- Powers my personal website (you're reading it): androsforge.com
Systems programming
PNG Steganography Tool
May 2026
A command-line tool that embeds and extracts hidden messages in PNG files using standard PNG chunk structures.
- Encodes and decodes messages by modifying PNG metadata
- Preserves image integrity while embedding data at the byte level
- Clean CLI with proper argument parsing
Local Query Engine
October 2025
A lightweight SQL-like query engine for CSV files.
- Supports filtering, column selection, and sorting
- Uses STL algorithms and external libraries (CLI11, csv-parser)
- Produces formatted table output with dynamic column width calculation
Web development
Finance Web Application
November 2024
A web app that simulates stock trading with real-time portfolio tracking.
- Integrated live stock data API
- Tracks transactions and holdings using SQLite
- Built with Python, Flask, and Bootstrap
Last updated: May 2026