Snippets

Save to Google Sheets with Nodejs/Nextjs
Learn how to use Google Sheets as a simple backend for your Node.js/Next.js app with minimal setup. Perfect for quick prototypes and easy data management.

Simple password protection for a Next.js app
Secure pages in a Next.js app with password protection with middleware and WWW-Authenticate: no user database or external auth service, no UI required.

Reverse Ellipsis and Multi-Line Overflow CSS
How to create a reverse text ellipsis and mult-line overflow using only CSS in few lines of code.