Adithya Sreyajsreyaj.hashnode.net·Jul 29, 2022Presenting Show Off ✨ - Showcase your setup!Show Off is a great place to showcase all the gadgets and software you use and share them with your friends or fans. Add affiliate links to the items and make it easy to earn when the user clicks through your collection. Problem Statement A lot of ti...Victor Eke and 3 others are discussing this4 people are discussing thisDiscuss·65 likes·2.8K readsPlanetScaleWOW 😲, actually this is great 🚀, I really love it, you are so good, hope you land a nice job 😁, good luck winning the hackathon! 3
Vincent Chowtechwithvincent.hashnode.net·Apr 3, 2023FeaturedRequest Context Management in NestJS: Replacing express-http-contextIntroduction When building web applications, you often need to store and manage request-specific data throughout your application. In Express-based applications, developers commonly use the express-http-context package to store and retrieve data rela...Sandeep Panda Test and 1 other are discussing this2 people are discussing thisDiscuss·54 likes·339 readsnestjs
Dharmen Shahshhdharmen.hashnode.net·Jan 4, 2021I created Gitalytics - A simple overview of Github activitiesGitalytics A simple overview of your github activities https://gitalytics.shhdharmen.me Table of Contents About What is this? What does it show? How does it look? Export Twitter Handle Development Conclusion About What is this? I built an a...Discuss·52 likes·264 readshackathon
Anand Parmaranandparmar.hashnode.net·Apr 22, 2023Deploy NestJS app to AWS1) First setup Nginx on Ubuntu https://anandparmar.hashnode.dev/install-nginx-in-aws-ubuntu-2004 2) Install Node in Server First install Node Version Manager curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash export...Discussnestjs
Abhay Singhabhaysingh-info.hashnode.net·Apr 21, 2023Why is NestJS a Game-Changer for Junior Developers?As a junior developer myself, I've recently had the pleasure of diving into NestJS, and let me tell you, it's been a game-changer. After using it in both my personal and professional projects, I can confidently say that NestJS is a more productive op...Discuss·29 readsnestjs
Lorenzo Regaladolregaladohdez.hashnode.net·Apr 13, 20235 Steps to Ship your NestJs + Prisma in DockerThis article shows how to dockerize our NestJS + Prisma application. We go beyond the basics, following the best practices from Dockerfiles and Snyk. Our final Dockerfile looks like this: FROM node:18 as build WORKDIR /usr/src/app COPY package.json ....DiscussDevops
Rodion Salnikwhiskey.hashnode.net·Apr 12, 2023The best NestJS Starter Kit for your new NodeJS projectWhen you start the development of a new project on NestJS you have quite a big range of options: starting from scratch or taking one of the multiple boilerplates developed by the community. Starting from scratch is quite a good option if you’d like t...Discuss·1 like·258 readsnestjs
Vincent Chowtechwithvincent.hashnode.net·Apr 3, 2023FeaturedRequest Context Management in NestJS: Replacing express-http-contextIntroduction When building web applications, you often need to store and manage request-specific data throughout your application. In Express-based applications, developers commonly use the express-http-context package to store and retrieve data rela...Sandeep Panda Test and 1 other are discussing this2 people are discussing thisDiscuss·54 likes·339 readsnestjs
Joseph Tsegentsegsxaviers.hashnode.net·Mar 31, 2023How to setup prima to use two different databases in nestjsAs the complexity of modern web applications grows, so does the need for scalable and robust database solutions. Prisma makes database access easier by generating a type-safe client for your database, allowing you to easily query and manipulate data....Discuss·3 likes·54 readsprisma
Željko Ševićzsevic.hashnode.net·Mar 29, 2023Documenting REST APIs with OpenAPI specs (NestJS/Swagger)OpenAPI is a language-agnostic specification for declaring API documentation for REST APIs. It contains the following information: API information like title, description, version endpoints definitions with request and response parameters DTOs and...Discussnestjs
faniozforfanioz.hashnode.net·Mar 29, 2023First Microservice in NestJsHello and welcome to my blog! Today I'm going to talk about how to build a microservice in NestJs, a progressive Node.js framework that makes it easy and fun to create scalable and reliable server-side applications. If you're looking for a way to bre...DiscussMicroservices
faniozforfanioz.hashnode.net·Mar 27, 2023Backend development with NestJS and MySQL (2)After asking ChatGPT in this post. I did continue to explore the answer. And here is what I got : here are some more specific advanced topics to consider when learning backend development with NestJS and MySQL: Authentication and authorization: Lea...Discussbackend
Pacifique Linjanjapaclinjanja.hashnode.net·Mar 25, 2023Build a GraphQL API with NestJs and MongoDB, in a modern way - Part 3.Overview Are you ready to take your GraphQL development skills to the next level? In this series of four articles, I'll guide you through the process of building a powerful GraphQL API using Nest and MongoDB. You'll learn best practices, and see how ...Discuss·2 likes·53 readsnestjs