Snippets
Some code snippets that maybe usefull
Enable HTTPS with Nginx
Set up free SSL/TLS certificates with Let's Encrypt and configure Nginx to serve traffic over HTTPS on a VPS
# vps
# nginx
# https
Eslint Config for Next.js + TypeScript Project
A ready-to-use configuration template for ESLint tailored for Next.js and TypeScript projects.
# eslint
# next.js
# typescript
Next Auth JWT Configuration
A boilerplate for configuring next auth for JWT Auth Strategy
# typescript
# next.js
# nextauth
Zod Optional Empty Field
Make a string field become optional when it's an empty string
# typescript
# zod
# data validation