adityapachauri.hashnode.devUsing pre-commit to improve our codeWhat is pre-commit? Git hooks can catch trivial issues like missing semicolons or trailing whitespace before code review, freeing up reviewer time for more in-depth architectural examinations. However, distributing these hooks across projects can be ...Dec 7, 2023·2 min read
adityapachauri.hashnode.devParcel: A Bundler for Contemporary Web DevelopmentHow does Parcel simplify the web development workflow and enhance performance compared to traditional bundlers? Before knowing the answer to this question, it is important to know... What is a Parcel bundler? The parcel is a zero-configuration bundle...Dec 2, 2023·2 min read
adityapachauri.hashnode.devGolang vs Python for DevOpsIntroduction DevOps, the practice of combining development and operations to streamline software delivery, has become a cornerstone of modern software development. As DevOps engineers, choosing the right programming language is crucial for building e...Sep 24, 2023·3 min read