March 21, 2024
The Conventional Commits specification is a lightweight convention that provides a standardized format for writing commit messages.
April 29, 2021
Dockerizing an application means making our application run in a docker container..
April 01, 2021
AWS secret manager lets us to store the username and password securely and ...
March 08, 2021
Fish is a smart and user-friendly command-line shell for Linux, macOS, and the rest of the family.
March 01, 2021
sonarqube we can write quality code as it warns about potential bugs, hot-spots, vulnerabilities, code smells and duplication in the code...
March 02, 2021
MongoDB uses sharding to support deployments with very large data sets and high throughput operations.
February 08, 2021
A distributed system contains multiple nodes which are physically separate but linked together by the network.
February 01, 2021
CAP theorem states that any distributed system with a state can have...
January 30, 2021
HashMap is used widely in programming to store values in pairs(key, value)