How to Send Emails with NestJS, Mailgun, and reCAPTCHA Enterprise
I created a shopping list app which is in a very saturated niche. When I was creating it, I wasn't thinking about dominating the market. I created it for me and my husband. I&...
NestJS is for developers who want to build scalable, maintainable backend applications using Node.js and TypeScript. It provides a structured architecture inspired by Angular, which makes complex server side code easier to organize and reason about. NestJS solves common backend challenges like dependency management, modular design, and long term code maintainability while staying flexible enough for APIs, microservices, and full backend systems.
I created a shopping list app which is in a very saturated niche. When I was creating it, I wasn't thinking about dominating the market. I created it for me and my husband. I&...
I have a NestJS server that uses firebase auth and a swagger ui for the playground. All of my routes request authorization, and normally I'd get a jwt token outside of ui, for example...
This is part two of push notifications series with Firebase. In part one, I showed how to enable push notifications in expo, and verify the setup. That part was mainly about getting the configuration right. In...