Is your team drowning in microservice complexity? Discover why the modular monolith is the ultimate architectural balancing act for achieving scale without the operational tax.
- #Software Architecture
- #Engineering Leadership
- #Microservices
- #Modular Monolith
- #System Design
- #CTO
- Today on Kubernetes: How to Migrate Live Kubernetes Clusters from Flannel to Cilium Node-by-Node Aug 3, 2026
A hands-on guide to safely executing a live, rolling migration from Flannel to Cilium using Cilium's CiliumNodeConfig CRD, allowing you to migrate a cluster node by node without disrupting existing pod-to-pod communication.
- #Kubernetes
- #Cilium
- #Flannel
- #CNI
- #eBPF
- #Networking
- #Migration
- #DevOps
How to apply Domain-Driven Design principles to NoSQL databases, avoiding common pitfalls with document, wide column, and graph databases in production.
- #Database
- #NoSQL
- #DDD
- #Architecture
- #MongoDB
- #Cassandra
- #Neo4j
- Today on Kubernetes: From kubeadm init to eBPF Jul 22, 2026
A hands-on Kubernetes bootstrap on GCP, including the Cilium networking issues that stood between kubeadm init and a working pod-to-pod ping.
- #Kubernetes
- #kubeadm
- #Cilium
- #eBPF
- #Networking
- #GCP
- #Troubleshooting
- From zero to deployed: A guide to GKE deployments Jul 20, 2026
A walkthrough on building, scaling, and updating applications in GKE using a production mindset.
- #Kubernetes
- #GKE
- #DevOps
- #Production
- #Astro
A look at the best new features in Gitea 1.26.0, from Terraform state registry to Actions concurrency, plus why self-hosting your Git server still makes sense in 2026.
- #Gitea
- #Self-Hosting
- #DevOps
- #Git
How I built a production-ready, compliance-first infrastructure with automated security remediation using Terraform, EKS, and AWS native services.
- #AWS
- #Zero Trust
- #Terraform
- #Kubernetes
- #Security
- Scaling Python Backends on AWS: A Practical Guide Apr 17, 2026
How I leveraged EC2, S3, and API Gateway to manage high-throughput IoT data.
- #AWS
- #Python
- #Flask
- #Backend