Redis as persistent store
June 18, 2022What is redis ? Redis stands for Remote Dictionary Server, is a open source in-memory key-value store. Redis supports variety of data…
Using terraform on AWS Freetier
May 7, 2022What is Terraform ? Terraform is an infrastructure as code (IaC) tool developed by Hashicorp which allows you to build, change, and version…
MongoDB and aggregation
April 14, 2022Aggregation operations group values from multiple documents together, and can perform a variety of operations on the grouped data to return…
Django quick setup
July 11, 2021Django is one of the famous Python framework for fastest way to build web applications and rest APIs using various available plugins.In this…
Using Promotheus and Grafana
June 10, 2021Promotheus Prometheus is a open source tool for event monitoring and alerting. It records real-time metrics in a time series database built…