Why you should Memoize your functions?
Link
February 16, 2020
Because your CPU will thank you enough for doing it! First, what is Memoization? In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and…
javascriptreselectreduxmemoizationweb-development
Part 2: Webpack ≥ v4 — The Complete Guide — Getting Started
Link
November 08, 2018
Part 2: Getting Started Step 1: Installation Prerequisite: Make sure that you have a recent stable version of Node.js. It would be better to use The LTS (Long Term Support) version of Node.js as a starting point. At this writing time, my current…
front-end-developmentbundlerweb-developmentwebpackjavascript
Part 1: Webpack ≥ v4 — The Complete Guide — Introduction and Overview
Link
October 16, 2018
Before dive in: Part 1: Introduction and Overview What is webpack? Webpack is a static module bundler for modern JavaScript applications. Why using webpack? Before webpack, we can run JavaScript on browser using one of the two ways below: The…
web-developmentwebpackjavascriptweb
I made it with and from scratch 2018-2021