What is a Headless CMS?

A warm Hello to all the readers! In this post, we will understand about Headless CMS. CMS stands for Content Management System. Going by the name, it manages content and presentation of a website. WordPress is by far the most popular CMS in the market till date. What is a Monolithic CMS? WordPress is a…

What is an Algorithm?

A warm Hello to all the readers! If you are from computer science background or pursuing computer science jobs, IT jobs, then you must have heard at some point of the word “Algorithm”. Let’s understand in easy and simple terms as to what is an algorithm. In simple terms, we define computer algorithm as “A…

Monitoring Golang Application with Prometheus

A warm Hello to all the readers! I have posted multiple articles about getting started with Prometheus. It talks about installing, configuring and monitoring system through Prometheus. In this section, we will learn how to instrument our golang code to export interesting metrics to Prometheus. Today’s world is about white box monitoring than old school…