Kunal Dubey
Touring

Touring

Follow
Follow
homeWay to my heart is herebadges
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Leetcode 1168. Optimize Water Distribution in a Village

Oct 11, 20234 min read31 views

Problem Link: https://leetcode.com/problems/optimize-water-distribution-in-a-village/ Problem Statement Explanation: Imagine that we have 'n' number...

Leetcode 1168. Optimize Water Distribution in a Village

Leetcode 343 Integer Break

Oct 7, 20233 min read30 views

Understanding the Problem Statement Problem Link: https://leetcode.com/problems/integer-break/ The problem states that given a number, if we express...

Leetcode 343 Integer Break

Designing a Domino's Pizza using Decorator Design Pattern

May 20, 20234 min read187 views

If you'd ask me to choose one type of food that I could eat until I die, it would for sure be a Pizza, the irony being if I eat Pizza every day I...

Designing a Domino's Pizza  using Decorator Design Pattern

Stay away from UUIDs!

May 15, 20234 min read134 views

It wasn't until recently that I understood about selecting an appropriate primary key is crucial for efficient database design. I had to come out of a...

Stay away from UUIDs!

Build your own Code Analyser

May 12, 20236 min read170 views

Recently, we had a code analysis requirement for one of our projects, that's when I first encountered SonarQube, it's been of great help to our team...

Build your own Code Analyser

Factory Pattern... Why more than What

May 12, 20233 min read90 views

"New is glue" was in my Top 10 TILs of this month, it's so intuitive yet not so explicit. It's so self explanatory yet not so simple enough to...

Factory Pattern... Why more than What