Published onAugust 17, 2023Building an API with NestJS #3: Adding ConfigurationsseriestypescriptnestjsapiconfigIn this third part of "Building an API with NestJS" series, we will learn on how to create and validate app configurations for our API.
Published onAugust 11, 2023Building an API with NestJS #2: Setup Husky and CommitLintseriestypescriptnestjsapihuskycommitlintIn this second part of "Building an API with NestJS" series, we will learn how to integrate husky and commitlint to our project.
Published onAugust 10, 2023Building an API with NestJS #1: Initial SetupseriestypescriptnestjsapiIn this first part of "Building an API with NestJS" series, we will learn on how to bootstrap our base project to create our API.
Published onAugust 6, 2023Set up ESLint and Prettier for Your JavaScript ProjecttutorialjavascripteslintprettierA good developer experience will help you produce better code and ship better product. ESLint and Prettier will help you with that.
Published onAugust 1, 2023Using Custom Domain in VerceltutorialverceldomainnamecheapDo you know you can use custom domain in Vercel? Let me tell you how.