Posts
All the articles I've posted.
Secure your rust code with Trivy: local scan and gitHub actions ci/cd
Published: at 03:00 PMLearn how to use Trivy to scan your tust project for vulnerabilities, from a quick local scan to a fully automated gitHub actions pipeline.
Optimizing docker images for Rust production ready deployment
Published: at 02:30 PMAfter migrating to self-hosted VPS with Kamal Deploy, my disk filled up fast. Here's how I optimized Rust docker images and automated cleanup.
Infrastructure Monitoring: Lessons from Bafoka
Published: at 10:00 AMYou don't need to change your app code to have great monitoring. Learn how we used Prometheus and Grafana to keep a blockchain platform running at 95.5% uptime.
How I Structure Environments: Dev, Staging, and Prod
Published: at 03:30 PMEnvironment separation is a discipline, not a tool choice. Learn how to properly structure dev, staging, and production environments regardless of your infrastructure.