
A simple way to implement JWT authentication in a REST API written in Express and TypeScript. Creating a secure authentication system with refresh tokens.

A simple way to implement JWT authentication in a REST API written in Express and TypeScript. Creating a secure authentication system with refresh tokens.

Every project should adhere to predefined style standards. Implementing ESLint and Prettier in your project will not only help maintain code cleanliness but also help catch potential errors.

Understanding the operation and usage of middlewares in Express + TS applications. Using middlewares for logging, error handling, and API security.

A simple way to validate data from incoming requests to an API written with Express and TS using the Joi library.

The next stage of working with Express and TypeScript. This time focusing on connecting and adapting MongoDB in the application.

How to structure a project and what REST actually is. Presentation of a simple and universal REST architecture for applications written in Express and TS.

Introduction to creating a CRUD application in Express with TypeScript. Explanation of routing and methods for handling request data.

A post showing how to easily configure a Node.js project for later use as a base in server applications. The project uses TypeScript and Express.JS.