Backend9 min readMay 17, 2026Designing Idempotent Payment Webhooks in Spring BootThe exact patterns I use to handle Stripe and Coinbase callbacks without double-processing or lost events.BBADJO Dibéa KoffiRead more
Blockchain & Web312 min readBuilding a Gas-Optimized ERC-4626 Vault from ScratchHow I reduced gas costs by 40% on a DeFi yield vault using assembly-level optimizations and storage packing.BMay 16, 2026Read more
Artificial Intelligence14 min readBuilding a Code Review Agent with ClaudeHow I built an AI agent that reviews pull requests, catches architectural anti-patterns, and suggests improvements.BMay 15, 2026Read more
Backend15 min readEvent-Driven Microservices with Spring Boot and KafkaPatterns and pitfalls I encountered running event-sourced services at scale with Spring Boot and Apache Kafka.BMay 13, 2026Read more
Artificial Intelligence16 min readFine-Tuning a Small LLM to Generate Solidity TestsTraining a 7B model on Foundry test suites to auto-generate meaningful fuzz tests for smart contracts.BMay 11, 2026Read more
DevOps10 min readZero-Downtime PostgreSQL Migrations on KubernetesA battle-tested strategy for schema migrations without locking tables or dropping connections.BMay 10, 2026Read more
Blockchain & Web313 min readImplementing Flash Loans: Attack Vectors and Defensive PatternsDissecting real exploits and writing Solidity guards that prevent reentrancy and price manipulation.BMay 8, 2026Read more
DevOps11 min readGitOps with ArgoCD: From Messy Pipelines to Declarative DeploymentsHow I replaced 2,000 lines of Jenkins scripts with a single ArgoCD ApplicationSet.BMay 6, 2026Read more
DevOps12 min readDeploying LLM Inference on Kubernetes with vLLMServing a 13B model in production for under $200/month using smart scheduling and autoscaling.BMay 4, 2026Read more
Backend10 min readCustom Spring Boot Starters: Packaging Shared InfrastructureStop copy-pasting configs across services — build auto-configured starters your team will thank you for.BMay 3, 2026Read more