Bhavesh Jadhavbhaveshjadhav.hashnode.dev·Jul 1, 2024FeaturedAsynchronous JavaScript and Event Loops: Unleashing the Superpowers of BrowsersIntroduction to Browser Capabilities Browser is one of the most remarkable creations in the history of mankind. Browsers have the JS engine inside them and they also have the local storage to store some data. They have a timer as well which you can a...52 likes·1.2K readsJavascript BasicsJavaScript
Harsh Mangeharshmange.hashnode.dev·Apr 26, 2023Understanding Starvation and Aging in Operating Systems: Causes and SolutionsStarvation and Aging are two common problems in Operating systems (OS) that can occur when multiple processes or threads compete for resources, such as CPU time, memory, or I/O devices. Starving "Starving" occurs when a process or resource is not giv...71 readsoperating system