Posts
All the articles I've posted.
Chatbot or AI Agent, where is your head at
Published: at 12:28 PMChatbots are everywhere. AI agents are the new hype. As a developer, where should you focus? Here is a clear and practical perspective.
What happened when I moved my apps to my own server
Published: at 03:00 PMWithin an hour of going live on Hetzner, bots were already trying to break in. Here's what I did to lock down my server using SSH keys, Fail2ban, UFW, and real-time monitoring with Betterstack.
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.
ECDSA Signatures in Bitcoin
Published: at 02:27 PMLearn how ECDSA digital signatures secure Bitcoin transactions, with clear explanations and practical Rust code for key generation, signing, and verification.
Bitcoin & Elliptic Curves for Developers
Published: at 02:00 AMDiscover how secp256k1 elliptic curve secures Bitcoin transactions, with key generation, digital signatures, and verification
Code Is Law, Cypherpunk, and Cyberpunk: Understanding Digital Freedom
Published: at 08:00 PMExplore the philosophies of Code Is Law, Cypherpunk, and the Cyberpunk movement, and understand their impact on privacy, freedom, and technology in our digital world.
GPG for Developers: Securing Your Communications, Files, and Git Commits
Published: at 02:00 AMLearn how to use GPG keys to encrypt messages, sign files, and verify Git commits, ensuring authenticity and trust in your projects.