devbychance.hashnode.devMastering Modern Web Development: A Comprehensive Guide for Developersintroduction: In the ever-evolving world of web development, staying up-to-date with the latest trends and technologies is essential to succeed. As a developer, you must continuously refine your skills and embrace new tools to create cutting-edge web...Jul 21, 2023·3 min read
devbychance.hashnode.devXHR vs FetchSince JavaScript is a single-threaded language, it is synchronous in nature. So doing the asynchronous tasks was a pain in the ... Therefore the concept of AJAX was introduced in javascript. Fetch and XHR is two popular methods that use AJAX. AJAX ...Jun 8, 2022·5 min read
devbychance.hashnode.devEvent DelegationLike every desi, if you are unfamiliar with the Event Delegation. You tried to match it with your knowledge of the word meaning of the given word and 80% of the time it works. So it works here too. 😅 In layman's terms, Event Delegation means providi...May 14, 2022·4 min read
devbychance.hashnode.devEvent Bubbling and Event CapturingIf you are into web dev, I am pretty much sure that you might come across the term Event Bubbling as well as Event Capturing. Introduction Event Bubbling As the name suggests is an event that bubbles out. I assume you all are familiar with events i...May 11, 2022·5 min read