Exploring technical leadership, AI/ML innovation, developer productivity, and engineering best practices from the trenches.
The puzzle is finally complete. 🧩 Angular v21 brings us Signal Forms, and it couldn't have come soon enough. For the last few versions, we’ve been stuck in an awkward middle ground. We had the power of Signals, but our forms were still stuck in the past. Trying to sync Reactive Forms (heavily reliant on RxJS) or Template-Driven forms with the new Signal architecture was cumbersome. We were forced to write endless "glue code," constantly converting Observables to Signals, and juggling two comp
Chrome’s new On‑Device AI APIs let you run models locally, keeping data private and fast. This article shows how to enable the Prompt API, download the Gemini Nano model, and start prompting directly in TypeScript.