DKDipanshu kumarinblog.dipanshu.dev00Variables and Data Types in Javascript6d ago · 3 min read · In 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 variaJoin discussion
DKDipanshu kumarinblog.dipanshu.dev00Must Know Array Methods in Javascript6d ago · 7 min read · Array 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-knoJoin discussion
DKDipanshu kumarinblog.dipanshu.dev00Thendering Herd Problem in System DesignMar 8 · 8 min read · Let'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 daJoin discussion
DKDipanshu kumarinblog.dipanshu.dev00CSS Selectors 101: Targeting Elements with PrecisionFeb 27 · 5 min read · When 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 toJoin discussion
DKDipanshu kumarinblog.dipanshu.dev00Inside Git: How It Works and the Role of the .git FolderFeb 27 · 5 min read · Most 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 coJoin discussion