© 2022 Hashnode
What is NestJS? NestJS is a modern NodeJS framework that makes use of popular NodeJS frameworks such as Express and Fastify under the hood. NestJS was largely inspired by Angular, and as a result, it …
TL;DR This is my attempt at resolving this issue raised on GitHub. I discovered that it was a NodeJS incompatibility issue. Downgrading your NodeJS version to 12.x resolves this error. If you are wo…
Application Programming Interface(API) Its everywhere, everyone talks about it , we all use it even without realizing it... So, lets gets more friendly with them...the APIs! What is API? Cant talk abo…
Introduction Throughout the two previous parts, we've learned how to setup a very basic RESTful API from scratch, and tested this API locally in a very simple example. In this post, we're going to int…
Hey all 👋! Next.js is an amazing full-stack framework and MongoDB is a great NoSQL database. Using them together will make an app super fast and awesome! In this post, we'll go ahead and set up the M…
For my capstone project, I am building a clone of a current website, and expanding it to have a shopping cart component. This week I received the data from the current site to incorporate it into our …
You're going to have to deal with databases as a developer. Now, I know what you are thinking …But I am just a front-end developer? Well, as an employer, I wouldn't want someone that's completely gree…
This article was written to help people like myself that have had a hard time finding resources about file uploads using the tools listed in the title —Let's get started 😊 I'm assuming you already kn…
Hey everybody welcome to my blog. Today we will be learning about MongoDB. First of all, why is MongoDB called NoSQL actual thing is it is not SQL but more specifically not only SQL and that means su…
Introduction Imagine you are working on a search feature where a user types in a keyword and a matched query is returned, but you are not sure how the keyword is going to be typed. Is it going to be C…