
Thoughts
Code
Coffee
I'm Raman Ramanouski, a Senior Frontend Engineer who turns caffeine into fast, secure, and scalable web apps.
This is my digital home: a space to share what I’ve learned, what I’m building, and the ideas shaping how we engineer the modern web.

22 Aug • 3 min read
Perfect Is the Enemy of Done - The Story of ratu.dev
After 10 years on the web and dozens of projects, it still took me 3 years to build my own digital home - ratu.dev. It's basically a monument to my procrastination, and to idealism

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.

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.