I developed a small full-stack application as an example of a REST + WebSockets boilerplate using...
Update typegraphql-prisma-nestjs v0.2800.5 Add option to enable using Dataloader when retrieving...
Description In my projects, I always use Flyway to manage database migrations, including...
In this article, I will talk about adding a new field workUntilDate with the type timestamp(6) to the...
This post does not pretend to be large-scale, but since I consistently document all stages of...
In this article, I would like to share my experience in implementing timezone support in a full stack...
In this article I will add support for multiple languages in NestJS and Angular applications, for...
In this post I will add validation of REST requests in NestJS application and their display in forms...
In this post I will describe how to create a web socket stream in the backend on NestJS and subscribe...
Each frontend request to the backend requests user profile information from the database, this...
In this article, I will connect an external file server https://min.io to the project and write...
In this article, I will connect an external authorization server https://authorizer.dev to the...
In this article, I will describe the creation of a table displaying data and a form for filling it...
In this article, I will describe the creation of two NestJS modules with different configuration...
Since versioning via the nx-semantic-release plugin takes place by analyzing changes to related...
Connecting and configuring the nx-semantic-release plugin for the NX monorepository to automatically...
Working with SSL is very easy to set up in Kubernetes, this is probably one of the main reasons why I...
When there are no DevOps engineers in the team, but you really want to embed the application in...
About the utility: A long time ago, I wrote 4 projects in parallel and got tired of...
In this post, I will set up the build of Docker images: NestJS and Angular Application...
We register secret environment variables in github. Install the "GitHub Actions" runner on a...
We buy a dedicated server and configure SSH access to it from a local computer. Adding...
To run the built applications in PM2 mode, the frontend will be embedded in the backend in the form...
When writing the last post, I found small errors and urgently fixed them. NestJS-mod decided to...
Connecting the Swagger documentation generator to the backend. Connection...
Prisma is connected to NestJS via a package https://www.npmjs.com/package/@nestjs-mod/prisma . The...
The database will be lifted via Docker Compose. Migrations are written manually and run through the...
The application is created through the nx schematic for Angular. The server address is set rigidly...
After many years of writing various projects on NestJS and Angular, I decided to rewrite a group of...
This is the first static version of the site created via https://docusaurus.io In the future, the...