#coding
Read more stories on Hashnode
Articles with this tag
Problem Link: https://leetcode.com/problems/optimize-water-distribution-in-a-village/ Problem Statement Explanation: Imagine that we have 'n' number...
Understanding the Problem Statement Problem Link: https://leetcode.com/problems/integer-break/ The problem states that given a number, if we express...
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...
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...
"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...
Something that 99% of the JS devs aren't aware of ยท IIFE ( pronounced Iffy ) stands for Immediately Invoked Function Expression They look something like...