KKKamran Khaninkamrank.hashnode.dev·Jun 25 · 2 min readDatabases Optimisation for Distributed SystemsDatabase scaling as a problem comes much later in distributed system unlike the scaling of the application specially when user scale explodes resulting in delayed query results from the DB. Following 00
KKKamran Khaninkamrank.hashnode.dev·Dec 30, 2023 · 4 min readUnderstanding how React JS worksThis article focuses on how React manages the dynamic nature of the applications and renders them efficiently—also taking into consideration important aspects of React which include managing state, rendering, and re-rendering the components in case t...00
KKKamran Khaninkamrank.hashnode.dev·Dec 25, 2023 · 3 min readHow Async JS actually workDifference between async and sync functions Before starting with the nature of synchronous JavaScript functions, let's look at how JavaScript working on a single core plays a crucial role in executing the above functions. JS being an interpreted lang...00