Karolis Ščerbiakas

Karolis Ščerbiakas

Singleton Design Pattern in NestJS and Typescript.

Table of contents * Introduction * How to use singleton pattern in NestJS * Implementation in Typescript The Singleton pattern is a design pattern that restricts the instantiation of a class to a single instance across

Laravel encryption considerations.

Introduction Laravel offers a straightforward approach to data encryption, providing developers with robust tools such as Encrypted Casting and the Crypt facade. Utilizing powerful algorithms like AES-256-CBC and AES-128-CBC. Laravel ensures the protection

Journey into MicroServices with NestJS

Recently, I've been contemplating increasingly on how to develop a SaaS product efficiently, aiming to bypass the typical project boilerplate that accompanies each new venture. You're familiar with the