OEOkpunor Emmanuelinemmanuelokp.hashnode.dev·May 10, 2022 · 5 min readUploading Files Using Multer MiddlewareIntroduction In this article we will be learning how to create a RESTFUL API endpoint to enable us upload a file to the backend/ server. What is Multer From the documentation, multer is defined as a node.js middleware whose primary purpose is for u...01B
OEOkpunor Emmanuelinemmanuelokp.hashnode.dev·Sep 19, 2021 · 11 min readUnderstanding Closures In JavaScriptIn this article, I will be explaining the concept behind closure in the simplest way possible. I will use a few examples to make things clearer. Before we can fully grasp what closures mean in JavaScript we will need to understand some concepts in Ja...00