>initializing system...
BACK

DATA
LOGS

A digital garden where I drop technical thoughts, raw automation scripts, and system architectural patterns. Unpolished, pure signal.

ReactPerformanceCanvas

Optimizing Canvas Animations in React

React's virtual DOM is built for declarative UI updates, but it becomes a bottleneck when you need 60fps canvas animations like particle systems, generative art, or data visualizat

ACCESS LOG
UI/UXDesign Systems

The Case for Brutalist Web Design

Modern SaaS interfaces have converged on the same aesthetic: rounded corners, soft shadows, Inter font, pastel gradients. Every landing page looks like a Figma template. Brutalist

ACCESS LOG
PythonPlaywrightWeb Scraping

Playwright Stealth Mode for B2B Scraping

Vanilla Playwright is detected and blocked almost immediately by enterprise targets like LinkedIn and Salesforce. The solution is a three-layer approach: First, install playwright-

ACCESS LOG
ReactNext.jsArchitecture

React Server Components vs Client Components

The single biggest performance mistake in Next.js App Router projects is adding 'use client' to every component by default. Server Components ship zero JavaScript to the browser, h

ACCESS LOG
CSSTailwindFrontend

Tailwind CSS: The Good, The Bad, The Ugly

Tailwind CSS delivers unmatched development velocity for UI prototyping and shipping fast, but it creates a readability problem at scale. A single button component can accumulate 1

ACCESS LOG