- Published on
- — 8 min read
Create Email Service in NestJS with Sendgrid, MJML and Handlebars
Create email service in Nest.js using MJML for responsive email template and handlebars for dynamic email content, and send email using Sendgrid (Twilio).
I’m a fullstack software engineer specializing in building scalable web applications having rich user interface using javascript.
Over the years, I've worked on multiple startups to build end-to-end products in insurance, game-tech, and video streaming domains, and have actively contributed to various open source projects. Currently, I'm building iGaming solutions at mindworks.xyz.
If you'd like to collaborate, please send me an email or reach out on any of my social handles.
Create email service in Nest.js using MJML for responsive email template and handlebars for dynamic email content, and send email using Sendgrid (Twilio).
In depth overview of four levels of caching mechanisms in Next.js 14 (app router): Request Memoization, Data Cache, Full Route Cache and Router Cache.