Instrument your Java Code with Micrometer, Prometheus, and Grafana.

Posted on December 31, 2020 in tutorial

In this blog tutorial, let's instrument your Java SE code with Prometheus using Micrometer


Continue reading

The Insides of Kubernetes and how it actually works.

Posted on September 06, 2019 in tutorial, blog, information

In this article, you'll learn about the REST objects in kubernetes (pods, replication controller, deployments, service)


Continue reading

Build AWS CodePipeline CI/CD for your Django Application

Posted on February 15, 2019 in tutorial

In this article, you'll learn how to setup AWS CodePipeline for Continuous Integration and Continuous Delivery (CI/CD) pipeline for your Django Application.


Continue reading

From Bitbucket Pipeline to AWS CodeCommit

Posted on February 08, 2019 in tutorial

In this article you'll ne learning how to sync your BitBucket repository to AWS CodeCommit. Once your AWS CodeCommit is synced with your BitBucket repo you can use AWS CodeCommit for many AWS services like CodePipeline, CodeBuild, CodeDeploy etc.


Continue reading

Docker 101 (Part 1)

Posted on December 02, 2018 in tech, docker

I don't have any prior experience with docker. To everyone who is reading, this post is just my experience and as well as a kind of personal note for me for future reference. :)


Continue reading