DKDipanshu kumarinblog.dipanshu.dev·Mar 13 · 3 min readVariables and Data Types in JavascriptIn this blog, we will discuss most basic and fundamentals of Javascript programming language. We will dicuss what are variables in Javascript. We will also discuss different data types. What are varia00
DKDipanshu kumarinblog.dipanshu.dev·Mar 13 · 7 min readMust Know Array Methods in JavascriptArray is a non-primitive data-type in javascript. To work confidently with javascript, we must know some functions (also called methods) which are specific to array data type. We will discuss must-kno00
DKDipanshu kumarinblog.dipanshu.dev·Mar 8 · 8 min readThendering Herd Problem in System DesignLet's start with a real day problem you might have heard off. We will take an example of Apple store. There is an Apple store in your city. Lots of people come here to buy iphone, mac, airpods, etc da00
DKDipanshu kumarinblog.dipanshu.dev·Feb 27 · 5 min readCSS Selectors 101: Targeting Elements with PrecisionWhen we write CSS, we're basically giving instructions to the browser. "Make this text red. Make that button bigger. Give this section a background color." But before we can style anything, we need to00
DKDipanshu kumarinblog.dipanshu.dev·Feb 27 · 5 min readInside Git: How It Works and the Role of the .git FolderMost people learn Git by memorizing commands. git add, git commit, git push. And that works fine for a while. But at some point something weird happens, a merge conflict, a detached HEAD, a missing co00