Profile avatar
rodydavis.com
Senior Developer Relations Engineer @ Google 🚀 Project IDX ✨ Gemini / Gemma 🔥 Firebase 💙 Flutter 🔥 Lit 🎨 Material Design opinions are my own
238 posts 600 followers 84 following
Regular Contributor
Active Commenter

Signals are going to be such a boon to frontend dev, largely by eliminating integration shims between libraries. There are so many react-foo, vue-foo, etc libraries where the main thing they do is hook into the reactivity system. With signals, the foo lib itself can be reactive and work w/ any FW.

Shadow DOM is the backbone of Web Components, enabling modular, maintainable, and style-isolated elements. 🎨 Create encapsulated, self-contained components; preventing conflicts and improving maintainability for reusable components. 🧩 Start building 👇 developer.mozilla.org/en-US/docs/...

🔥 dart.dev now uses Jaspr! Super excited about it. Big thanks to @parlough.dev for helping me land this!

My website is now hosted on a Raspberry PI in my office! 🤯 CloudFlare (Domain w/ Proxy) => ATT (Public IP w/ Dynamic DNS) => Unify Gateway (Port forward) => Synology NAS (Reverse Proxy) => Raspberry PI 5 16GB RAM (PocketBase) rodydavis.com

How to create HTML Web Components with @dart.dev that compile to JS and WASM 🤯 rodydavis.com/posts/dart-h...

I finally have completed my Unify network!

Roses are red, widgets are neat, 3.29 can't be beat 💓 The latest release includes updates to improve developer experience, enhance app performance, and provide greater flexibility in design and code style management. Read the blog → goo.gle/4hzlcZ8

How to generate offline blog post recommendations with Gemini and SQLite via PocketBase! 🎉 rodydavis.com/posts/offlin...

Using a technique I saw from @aaronfrancis.com , I added vector embedding recommendations (via @google.com AI) for my blog posts using sqlite-vec in @pocketbase.io 🚀 rodydavis.com/posts/signal... #sqlite #pocketbase #ai #llm

Did you know you can build web components with @dart.dev ? 👀 This unlocks WASM backed web components for really nice performance! 🔥 github.com/rodydavis/da...

Amazing new @obsidian.md video by No Boilerplate 🔥🤯 youtu.be/B0yAy2j-9V0?...

Forged a headphone stand 🎧🔨🔥

Introducing a new signals package 👀 Signals + flutter_hooks 🪝💙 pub.dev/packages/sig... @flutter.dev @dart.dev #signals