Hey there, It me Shuvam Lamichhane. I am a FullStack JavaScript Developer, working with technologies such as Node.js, AWS Lambda, Nest.js, Express.js, Vue.js, Handlebars, MongoDB, MySQL, and DynamoDB. My point of interest lies in the Backend, with JavaScript, and TypeScript being the primary preferred languages.
I have over 1 year of experience and am currently at Cloudy Fox Technology Pvt. Ltd. as a backend software developer.
Lets's learn how to dockerize Node.js application, which may be written in JavaScript or TypeScript. Docker has been a backbone on the deployment side since it got rise in popularity…
Middleware in nest is similar to that of express, all the working principle is the same. The only difference that is seen is that in express middleware is made as a function, in nest middleware is made as a class that implements the NestMiddleware interface.
In this article, we are going to learn the detailed way to implement MongoDB in NestJS. Also after the setup, we will also look into performing CRUD operations with MongoDB through NestJS.
In this article, we’ll be implementing authentication using Google OAuth in a Node.js. For this, we’ll be using Passport.js, which is a package for Node.js, used for authentication.
Email validation is one of the most important part of a web application, as virtually every website use user authentication. The validation ensures that a correct email is entered by the user. Let's implement email validation using RegEx in JavaScript.
Elastic search is a search engine based on the Lucene library. It provides a full-text search engine with an HTTP interface. The data is stored in the form of the schema-free JSON format. Elastic search can be used to search any kind of document. It provides scalable search, with a near real-time search capability. The communication with the elastic search happens through HTTP-based REST.
In this article, we are going to learn and implement by creating a simple Express-based API endpoint, that streams mp3 and video files back to the client.
In this article, we are going to learn how to implement MySQL in NestJS. Also after the setup, we will also look into performing CRUD operations with MySQL through NestJS.