AKArun Kumarinbossmonkey.hashnode.dev·Jun 17, 2022 · 4 min readAsync VS Defer Script TagsLoading external scripts into HTML using the script tag is probably essential. Although it is actually so essential, problems can occur. With HTML5 , we got two new boolean attributes for the <script> tag: async and defer. Which allows us to specify ...00
AKArun Kumarinbossmonkey.hashnode.dev·Jun 13, 2022 · 5 min readPromises in JavaScriptJavaScript promises are very essential . As a web developer we hardly have a way to avoid it. Even though you don't like promises your interviewers love them. In, this blog I'll try to make promises easier for you So without further ado, Lets get St...00
AKArun Kumarinbossmonkey.hashnode.dev·Jun 11, 2022 · 3 min readUnderstanding Closures in JavaScript!Closure is considered an advanced concept in JavaScript. It may take while to understand the concept fully. Understanding closures will help you to write better, efficient and clean code. Which will in turn help you become a better JavaScript develop...00
AKArun Kumarinbossmonkey.hashnode.dev·Dec 1, 2021 · 5 min readSmart Watering System Using IoTAbstract An intelligent Smart Watering System (SWS) is assisted with an Android application for smart consumption of water in small are medium-scale garden and fields. The proposed system banks on a set of accessible and economical sensors that captu...00