Docker Container Security - 101
This video is the clip of my talk at DevSecOps Conf, 2021. The talk is all about Docker Container Security - from attack surfaces to best practices.
InfraCloud - Work, Enjoy, Repeat

If you ask me “How’s life at InfraCloud?” I would say it’s challenging yet fun. Be it tech, memes, or team activities. In this post, after spending about ~1.5 years here I would like to reflect on my experience working with InfraCloud. Let’s begin from the beginning!
CKA Experience & Tips

The result is out, and as of March 19, 2021 I’m a Certified Kubernetes Administrator. Everyone has got their share of challenges, experience, and tricks that worked for them. In this blog post I intend to share mine. I hope you find it helpful one way or another.
Entity vs Model vs ViewModel vs DataModel

Different people define Entity, Model, ViewModel and DataModel in different ways. However, these terms may sometimes differ from their actual meaning, based upon the context. In this post I would like to share my understanding of these terms.
Structure of a Go Program

Every single programming language has got its own syntax or structure; it’s own flavor and that’s what makes it standout. Go is no different. It’s easy and elegant in its own way, making to it fun to play with.