Dollar Dhingra

Dollar Dhingra @dollardhingra

About: Just another software developer trying to write a blog..

Location:
Delhi, India
Joined:
Mar 10, 2021

Dollar Dhingra
articles - 10 total

Benchmarking Python JSON serializers - json vs ujson vs orjson

Introduction If you work with a large datasets in json inside your python code, then you...

Learn More 18 0May 25 '22

As a lead engineer/manager, what steps can you take for your team to provide better estimations for their tasks?

As a lead engineer/manager, what steps can you take for your team to provide better estimations for...

Learn More 24 22Apr 21 '22

2021 year in review

Yes I know, I am late at publishing this. Somehow I missed it in my drafts. Looking back at your...

Learn More 5 0Mar 20 '22

Bus Factor in Software Engineering

1. Introduction Imagine that John Doe works on a project along with 7-10 folks. John...

Learn More 24 1Jan 25 '22

How to install older Ruby versions(2.x) on Mac M1 without using arch x86_64

Introduction After spending hours of searching different solutions on the internet for...

Learn More 8 0Jan 20 '22

Best Practices For Writing Clean Pythonic Code

Introduction This article is a collection of best practices for more idiomatic python code...

Learn More 182 10Dec 11 '21

Anti Pattern - Mutable Default Arguments

Introduction In this article, you will understand what mutable default arguments are, why...

Learn More 10 0Oct 31 '21

Code Quality Tools in Python

What is code quality? Before we talk about code quality tools, let's see what code quality...

Learn More 29 0Oct 9 '21

CoWIN Vaccine Availability - My first open source project

Introduction CoWIN is a vaccination booking platform for booking vaccination for Indian...

Learn More 5 0May 17 '21

Beginner's guide to abstract base class in Python

What is an abstract base class? In simple words, an abstract base class provides a bluepri...

Learn More 29 7Apr 2 '21