Conditional git configs

3 min read

In this blog post we will learn how to automatically change git configs based on the directory you are in.

Read Post

Managing dotfiles using stow and git

4 min read

In this blog post we will learn what dotfiles are and how to manage them using stow and git

Read Post

Formatting nestjs validation errors the right way

6 min read

In this blog post we will learn how to format NestJS validation error messages into key-value pairs for improved usability in client applications.

Read Post

Neat Javascript Array Method

2 min read

A neat little javascript array method that you can use to create cool utility functions

Read Post

How to connect multiple databases with NestJs and Prisma

6 min read

How to connect multiple databases with prisma and nestjs using multiple schema by generating multiple prisma clients

Read Post