Justin Schwartzenberger's Avatar

Justin Schwartzenberger

@schwarty.com

Web architect, teacher, gamer, Angular GDE. Principal Software Engineer at SiriusXM.

415
Followers
154
Following
11
Posts
04.11.2024
Joined
Posts Following

Latest posts by Justin Schwartzenberger @schwarty.com

My hero

20.06.2025 22:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Let’s encourage the term β€œsuccessful practices” in favor of β€œbest practices”.

Let’s encourage the term β€œsuccessful practices” in favor of β€œbest practices”.

thx @mikebrocchi.bsky.social for generating a great image for my mission! 😎

20.06.2025 16:36 πŸ‘ 6 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

check out hashbrown in action with our sample app

In this 30 seconds you'll see:
- function calling
- structured output
- streaming text
- generative UI
- debugging using the redux devtools

hashbrown.dev
github.com/liveloveapp/hashbrown

31.05.2025 16:24 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Hashbrown – AI Framework for Angular & React Build joyful, AI-powered user interfaces that help your users do more.

Fresh out of the fryer, hashbrown is a headless @angular.dev library for building joyful AI-powered user experiences.

It supports streaming, chat, structured outputs, generative UI, and AI code execution using the latest v20 resource and signals APIs.

hashbrown.dev

30.05.2025 19:15 πŸ‘ 7 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ”₯ Angular v20 is out!

β€£ Stabilizing reactivity APIs and incremental hydration
β€£ Integration with Chrome DevTools
β€£ Improved type checking, simpler style guide, etc.
β€£ RFC for an official Angular mascot ✨
β€£ Way more!

goo.gle/angular-v20-...

28.05.2025 18:33 πŸ‘ 43 πŸ” 13 πŸ’¬ 1 πŸ“Œ 2

That’s stranger than fiction.

02.05.2025 05:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Beautifully mindful and elegantly written article on exploring relationship nurturing with the AI landscape that is unfolding in front of us. Thank you @alyssanicoll.bsky.social for this! 😎

09.04.2025 01:49 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What monitor are you using and are you happy with it? I am feeling a monitor setup refresh is in my future and trying to decide where I want to go with it. 😎

07.04.2025 22:21 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Angular Air Extended β€” HttpResource
Angular Air Extended β€” HttpResource πŸš€ Angular 19.2 just dropped a game-changer! Say hello to httpResource, a sleek, signal-powered way to fetch dataβ€”no services required! πŸ™ŒIn this episode, Al...

πŸš€ Angular 19.2 just changed the game!

Me, @schwarty.com, @mikebrocchi.bsky.social, & SURPRISE GUEST @manfredsteyer.bsky.social are hyped to demo httpResourceβ€”a signal-powered way to fetch data without services!

LIVE NOW πŸ”΄ www.youtube.com/watch?v=luJD...

#Angular #Signals #httpResource #WebDev πŸš€

28.03.2025 16:04 πŸ‘ 10 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Angular Air Extended β€” HttpResource
Angular Air Extended β€” HttpResource πŸš€ Angular 19.2 just dropped a game-changer! Say hello to httpResource, a sleek, signal-powered way to fetch dataβ€”no services required! πŸ™ŒIn this episode, Al...

πŸš€ Angular 19.2 just changed the game!

Next week, @schwarty.com, @mikebrocchi.bsky.social, & I are diving into httpResource!

πŸ“… March 28th, 11am CDT
🌎 Check your time: everytimezone.com/s/2814111d
πŸ“ Watch live: www.youtube.com/watch?v=luJD...

Set your remindersβ€”we’re breaking it all down LIVE! πŸ‘€

20.03.2025 22:27 πŸ‘ 9 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0
Preview
AI for Web Devs with Jeff Whelpley YouTube video by AngularAir

AI for Web Devs with Jeff Whelpley

I had a lot of fun on @angularair.bsky.social today with my good friends @schwarty.com and @mikebrocchi.bsky.social .

@alyssanicoll.bsky.social you missed out on the fun!

www.youtube.com/live/Aehf3ii... via @YouTube

