How I Deployed a Full-Stack Application with "NestJS" with "Angular" on "Supabase" and "Vercel"
Publication date: 2024-02-14
Creating an empty project using NestJS-mod
Publication date: 2024-08-08
Creating an empty Angular project and linking it to an existing server on NestJS
Publication date: 2024-08-09
Adding the Postgres database to the project and running migrations via Flyway for the NestJS-mod application
Publication date: 2024-08-11
Connecting PrismaORM to the NestJS-mod application and checking its operation via REST
Publication date: 2024-08-13
Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application
Publication date: 2024-08-14
An example of a simple update of NestJS-mod libraries
Publication date: 2024-08-14-updating-NestJS-mod-libraries
Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose
Publication date: 2024-08-20
Manual deployment of NestJS and Angular applications on a dedicated server via "Docker Compose" and "PM2"
Publication date: 2024-08-22
Adding the CI/CD config for deployment NestJS and Angular applications to a dedicated server using GitHub Actions
Publication date: 2024-08-26
Accelerating the deployment of NestJS and Angular using public Github runners and creating intermediate Docker images
Publication date: 2024-09-08
Installing Kubernetes via MicroK8s and configuring the deployment of NestJS and Angular applications
Publication date: 2024-09-13
Access to the site on NestJS and Angular by domain name with SSL certificate in Kubernetes via Ingress
Publication date: 2024-09-15
Semantic versioning of NestJS and Angular applications in the NX monorepository
Publication date: 2024-09-16
Adding lint-staged to NestJS and Angular applications
Publication date: 2024-09-17
Creating a configurable Webhook module for a NestJS application
Publication date: 2024-10-06
Creating a user interface for the Webhook module using Angular
Publication date: 2024-10-25
Integration of external authorization server https://authorizer.dev into a full-stack application on NestJS and Angular
Publication date: 2024-11-08
Integrating an external file server https://min.io into a full-stack application on NestJS and Angular
Publication date: 2024-11-15
Caching information in Redis on NestJS
Publication date: 2024-11-20
Getting server time via WebSockets and displaying It in Angular application
Publication date: 2024-11-21
Validating REST requests in a NestJS application and displaying errors in Angular application forms
Publication date: 2024-11-24
Adding multi-language support to NestJS and Angular applications
Publication date: 2024-12-03
Timezone support in a full-stack application based on NestJS and Angular: working with REST and WebSockets
Publication date: 2024-12-12
Integrating and storing the selected user language into the database in a full-stack application on "Angular" and "NestJS"
Publication date: 2024-12-16
Converting date by user time zone in "NestJS", and entering and displaying date in "Angular"
Publication date: 2024-12-29