blog.njolipatrick.comHandling Race Conditions in NestJS with TypeORMRead Time: 5 minutes The Problem Race conditions are sneaky bugs that don't show up in development but can wreak havoc in production. While working on fintech infrastructure, I encountered a bug where users were getting charged twice for the same tra...Feb 11·5 min read
blog.njolipatrick.comGetting Started with Git for BeginnersIn this article, I will be discussing the underlying technology that powers some of the most popular version control platforms such as Github, GitLab, Bitbucket, etc. This will be accompanied by some of its popular syntax and how they are used. By th...Jul 16, 2023·6 min read