Snippets

A curated list of snippets that I have found useful.

Dockerfile for Deploying Vite React SPAs with Nginx

bashdockerfile

A simple Dockerfile example for building React apps with Vite and serving them using Nginx. FROM

NestJS Custom Decorator for Validating Objects

typescript

A custom class-validator Decorator to validate if a particular property is object or not