Published intorqo11y Done Wrong — Lessons Learned from Monitoring Production SystemsYou wake up dizzy at 3AM from your “nice friend” PagerDuty yelling, “I have something broken in production. Please come and help me!” You…Jul 20, 20231Jul 20, 20231
Secure your Kubernetes Workloads with gVisorWe are all familiar with and love containers. Containers share the same host kernel which makes them a pretty portable and lightweight…Nov 11, 20221Nov 11, 20221
Tips For Effective Go TestsSkipping tests is common practice, especially in startups that sacrifice testing in favor of rapid development. We all know that this is…Aug 31, 20213Aug 31, 20213
Debug AWS Lambda Functions with GebugDebugging your Golang Lambda locally can be really annoying. You have great tools on your machine but you don’t always get the most out of…Jan 20, 20211Jan 20, 20211
Better Debugging Environment for your Micro-ServicesDebugging a micro-service in a Kubernetes cluster can be a real pain. Sometimes we face burdensome bugs which might be hard to reproduce…Oct 1, 20201Oct 1, 20201
Containers Under The HoodThe containers eco-system raises a huge hype, almost every infrastructure contains a sleek Kubernetes cluster or at least some Docker…Jun 6, 20202Jun 6, 20202
Watch out for Compiler OptimizationsEvery compiler, including Golang’s, optimizes our code to an extent. This makes our build faster and outputs a smaller and probably more…Jul 2, 2019Jul 2, 2019