CSS Specificity explainedPrerequisite — You will need to have a basic knowledge of CSS Selectors.May 2, 2021May 2, 2021
Published inFrontend WeeklyJavaScript Promises ExplainedPrerequisite — JavaScript Event Loop. If you do not know how JavaScript handles asynchronous tasks, please read my article JavaScript…Apr 14, 2020Apr 14, 2020
Published inFrontend WeeklyJavaScript Event Loop Explained“How is JavaScript asynchronous and single-threaded ?” The short answer is that JavaScript language is single-threaded and the asynchronous…Dec 27, 201715Dec 27, 201715
Redux Middleware => Code PerspectiveMiddleware is the suggested way to extend Redux with custom functionality. The most common use case for middleware is to support…Nov 10, 2017Nov 10, 2017