Roman Nurik

@roman.nurik.net

Product Design Engineer @GoogleLabs exploring the future of design, dev, and software roman.nurik.net github.com/romannurik

In the past 2 weeks I've played with: 🎙️ gemini live api 🎨 shaders 'n' fx (shaders.com, @threejs.org) 📜 infinite canvases 'n' noodlegrams (reactflow) ⌨️ semantic .md editors (tiptap) ⚽ realtime multiplayer (firebase RTDB ftw) 🧠 bg agents (custom) so. much. fun.

Used signals, effects, and signal-based viewChild(ren) in Angular for the first time. Feels like a totally different framework in a really good way. (Not to mention standalone components, etc)

Was modernizing a very old (2016 era) Stripe integration today and had the ABSOLUTE JOY of experiencing Stripe's DX again. From interactive docs, to the new in-console workbench, to the CLI and smart object ID scheme... just wow. Craft at its peak.

Legos, never changed or updated their shapes, everything from day one still works with stuff in 2024. So nice. Sound familiar? Yeah, the web is like that too.

Anyone have a really great `nx` monorepo setup, where a single `dev` command can spawn multiple dev servers with a really nice multipane UI, or a tmux, or at least colored prefixes (similar to Turborepo's watch mode)? `nx` seems awesome but a big step back from just `npx concurrently ...`

Will Bluesky at some point support code snippets? Based on the Markdown v. facets docs, seems like maybe no? But gosh would it be nice... ```ts const foo = "bar"; ```