APAditya Pachauriinadityapachauri.hashnode.dev·Dec 7, 2023 · 2 min readUsing 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 ...00
APAditya Pachauriinadityapachauri.hashnode.dev·Dec 2, 2023 · 2 min readParcel: 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...00
APAditya Pachauriinadityapachauri.hashnode.dev·Sep 24, 2023 · 3 min readGolang 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...00