Redis as persistent store

June 18, 2022
redis.png

What is redis ? Redis stands for Remote Dictionary Server, is a open source in-memory key-value store. Redis supports variety of data…

Read more

Using terraform on AWS Freetier

May 7, 2022
terraform.png

What is Terraform ? Terraform is an infrastructure as code (IaC) tool developed by Hashicorp which allows you to build, change, and version…

Read more

MongoDB and aggregation

April 14, 2022
mongodb-image.jpeg

Aggregation operations group values from multiple documents together, and can perform a variety of operations on the grouped data to return…

Read more

Django quick setup

July 11, 2021
django.png

Django is one of the famous Python framework for fastest way to build web applications and rest APIs using various available plugins.In this…

Read more

Using Promotheus and Grafana

June 10, 2021
grafana.png

Promotheus Prometheus is a open source tool for event monitoring and alerting. It records real-time metrics in a time series database built…

Read more