Archives

2024 - March

  • Conventional Commits Specification
    Conventional Commits Specification

    March 21, 2024

    The Conventional Commits specification is a lightweight convention that provides a standardized format for writing commit messages.

    Best Practices

2021 - April

2021 - March

  • Fish Shell
    Fish Shell

    March 08, 2021

    Fish is a smart and user-friendly command-line shell for Linux, macOS, and the rest of the family.

    ShellScripting
  • Code coverage and quality analysis with sonarQube and Spring-Boot
    Code coverage and quality analysis with sonarQube and Spring-Boot

    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...

    SonarQubeSpringBoot

2021 - February

  • MongoDB Sharding
    MongoDB Sharding

    March 02, 2021

    MongoDB uses sharding to support deployments with very large data sets and high throughput operations.

    DatabaseMongoDB
  • Distributed Systems Glossary
    Distributed Systems Glossary

    February 08, 2021

    A distributed system contains multiple nodes which are physically separate but linked together by the network.

    Distributed Systems
  • CAP Theorem
    CAP Theorem

    February 01, 2021

    CAP theorem states that any distributed system with a state can have...

    Distributed Systems

2021 - January

  • HashMap Internal Working
    HashMap Internal Working

    January 30, 2021

    HashMap is used widely in programming to store values in pairs(key, value)

    ProgrammingJava