Aug 28, 2023
In the vast world of the internet, navigating a website can sometimes be hard. That's where the sitemap comes into the picture. Sitemap is an essential tool to help visitors navigate your website easi ...
Read More →




Jun 27, 2023
A Comprehensive Exploration of Design Patterns for Crafting Objects with Precision and Elegance ...
Read More →


Design patterns for object creation

Jun 02, 2023
In my previous article, I spoke about fault tolerance design patterns in distributed systems. In this article, I will talk about the design patterns used for object creation. ...
Read More →


Spring boot application monitoring using custom actuator prometheus metrics

Apr 28, 2023
This article describes a elegant way to add custom actuator prometheus metric to spring boot applications. Spring boot, a powerful java based framework to develop micro services web application provid ...
Read More →


JDK Variants and its History

Apr 17, 2023
Java was originally developed by Sun Microsystems, a technology company that was founded in 1982. Sun Microsystems released the first version of Java in 1995, and it quickly gained popularity as a ver ...
Read More →


Kubernetes deployment manifests and Helm chart for Rails application

Apr 04, 2023
A very simple and easy way to generate kubernetes deployment manifests for a rails application is through the Helm chart. Helm is simply a package manager for Kubernetes. Helm Chart is a collection of ...
Read More →


Building a linear classification model in Ruby

Jul 24, 2018
The main objective of this blog is to build a simple linear classification model in ruby using Tensorflow architecture. The main tensorflow compenents required to build and test the model are Operati ...
Read More →


How Google tracks your online activities

Jul 09, 2018
It all started with this website - https://camelcamelcamel.com. This website is a free Amazon price tracker. I was looking at the price of a product from Amazon. I was annoyed by one particular ad in ...
Read More →


Setting up Google Pub Sub in Vertx

Jul 04, 2018
Here are the quick steps to set up Google Pub Sub in vert-x3 ...
Read More →