Browsing Tag
angular
94 posts
Stanikmas, Lynn. (2025). CodeChallenge. GitHub.
This Angular to-do list, completed as a coding challenge as part of a job interview, showcases accessibility features,…
Angular: Stop Overusing ChangeDetectorRef
In Angular development, we often run into change detection issues, for example when some fields are not updated…
Update (2026/01/13): Added CRAZY Roller Coaster Builder Rainbow Version🌈
🙀How to Create a CRAZY Roller Coaster Builder (🎢RollerCoaster.js + React Three Fiber + AI) Web Developer Hyper…
Automating DevRel: How I Use Gemini CLI and Gemini 3 to Catch Bugs in My Blog Posts
In this technical deep dive, I explore how to use the Gemini CLI and the latest Gemini 3…
It shows how to use Nano Banan Pro to create images that use Google Search for fact-checking, and shows AI thinks after understanding the user prompt and to deliver an image that meets the requirement.
Building a Thinking Photo Editor: Migrate to Gemini 3 Pro Image with Angular and Firebase Connie Leung ・…
When Your Live Region Isn’t Live: Fixing aria-live in Angular, React, and Vue
You’ve built a modern single-page application with dynamic content alerts and live tickers – of course: with accessibility…
Unlocking JavaScript Prototypes: A Real-World Guide with a Tasty Example 🍰
Why Prototypes Matter 🚀 Imagine you’re building a web app, and you want multiple objects to share the…
What happened after I posted Daffodil’s Show HN Post
A month ago I started telling people about Daffodil — an open-source ecommerce framework to build ecommerce stores…
afterRenderEffect, afterNextRender, afterEveryRender & Renderer2
Recently I’ve been playing around with some Angular functionalities, which are: effect, afterRenderEffect, afterNextRender, afterEveryRender and Renderer2. You…
Angular Signals Form: Validation and Logic
Introduction In the previous article, we explored how to create a form based entirely on signals. However, that…