You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A NestJS-based service that sends scheduled email reminders using BullMQ and Redis. Reminders can be one-time or recurring, and the service uses PostgreSQL for persistent storage.
This repository contains my solutions and implementations for selected labs from Spring Academy courses (e.g. Building a REST API with Spring Boot). Each module in the original course contains TODO…