sanathan.hashnode.devFlexbox Guide '0' to Hero.Why Flexbox? ➤ In a perfect world of browser support, the reason you'd choose to use flexbox is that you want to lay a collection of items out in one direction or another. As you lay out your items you want to control the dimensions of the items in t...Feb 17, 2023·5 min read
sanathan.hashnode.devJavaScript Engine➤ A Simple answer to What is JavaScript Engine? A JavaScript engine is a software component that executes JavaScript code. ➤ The use of JavaScript engines is not limited to browsers. For example, the v8 Engine is a core component of the Node.js and D...Feb 16, 2023·2 min read
sanathan.hashnode.devBest Browser Extensions For The Developer & Designers➤ In this Blog, we are going to discuss the extensions that are very useful and will save time while coding and make you a better developer in your journey. Extensions and tools make our daily tasks less of a chore. Extensions are one of the best way...Feb 15, 2023·3 min read
sanathan.hashnode.devJavaScript Async/await➤ Async/await is the syntax used to work with promises to make complex tasks into a comfortable way of code, and easy to write and understand. Async/Await is the extension of promises. They are built on promises, Async functions make the code more re...Feb 14, 2023·3 min read
sanathan.hashnode.devJavaScript PromisesWhat is meant by a promise in general, is to say definitely that you will do or not do something or that something will happen In general, a declaration that one will do or refrain from doing something specified. Ex: Your dad said, "I will buy you a ...Feb 13, 2023·4 min read