Best Practices
How I Finally Solved …
Introduction Yes, this is a success story. No, it was not easy. One of my clients requested so that I implement a company wide CICD process in Bitbucket, as they rely on Atlassian heavily. You know, Jira, Confluence, and stuff;) With my previous experiences with Gitlab, I jumped straight to it. I …
How I Harnessed …
Introduction When I first got involved with a project using NestJS, I encountered a surprising revelation. The team wasn’t leveraging transactions—a decision that puzzled me greatly. Inquiring further, the consensus was that managing transactions in NestJS was overly complex. Indeed, observing …
NestJS integration tests …
The Backstory Hey everyone, I’ve been wrestling with a topic that’s been on my mind for quite some time now. Setting up my tests in NestJS left me scratching my head, wondering, “What’s next?” The resources I stumbled upon online were somewhat helpful but didn’t …