SKSagar Kumarinwhat-happens-behind-the-scenes-after-url.hashnode.dev00Express.jsMay 6 · 2 min read · Express.js is a minimal, flexible Node.js web application framework designed to simplify the process of building robust APIs and server-side applications. It is a lightweight layer on top of Node’s buJoin discussion
SKSagar Kumarinwhat-happens-behind-the-scenes-after-url.hashnode.dev00React Virtual DOM under the HoodMay 6 · 3 min read · In Browser, the DOM is managed by the browser. So, the main problem faced by multiple developers was managing the state and context, when one element is connected to different elements, It was a totalJoin discussion
SKSagar Kumarinwhat-happens-behind-the-scenes-after-url.hashnode.dev00Template Literals in JavaScriptApr 26 · 1 min read · In javascript, template literals can be used using `${text}` . In modern javascript, template literals is the best way to write string. Some benefits of template literals over Strings: It can add inlJoin discussion
SKSagar Kumarinwhat-happens-behind-the-scenes-after-url.hashnode.dev00Flattening JavaScript Arrays Apr 26 · 1 min read · Sometimes, we need to put arrays in arrays. Like when we're making something like 2D or 3D, for writing matrices and other data structure like binary trees, linked list, queue system and so on. We tenJoin discussion
SKSagar Kumarinwhat-happens-behind-the-scenes-after-url.hashnode.dev00JavaScript ModulesApr 26 · 1 min read · This article would brief the overall pros and cons of using javascript modules. Modules: Module is a piece of reusable code, functions which can be used in multiple projects. So, instead of writing saJoin discussion