28.02.2025 18:08 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
How SiriusXM stays competitive by iterating and getting to market fast
How SiriusXM stays competitive by iterating and getting to market fast YouTube video by Nx - Smart Monorepos - Fast CI

Got the chance to share some ❀️ for @nx.dev! More than happy to talk shop about experiences with it and how much value it adds. Hit me up!

youtu.be/Q0ky-8oJcro?...

17.01.2025 01:05 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Customers See how companies and open-source projects worldwide use Nx to accelerate development and boost productivity.

We talk to customers a lot. And there's nothing more energizing than seeing your work make a huge impact for them. I always wanted to have those out in public.

Well...we collaborated with @jason.energy and his amazing team to turn that into reality 🀩.

Go check it out πŸ‘‡
bit.ly/nx-customers

16.01.2025 20:12 πŸ‘ 12 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Preview
feat(router): introduce support for Analog Server Components by brandonroberts Β· Pull Request #1518 Β· analogjs/analog PR Checklist Closes #989 What is the new behavior? Introduces Analog Server Components which are similar to Nuxt Server Components and Astro Islands in that the component is only rendered on the s...

In fullstack applications, sometimes you need to render #Angular components "only" on the server, and serve the HTML to the client.

πŸ’‘ @analogjs.org Server Components
βœ… Works with Angular components
🀘 Works with Analog SFCs

πŸ‘‡

github.com/analogjs/ana...

20.12.2024 18:16 πŸ‘ 19 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Today is my first day that isn’t full of meetings, so we’re gonna have a little fun.

Let’s talk about Signals and reactivity. I made this demo a little while ago to help folks understand what Signals are and why they’re so powerful:

angular-signals.netlify.app

19.12.2024 15:33 πŸ‘ 113 πŸ” 15 πŸ’¬ 5 πŸ“Œ 2

material.angular.io/components/i... 😎

06.12.2024 06:18 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
@angular-architects/ddd Nx plugin for structuring a monorepo with domain driven design. Latest version: 19.0.2, last published: 13 minutes ago. Start using @angular-architects/ddd in your project by running `npm i…

Aaaand here comes the next updated package: @angular-architects/ddd for Angular 19 and Nx 20. Big thanks to the amazing @LX_T for taking care of this πŸ™Œ πŸ₯³

02.12.2024 13:36 πŸ‘ 11 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

Partition up your PR into small focused commits with descriptive commit messages and your reviewers will be well cared for. 😎

26.11.2024 22:45 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

⚑️ Yes! Vitest is generally faster than Jest -- but is feedback speed the only factor that matters?

If you are still on the fence about switching to Vitest, here are 15+ reasons that will convince you!

πŸ“ cookbook.marmicode.io/angular/why-...

#javascript #angular #testing

21.11.2024 17:39 πŸ‘ 97 πŸ” 23 πŸ’¬ 5 πŸ“Œ 2

Did you know you can create a new #Angular or @analogjs.org application directly with @vite.dev now?

pnpm create vite@latest
Select Angular framework
Select Angular or Analog as the variant

πŸš€

26.11.2024 14:10 πŸ‘ 48 πŸ” 6 πŸ’¬ 3 πŸ“Œ 1

Signals, full stop.

26.11.2024 00:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Meet Angular v19 In the past two years we doubled down on our investment in developer experience and performanceβ€Šβ€”β€Šin every single release we’ve been…

πŸš€ Meet Angular v19

β€£ Incremental hydration
β€£ Server route config
β€£ linkedSignal, resource, renderEffect
β€£ Auto CSP
β€£ Unused import reporting
β€£ Standalone by default
β€£ Enhanced theming
β€£ Time picker
β€£ 2D drag & drop
β€£ Many codemods to modernize your code

Much more!

blog.angular.dev/meet-angular...

19.11.2024 16:59 πŸ‘ 196 πŸ” 61 πŸ’¬ 14 πŸ“Œ 4

This is why I strongly advocate for using the term β€œSuccessful Practices” instead of β€œBest Practices”.

β€œWe found success with…” instead of β€œThis is best for you…”

12.11.2024 14:54 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Using β€œFRAMEWORK_NAME” on the server

07.11.2024 18:22 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0