Tag: #microservices

How to build a communication microservice to send text messages using Twilio and Express?

Reading Time: 7 minutes Twilio is all about empowering communication in a convenient and timely manner. In this blog, we will demonstrate how to build a communication microservice to send text messages using Twilio and Express. Let’s get started! 🚀 Required Installations: Node.js: It is a JavaScript runtime environment that executes JavaScript code outside the browsers. Dotenv: This package […]

Architect NestJS Microservices with AWS Elastic Beanstalk

Reading Time: 8 minutes In the AWS Cloud journey, we come across Elastic Beanstalk to be better than other services in managing the infrastructure environments effectively. On the other hand, NestJS is popular in creating efficient and scalable server-side applications, and is relatively a new option for the backend framework – it is lightweight, simple, and open-source. In this […]

Back To Top