DDDollar Dhingraindollardhingra.hashnode.dev·Jan 25, 2022 · 4 min readBus Factor in Software Engineering1. Introduction Imagine that John Doe works on a project along with 7-10 folks. John started working on this project from the beginning and therefore knows a lot more than everyone else in the project. These leads to some problems such as: John is ...00
DDDollar Dhingraindollardhingra.hashnode.dev·Dec 11, 2021 · 4 min readPython Code Best PracticesIntroduction This article is a collection of best practices for more idiomatic python code especially if you are new to python. Contribute Feel free to contribute to this list, and I will thank you by including a link to your profile with the snippe...00
DDDollar Dhingraindollardhingra.hashnode.dev·Nov 1, 2021 · 2 min read#1 Python Anti-Pattern: Mutable Default ArgumentsIntroduction If you are not sure what a mutable default argument is, please read the full article as it can save you hours of debugging. Code Example With A Mutable Default Argument Consider the following code example below. def add_fruit(fruit, bo...00
DDDollar Dhingraindollardhingra.hashnode.dev·Oct 9, 2021 · 7 min readCode Quality Tools in Pythontitle: Python Code Quality Tools tags: [python, code-quality] style: fill color: light comments: true categories: computer-science excerpt: An introduction to some code quality tools in python like linters, formatters & style guides What is co...00
DDDollar Dhingraindollardhingra.hashnode.dev·May 17, 2021 · 4 min readAnother CoWIN Vaccine Availability WebsiteOriginally published at dollardhingra.com Introduction CoWIN is a vaccination booking platform for booking vaccination for Indian citizens. This is the largest vaccination drive ever. Anyone can simple go and book the vaccination slots as per the av...00