Karolis Scerbiakas
  • Home
  • BrainFog
  • Projects
  • About me
  • Contact
Sign in Subscribe

Typescript

TypeScript is a programming language that is a strict superset of JavaScript, adding optional static typing and other features that support large-scale software development. It is designed for development of large applications and transcompiles to JavaScript.
Singleton Design Pattern in NestJS and Typescript.

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 the application. This is useful when exactly one object is needed to coordinate actions across the application.
Karolis Ščerbiakas Jan 22, 2024
NestJs Microservice RpcException Error Handling

NestJs Microservice RpcException Error Handling

But todays tip is about how to handle errors in NestJs microservice architecture. For an example lets use Redis as a proxy between other microservices instead of letting each microservice talk to each other.
Karolis Ščerbiakas Nov 10, 2019

Subscribe to Karolis Scerbiakas

Don't miss out on the latest posts.
  • Home
  • About me
  • Contact
Karolis Scerbiakas © 2025. Powered by Ghost