ILshat Khamitov

ILshat Khamitov @endykaufman

About: Senior Full Stack Developer (Typescript + NestJS + Angular)

Location:
Ufa, Russia
Joined:
Jul 1, 2019

ILshat Khamitov
articles - 97 total

How I Deployed a Full-Stack Application with "NestJS" with "Angular" on "Supabase" and "Vercel"

I developed a small full-stack application as an example of a REST + WebSockets boilerplate using...

Learn More 0 0Feb 14

Update typegraphql-prisma-nestjs v0.2800.5

Update typegraphql-prisma-nestjs v0.2800.5 Add option to enable using Dataloader when retrieving...

Learn More 0 0Jan 23

Lite version of Flyway migrator for PostgreSQL in TypeScript

Description In my projects, I always use Flyway to manage database migrations, including...

Learn More 0 0Jan 16

Converting date by user time zone in "NestJS", and entering and displaying date in "Angular"

In this article, I will talk about adding a new field workUntilDate with the type timestamp(6) to the...

Learn More 2 0Dec 29 '24

Integrating and storing the selected user language into the database in a full-stack application on "Angular" and "NestJS"

This post does not pretend to be large-scale, but since I consistently document all stages of...

Learn More 0 0Dec 16 '24

Timezone support in a full-stack application based on NestJS and Angular: working with REST and WebSockets

In this article, I would like to share my experience in implementing timezone support in a full stack...

Learn More 2 0Dec 12 '24

Adding multi-language support to NestJS and Angular applications

In this article I will add support for multiple languages ​​in NestJS and Angular applications, for...

Learn More 0 0Dec 3 '24

Validating REST requests in a NestJS application and displaying errors in Angular application forms

In this post I will add validation of REST requests in NestJS application and their display in forms...

Learn More 0 0Nov 24 '24

Getting server time via WebSockets and displaying It in Angular application

In this post I will describe how to create a web socket stream in the backend on NestJS and subscribe...

Learn More 1 0Nov 20 '24

Caching information in Redis on NestJS

Each frontend request to the backend requests user profile information from the database, this...

Learn More 0 0Nov 20 '24

Integrating an external file server https://min.io into a full-stack application on NestJS and Angular

In this article, I will connect an external file server https://min.io to the project and write...

Learn More 0 0Nov 15 '24

Integration of external authorization server https://authorizer.dev into a full-stack application on NestJS and Angular

In this article, I will connect an external authorization server https://authorizer.dev to the...

Learn More 0 0Nov 7 '24

Creating a user interface for the Webhook module using Angular

In this article, I will describe the creation of a table displaying data and a form for filling it...

Learn More 0 0Oct 25 '24

Creating a configurable Webhook module for a NestJS application

In this article, I will describe the creation of two NestJS modules with different configuration...

Learn More 3 0Oct 6 '24

Adding lint-staged to NestJS and Angular applications, enabling semantic versioning of the frontend

Since versioning via the nx-semantic-release plugin takes place by analyzing changes to related...

Learn More 0 0Sep 17 '24

Semantic versioning of NestJS and Angular applications in the NX monorepository

Connecting and configuring the nx-semantic-release plugin for the NX monorepository to automatically...

Learn More 0 0Sep 16 '24

Access to the site on NestJS and Angular by domain name with SSL certificate in Kubernetes via Ingress

Working with SSL is very easy to set up in Kubernetes, this is probably one of the main reasons why I...

Learn More 0 0Sep 16 '24

Installing Kubernetes via MicroK8s and configuring the deployment of NestJS and Angular applications

When there are no DevOps engineers in the team, but you really want to embed the application in...

Learn More 0 0Sep 14 '24

Added the ability to replace environment variables when running the "Copy-Paste" command in the "Rucken" utility

About the utility: A long time ago, I wrote 4 projects in parallel and got tired of...

Learn More 0 0Sep 12 '24

Accelerating the deployment of NestJS and Angular using public Github runners and creating intermediate Docker images

In this post, I will set up the build of Docker images: NestJS and Angular Application...

Learn More 0 0Sep 8 '24

Adding the CI/CD config for deployment NestJS and Angular applications to a dedicated server using GitHub Actions

We register secret environment variables in github. Install the "GitHub Actions" runner on a...

Learn More 1 0Aug 26 '24

Manual deployment of NestJS and Angular applications on a dedicated server via "Docker Compose" and "PM2"

We buy a dedicated server and configure SSH access to it from a local computer. Adding...

Learn More 1 0Aug 22 '24

Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose

To run the built applications in PM2 mode, the frontend will be embedded in the backend in the form...

Learn More 0 0Aug 20 '24

An example of a simple update of NestJS-mod libraries

When writing the last post, I found small errors and urgently fixed them. NestJS-mod decided to...

Learn More 0 0Aug 15 '24

Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application

Connecting the Swagger documentation generator to the backend. Connection...

Learn More 1 0Aug 15 '24

Connecting PrismaORM to the NestJS-mod application and checking its operation via REST

Prisma is connected to NestJS via a package https://www.npmjs.com/package/@nestjs-mod/prisma . The...

Learn More 1 0Aug 14 '24

Adding the Postgres database to the project and running migrations via Flyway for the NestJS-mod application

The database will be lifted via Docker Compose. Migrations are written manually and run through the...

Learn More 0 0Aug 11 '24

Creating an empty Angular project and linking it to an existing server on NestJS

The application is created through the nx schematic for Angular. The server address is set rigidly...

Learn More 0 0Aug 10 '24

Creating an empty project using NestJS-mod

After many years of writing various projects on NestJS and Angular, I decided to rewrite a group of...

Learn More 2 0Aug 8 '24

Website for NestJS-mod - https://nestjs-mod.com

This is the first static version of the site created via https://docusaurus.io In the future, the...

Learn More -2 0Aug 8 '24