Published inJavaScript in Plain EnglishAbortController and why we even need it.Introduction2d ago2d ago
Published inJavaScript in Plain EnglishI built a Chrome extension(in React) to be more productive.The problem(and the solution)Aug 191Aug 191
Published inJavaScript in Plain EnglishChanges in props do not cause a re-render???So imagine you have 2 react components, a parent and a child. The child component takes in a prop(count) from the Parent component which is…Jul 22Jul 22
Published inJavaScript in Plain EnglishOffline Web Using a Service workerIf I tell you right now to open up an app on your phone without turning on the internet, most likely, it will work. I mean, there are some…Oct 4, 20231Oct 4, 20231
Published inJavaScript in Plain EnglishPush Notifications Using a Service workerPush notifications are a prevalent concept when it comes to native apps. You can pick up your phone right now and see how many…Sep 26, 2023Sep 26, 2023
Published inJavaScript in Plain EnglishWeb Workers in 8 MinutesNow even though javascript is single threaded it handles the async operations well without blocking the main thread, thanks to the synergy…Jun 10, 2023Jun 10, 2023
Published inJavaScript in Plain EnglishJavascript Performance API in 10 minutesThe Performance API is a set of standards used to measure the performance of web applications. Based on the data that this API provides us…May 15, 2023May 15, 2023