mateux@tars :~$ ~
total 12
Frontend for the backend brain: SvelteKit vs Vue vs Next.js/ # Apr 18, 2026 · 10 min read · An honest comparison of SvelteKit, Vue/Nuxt, and Next.js from someone who loves frontend tinkering but spends most of the workday on backend systems.
Rinha de Compiler: building an interpreter in Dart/ # Apr 13, 2026 · 5 min read · Why reinvent the wheel? A technical deep dive into building an interpreter from scratch in Dart, exploring ASTs, parsers, and language evaluation.
Automated Accessibility: Building a Custom Linter for Flutter (Undergraduate Thesis)/ # Apr 12, 2026 · 4 min read · A deep dive into my undergraduate thesis: How to analyze Flutter's AST to catch missing accessibility labels before compilation.
Overengineering a zero-user app: distributed media processing with Quarkus, Go, and FFmpeg/ # Apr 12, 2026 · 4 min read · I built a fully distributed, asynchronous media processing pipeline using Quarkus, Kotlin, Go, and FFmpeg for a college project. Here is how and why I overengineered it.
Tracking ISP performance with Playwright and Prometheus/ # Jan 24, 2026 · 3 min read · How I built a custom Prometheus exporter to monitor Unifique ISP performance using Playwright automation.
Monitoring energy consumption with Rust and Prometheus/ # Jan 20, 2026 · 3 min read · A deep dive into building a lightweight Prometheus exporter for TP-Link Tapo P110 smart plugs using Rust.
Search and tokenize Portuguese text with RSLP/ # Oct 10, 2025 · 10 min read · Learn how to implement the RSLP stemming algorithm for Portuguese text processing in TypeScript, enabling better search capabilities and natural language processing.
Simplified load tests with Grafana k6/ # Oct 9, 2025 · 9 min read · Learn how to write simple yet powerful load tests using Grafana k6 and JavaScript, from basic setup to CI/CD integration for bulletproof performance testing.
Automate your JavaScript testing with Bun + integrate it in your CI/CD/ # Oct 8, 2025 · 6 min read · Set up automated tests using Bun's built-in testing framework and integrate them into your CI/CD pipeline using GitHub Actions.
Migrating to GitHub Container Registry/ # Oct 7, 2025 · 6 min read · Migrating to GitHub Container Registry offers better integration with CI/CD workflows, fine-grained access control, and improved visibility compared to Docker Hub.
Level up your software engineering skills with Mermaid diagrams/ # Jun 19, 2025 · 4 min read · Learn how using Mermaid.js can improve your system design, documentation, and communication skills as a software engineer. Includes examples and best practices. Forget static diagrams that get out of sync — use Mermaid to create living documentation that evolves with your codebase.
Building a simple blog using SvelteKit and Markdown files/ # Jun 3, 2025 · 9 min read · A guide to building a simple, developer-friendly blog using SvelteKit and Markdown with MDsveX. Covers integrating Markdown files into SvelteKit's static renderer, adding Mermaid diagram support, and enabling syntax highlighting with Shiki.