SASyed Andleebinandleebsyed.hashnode.dev·Sep 14, 2021 · 4 min readClosures in JavascriptHey Folks, today in this article we are going to see what closures are. For us to understand the closures better, we will first clear some concepts on which the concept of closure builds. So in this article, we are going to discuss mainly three thin...01I
SASyed Andleebinandleebsyed.hashnode.dev·Sep 11, 2021 · 6 min readStore images in MongoDB, the Cloudinary wayHey there everyone. In today's article, we are going to learn about how to store images in MongoDB with the help of Cloudinary. Yes, there are some other ways too to store images in MongoDB, but I found this way really easy and hassle-free. Keep in ...00
SASyed Andleebinandleebsyed.hashnode.dev·Aug 29, 2021 · 6 min readIntroduction to JWT AuthenticationIntroduction Hey folks, in this blog I am going to talk about what JSON Web Token(JWT) is, how it works and how you can implement it in your project. I will try to keep it simple and concise, so let's get started. What is JWT JSON web token(JWT) is b...00