mongopark.hashnode.devHow to build an interactive CLI tool with NodeJSCommand-Line Interfaces(CLI) are great tools for automating repetitive tasks or allowing your computer to take care of the boring stuffs. Node.js is an interesting choice for building CLIs as you can leverage its vast ecosystem. And thanks to package...Oct 28, 2019
mongopark.hashnode.devOptimize the hell out of your Javascript functions with Memoization.Many moons ago when I started learning algorithms, I had just learned recursion and was feeling like a Jedi. You know what they say?: "if all you have is a hammer, everything looks like a nail". I was trying to solve every task imaginable with some f...Jul 25, 2019
mongopark.hashnode.devLearn React Hooks and Context API by building a Recipe Search App (Part 2)This is the second part of the series in learning React Hooks and the Context API. In the first part we learn the basics of useState, built the first parts of the Recipe Search application. The full code can be found on github Overview of what we'll...Jul 4, 2019
mongopark.hashnode.devLet's learn React Hooks and Context API by building a Recipe Search APPThis is a beginner tutorial in understanding React Hooks and the Context API. In reality, this is more of an attempt to explain these concepts to my self and to interested readers. This will be in two parts with this first part focusing on the basic...Jun 29, 2019