Wanago.io

API with NestJS #18. Exploring the idea of microservices

Fortunately, NestJS has a set of tools prepared to make working with microservices easier. In this article, we craft a simple microservice for managing email subscriptions. … See more

Actived: 4 days ago

URL: https://wanago.io/2020/11/16/api-nestjs-microservices/

API with NestJS #5. Serializing the response with …

WebThe first thing to look into is the serialization. It is a process of transforming …

Category:  Health Go Health

API with NestJS #51. Health checks with Terminus and Datadog

WebThis entry is part 51 of 121 in the API with NestJS. 1. API with NestJS #1. …

Category:  Health Go Health

API with NestJS #4. Error handling and data validation

WebAPI with NestJS #149. Introduction to the Drizzle ORM with PostgreSQL. …

Category:  Health Go Health

API with NestJS #42. Authenticating users with Google

WebAuthenticating users with Google. July 26, 2021. This entry is part 42 of …

Category:  Health Go Health

API with NestJS #98. Health checks with Terminus and Amazon …

Webcheck() {. return this.healthCheckService.check([]); } } export default …

Category:  Health Go Health

API with NestJS #1. Controllers, routing and the module …

WebThis entry is part 1 of 149 in the API with NestJS. 1. API with NestJS #1. …

Category:  Health Go Health

API with NestJS #99. Scaling the number of application

WebScaling the number of application instances with Amazon ECS. March 13, …

Category:  Health Go Health

API with NestJS #91. Dockerizing a NestJS API with Docker …

WebOnce we’ve built a Docker image, we can run a Docker container based …

Category:  Health Go Health

API with NestJS #94. Deploying multiple instances on AWS with

WebDeploying multiple instances on AWS with a load balancer. February 6, …

Category:  Health Go Health

API with NestJS #8. Writing unit tests

WebWriting unit tests. July 6, 2020. This entry is part 8 of 148 in the API with NestJS. 1. API …

Category:  Health Go Health

API with NestJS #51. Health checks with Terminus and Datadog

WebHealth checks with Terminus and Datadog. October 11, 2021. This entry …

Category:  Health Go Health

API with NestJS #52. Generating documentation with Compodoc

WebIt is open-source and can work offline. While it automatically creates the …

Category:  Health Go Health

API with NestJS #20. Communicating with microservices using

WebCommunicating with microservices using the gRPC framework. November …

Category:  Health Go Health

Testing NestJS services with integration tests

WebIn this article, we’ve gone through ways to write integration tests for our …

Category:  Health Go Health

API with NestJS #26. Real-time chat with WebSockets

WebReal-time chat with WebSockets. January 25, 2021. This entry is part 26 …

Category:  Health Go Health

API with NestJS #19. Using RabbitMQ to communicate with

WebThis entry is part 19 of 149 in the API with NestJS. 1. API with NestJS #1. …

Category:  Health Go Health

API with NestJS #101. Managing sensitive data using the AWS …

WebManaging sensitive data using the AWS Secrets Manager. March 27, …

Category:  Health Go Health

API with NestJS #61. Dealing with circular dependencies

WebDealing with circular dependencies. February 28, 2022. This entry is part …

Category:  Health Go Health