Fullstack Web Developer & Traveler, CTO @myothis. “Experience is the name everyone gives to their mistakes.” – Oscar Wilde
We recently migrated a big NestJS project to adopt Prisma as the ORM. It turned out to be a great decision, and I described our wonderful experience in a recent blog post. The project is an API backend for a multi-tenant system, where each tenant has...
One of the last projects we worked on at Myothis is a property management system for a big client. It's a pretty large codebase, and we built the backend with the NestJS framework, which is database agnostic but provides strong integration with TypeO...
Part 1: ( Setup & first steps ) Part 2: Authentication ( this article ) Part 3 Coming Soon Authentication There are a lot of different authentication strategies to protect our API endpoints. Generally, I strongly suggest to delegate such a crucial ...
Part 1: Setup & first steps ( this article ) Part 2: Authentication Part 3 Coming Soon Overview In this tutorial we are going to explore in details the process of building a Twitter clone as a complete web application, which will consist of a React...