Simon Normandirector.swrm.link·Nov 25, 2023Its Been A WhileHi again, yes I know it has been a lloooonnnggg time since you have heard anything from me regarding the project, and I do apologize. I promise I have not abandoned the project, in fact, I have quite the update. Before I get into that I want to start...DiscussGame Development
Emmanuel Kipchirchir Langatblog.kipchirchirlangat.com·Nov 16, 2023Handle Google login in Nest js and React like a pro.In this article, you will learn about Oauth 2.0 and how to set up Nest and React to use Google Oauth as one of the login methods. Prerequisites: Basic Understanding of NestJs. Basic understanding of ReactJs. A Google account. What is Oauth? Oaut...Discuss·1 like·31 readsnestjs
Richard Tothwebdevstoic.hashnode.dev·Nov 13, 2023Easy flow, easy reach - what can we do with pipes?[NestJS public learning #3]NestJs Pipes Pipes are tricky things here, in my view. These things work with route handler arguments but a pipe is called before the controller. It does two things, transformation and validation. After this operation, the pipe gives the (optionally)...DiscussLearning journeynestjs
Sagar Vaghelasagarvaghela.in·Nov 13, 2023NestJS Logging Like a Pro: Pino, Correlation ID, and GCP Cloud LoggingUnleashing the Power of Professional Logging: Mastering NestJS with Pino, Correlation IDs, and GCP Cloud Logging In the ever-evolving landscape of server-side development, NestJS has emerged as a formidable framework for building efficient and scalab...DiscussNode.js
Nicolás VegaforCarvukcarvuk.hashnode.dev·Nov 12, 2023Validación de Datos con Zod en Nest JSEl desarrollo de aplicaciones robustas y seguras en Nest JS requiere un enfoque meticuloso en la validación de datos. Es aquí donde Zod, una librería de validación de esquemas para TypeScript, se convierte en una herramienta esencial. En este post, e...Discussnestjs
Nicolás VegaforCarvukcarvuk.hashnode.dev·Nov 12, 2023Cómo hacer un Logger con Slack de tus errores en Nest JSEl monitoreo en tiempo real de las aplicaciones es vital, y cuando se trata de errores, la inmediatez en la notificación es crucial. Integrar Slack en tu sistema de registro de errores en Nest JS puede ser más sencillo de lo que crees. Aquí te mostra...Discussnestjs
Richard Tothwebdevstoic.hashnode.dev·Nov 9, 2023Getting stuck between things more then annoying - should we use middleware? [NestJS public learning #2]Middleware In this case, middleware is a function that sits between request and request handler and it can reach request and response objects as well. The NestJs middleware is pretty similar to ExpressJs middleware. The main purpose of this function ...DiscussLearning journeynestjs
Richard Tothwebdevstoic.hashnode.dev·Nov 7, 2023It doesn't hurt too much - can providers solve dependency injection? [NestJS public learning #1]NestJS Provider It is a fundamental concept of NestJS and providers provide staff - what a surprise. A lot of things can be provideable, here are some examples: service, helpers, factories etc. So, we have a hero class and we need let's say a weapon ...DiscussLearning journeyNode.js
Domunhealthyengineering.hashnode.dev·Nov 6, 2023GraphQL: A Beginners GuidePart 1: Introduction to GraphQL In the ever-evolving landscape of web development, GraphQL has emerged as a powerful tool for shaping the way data is fetched and manipulated. This first installment of our series is designed to be an entry point for n...DiscussGraphQL
Abdulmalik Abubakarabumuhab.hashnode.dev·Nov 4, 2023Building a distributed Task scheduling and execution system with NestJs, Docker, and RabbitMQ (Part 1)Introduction In software systems and applications, there is often a requirement to execute specific tasks either at a predetermined future time or on a recurring basis, such as a daily 10 AM operation. For instance, these tasks could involve sending ...Discuss·89 readsnestjs