Tayamba the ng-neer

@tmyams.bsky.social

Angular, Web Accessibility https://tangled.org/tmyams.bsky.social

🚨 Solid 2.0 has reached Release Candidate! 🎉🥳 Async is first-class — computations return promises, the graph suspends and resumes itself. Plus optimistic mutations and a reactive core rebuilt from scratch. The Big Reveal 👇 www.solidjs.com/blog/solid-2... 1/3

Bild

We are back! After a two-month pause to work on some very important things, I am back to livestreams, so tune in next week to learn how things are going in Angular And also learn what new topics will come to the streams in the future 😉

Promotional banner for a live stream titled State of Angular: And some channel updates by Angular Space TV.

The image shows a man with a beard set against a purple nebula background with the Angular logo in the top right. A side panel indicates live streaming across X, YouTube, Twitch, and LinkedIn. The scheduled time at the bottom reads August 12, 4:30 PM UTC.

Who's got frontend frameworks? Trying to collect some stats on update efficiency (rather than rendering new dom en-masse (which js-framework-benchmark heavily favors <3))

Bild

Do the improvements made to code authoring for humans improve an LLM's output or make it worse. i.e if we removed all the extra bells and whistles and syntactic sugar that was for humans eyes, does the LLM improve?

Touch the DOM in Angular safely: afterNextRender(() => initChart(host)). Runs only in the browser after paint — no isPlatformBrowser guards, no setTimeout(0), SSR-safe. afterNextRender once; afterRender every change. The sanctioned hook for measuring + non-Angular libs. #Angular

TypeScript 7 is a 10x faster native port of the compiler, and 𝚗𝚎𝚡𝚝 𝚋𝚞𝚒𝚕𝚍 now uses it for type checking. Install it with 𝚗𝚙𝚖 𝚒𝚗𝚜𝚝𝚊𝚕𝚕 -𝙳 𝚝𝚢𝚙𝚎𝚜𝚌𝚛𝚒𝚙𝚝@7.

Code snippet defines a Next.js configuration with experimental TypeScript CLI settings enabled.

I'm taking the Stack Overflow developer survey (stackoverflow.blog/2026/06/23/t..., open now!) and it's so long that I'm getting discouraged even though I run surveys for a living… I'm wondering, should surveys be broken up over time? Like maybe fill out one section per week?

The 2026 Developer Survey is now open (for human developers only)! - Stack Overflow

Once again, we're asking for your help to take the temperature of software development.

stackoverflow.blog

#angular Migrated a project to using signals at work, feels good. Team is switching over from this project as the example 😊 Angular 21. No signal forms and resource yet though. This was from Angular 13 btw, I didn't do the migration of the version, just the signals part, used defer too.