About

I am a Software Engineer with over 7 years of experience focusing on Backend & DevOps best practices and currently working on distributed systems.

Latest Blog Posts

Nov 22, 2022

Application Resilience: 4 Ways to Build It

Do you ever wonder if you could keep your application from experiencing any failures or downtime at all?

Read More

July 4, 2022

Realtime sync k8s pod with Okteto

Ever wonder if there are feedback loop cycle that is shorter while working with kubernetes. What if you could sync k8s pod in real-time with Okteto?.

Read More

Apr 4, 2022

Manage Multiple Cron with Helm Flow Control

If you want to set up a Cron on your application, using a cron in Kubernetes is straightforward. All you need to do is copy the CronJob template.

Read More

Dec 20, 2021

How to use Protobuf with Go?

Did you know that you have to write a schema only once which defines the structure data and the same schema can be used as validation before sending & receiving data using Protocol Buffers?

Read More

May 3, 2021

Automated deployment pipeline for Cloud Run Tutorial

Automating the deployment pipeline is always a challenging thing. It requires a lot of effort in setting up the server for multiple environments, preparing the build, and deploying the same build into the server. We will go step by on configuring simple deployment pipelines so you could build furthermore from that.

Read More

Feb 28, 2021

Easily Manage Dot Files (Config Files)

Whenever I migrated from an old laptop to a new laptop or re-installed the whole OS, I always ended up copying all the config files(Ide configuration, bash history, app profiles, etc) in a hard disk. I either ended up copying all un-necessary configs(by zipping all) from the home folder or if I pick particular configs, I keep on missing things.

Read More