SKShivam Kumarinshivamshrma09.hashnode.dev·Aug 11 · 5 min readMost critical section - Database part 1In the previous article, we established that system design is simply breaking big problems into smaller, manageable components. Today, we are opening the engine room of almost every system the databas00
SKShivam Kumarinshivamshrma09.hashnode.dev·Aug 4 · 13 min readIntroduction to System DesignNote before we start: The best way to actually learn system design is by implementing the core concept yourself, every single time. Treat every system like a prototype. After you write or design anyth00
SKShivam Kumarinshivamshrma09.hashnode.dev·Jul 30 · 9 min readhow to become a good design engineerIntroduction Design is one of the most underrated parts of building a product people notice it without realising it, and they judge it within seconds of landing on a page. In what we are going to lear00
SKShivam Kumarinshivamshrma09.hashnode.dev·May 28 · 7 min readAll About Programming languagesDo you realy know what is programming langauge ? -> A programming languge is a way to command or instruct that what you want to do . Machine or your computer only understands 0 or 1 and writing binary10
SKShivam Kumarinshivamshrma09.hashnode.dev·Apr 5 · 2 min readSemVer Simplified: Major, Minor, Patch and Why They MatterThe Problem First Lets assume a situation where you have written code today and it works well. Next day you come and run: cd backend npm i npm start But it fails. Your code is the same, no new PR was10