Alex Rickabaugh's Avatar

Alex Rickabaugh

@synalx.bsky.social

1,367 Followers  |  60 Following  |  17 Posts  |  Joined: 24.04.2023  |  1.9526

Latest posts by synalx.bsky.social on Bluesky

Hypothetically, if I were to start doing streams where I talk, code, experiment around Angular, frontend development, web technologies, etc...

What would people want to hear about?

18.10.2025 18:18 โ€” ๐Ÿ‘ 14    ๐Ÿ” 5    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 0
Preview
RFC: AI-Enabled Applications ยท angular angular ยท Discussion #63766 Authors: Gemini @alxhub & @pkozlowski-opensource Area: Angular Framework Posted: September 12, 2025 Status: Open AI is shifting how web applications are built, but also the nature of applications t...

On Angular, we're interested in what kind of AI-powered experiences people are building in their apps. Join our RFC and let us know!

github.com/angular/angu...

12.09.2025 17:17 โ€” ๐Ÿ‘ 12    ๐Ÿ” 8    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases

Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases

Appreciation post for @thepunderwoman.com and @jeanmeche.com โœจ thank you for relentlessly working through our issues backlog, down to 1.2k from 1.5k over the past month ๐Ÿ™Œ๐Ÿผ

02.09.2025 11:42 โ€” ๐Ÿ‘ 20    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

I'm one of them!

This has been a consistent pain point in my own personal apps. In one of them I've been experimenting for a few months with a snapshot of the code, using Cursor to port some of my existing forms over. Even in its incomplete state, it's so clean. I can't wait!

29.08.2025 18:59 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

We just hit a milestone in our exploration of signal-based forms in Angular - our prototype is now merged into the main repository.

This opens the door for some important next steps like compiler integration & interop w/ existing forms.

28.08.2025 16:16 โ€” ๐Ÿ‘ 34    ๐Ÿ” 14    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 2
Angular: The Documentary | An origin story
YouTube video by Honeypot Angular: The Documentary | An origin story

I'm so happy someone captured Angular's story in a documentary!

This 15+ year tale is summarized in just an hour...

This video shares a glimpse into the project into which we have poured thousands of hours of love and dedication.

Enjoy!

www.youtube.com/watch?v=cRC9...

04.02.2025 17:28 โ€” ๐Ÿ‘ 100    ๐Ÿ” 26    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 5

Sounds like signals...

15.12.2024 11:39 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿ’”

13.12.2024 16:34 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

This is cool :D

FYI streaming is coming soon to the `resource()` and `rxResource()` APIs!

11.12.2024 00:23 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Ah gotcha! Basically zoneless is _possible_ with async pipe, CDR, etc. but the best experience will be with signals because it's automatic.

16.11.2024 09:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Zoneless just means components don't get checked automatically. They have to tell Angular that they require checking - via signals, async pipe, ChangeDetectorRef.markForCheck.

Angular knows to check components when their inputs change, too, regardless of whether they're signal inputs.

16.11.2024 09:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

Very nice! Testing implementations of `Resource` are something we want to explore for sure.

16.11.2024 09:23 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I look forward to reading it!

16.11.2024 05:47 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Zoneless doesn't require signals.

Any OnPush compatible app can be made zoneless without needing to use a single signal :)

16.11.2024 05:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Your wish is my design requirement

13.11.2024 06:36 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
Preview
a young girl wearing a black hat is clapping her hands together ALT: a young girl wearing a black hat is clapping her hands together
12.11.2024 12:07 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Angular v19 ships with the two new reactive APIs: linkedSignal and resource.

On the surface those might seem like unrelated APIs. The truth is that both come from the same line of thinking: derive state without effects.

Both linkedSignal and resource can be seen as specialized "computed".

11.11.2024 17:37 โ€” ๐Ÿ‘ 41    ๐Ÿ” 6    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I feel cleaner already.

09.11.2024 14:27 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Mainly I've been busy prepping/presenting at ng-poland! I finally made it over though.

09.11.2024 12:48 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Hello, ๐Ÿฆ‹

09.11.2024 12:13 โ€” ๐Ÿ‘ 54    ๐Ÿ” 2    ๐Ÿ’ฌ 10    ๐Ÿ“Œ 0

@synalx is following 20 prominent accounts