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