tsegsxaviers.hashnode.devHow to setup prisma to use two different databases in nestjsAs the complexity of modern web applications grows, so does the need for scalable and robust database solutions. Prisma makes database access easier by generating a type-safe client for your database, allowing you to easily query and manipulate data....Mar 31, 2023·14 min read
tsegsxaviers.hashnode.devHow to containerize a NestJs app with DockerIn this article, we would be containerizing a nestjs application that uses a Postgresql database with docker. Containerization has become crucial in ensuring apps the apps we build run anywhere without having to worry about platform compatibility. Th...Feb 28, 2023·8 min read
tsegsxaviers.hashnode.devInto Typescript's utility TypesTypescript offers a few useful features which enhance developer productivity working with types. Utility Types are one of these features, they are types that are available globally meaning they are in-built and work without you importing them from an...Jan 30, 2023·6 min read
tsegsxaviers.hashnode.devUnderstanding Nullish Coalescing in TypescriptWhat Nullish Coalescing is all about Nullish coalescing is an operator introduced in TypeScript version 3.7 that allows developers to specify a default value for null or undefined. This can be especially useful when working with strict null checking,...Jan 9, 2023·3 min read
tsegsxaviers.hashnode.devBehind the scenes: Dev edition - Dev Retro 2022Hello there, today we'll be taking a look at my journey in the field of software engineering. In this article, I'll go over the highlights of my journey from newbie developer to where I am now. I'll discuss my key milestones, technologies I've learne...Jan 1, 2023·6 min read