
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.

Node.js Scripting Cheatsheet (Battle Tested)
This cheatsheet is a collection of battle-tested Node.js snippets I use for scripting, automation, and everyday backend hacks. Copy, paste, and adapt — no fluff, just code that works.

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

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.