The Ult
banner
the-ult.bsky.social
The Ult
@the-ult.bsky.social
Passionate #angular developer.

Loving the way the tech community is moving forward and seeing so many amazing ideas and projects unfold.

Keep learning
Awesome, gonna try and join. To learn some recipes from the master chef!
October 8, 2025 at 6:24 AM
I like the combination of

const MY_VALUES = ['foo', 'bar' ] as const;

type myValue = typeof MY_VALUES[number];
September 4, 2025 at 11:03 PM
Yes indeed. An autocomplete / searchable select. For which we can now use the datalist. But then you have to manually add a lot of checks.

And styling (like the select) does not yet work.
August 28, 2025 at 12:31 PM
Yeah, and especially the extra 'legitimate interest' or something similar, you still have to deselect as well.
August 26, 2025 at 10:00 PM
Probably being able to style an `input + [datalist]` (autocompleter)

Since styling a select is now possible as well 👍

(and while we are at it: only accept a value from the datalist) (as option / toggle)
August 26, 2025 at 9:57 PM
Awesome work! Thanks again @brandonroberts.dev
a child wearing a hat that says respect is sitting in a crowd of people
Alt: Respect
media.tenor.com
August 16, 2025 at 10:27 PM
@lit.dev ?
An option?
August 14, 2025 at 11:20 PM
Fnm

GitHub - Schniz/fnm: 🚀 Fast and simple Node.js version manager, built in Rust share.google/tmMwsvvEZnpb...

Found it easier than Volta
GitHub - Schniz/fnm: 🚀 Fast and simple Node.js version manager, built in Rust
🚀 Fast and simple Node.js version manager, built in Rust - Schniz/fnm
share.google
August 11, 2025 at 10:26 PM
How is Angular not component driven?
July 30, 2025 at 5:13 PM
Same here. Just bought Premium+ 😱
July 14, 2025 at 9:09 PM
Yes, thought so 👍

I figured, since Nx is embracing Vite, that OXC lint would be on your radar as well 😇
July 4, 2025 at 9:09 PM
One of the problems we encounter is that developers start using it/building GraphQL schema's with the REST(isch) mindset..

I still think GraphQL is a great solution, especially when dealing with a lot of Java micro-services/multiple backends
June 30, 2025 at 7:39 PM
I usually put everything as strict as possibly.
And add Eslint/unicorn and Eslint/rxjs

And prettier import sort
June 6, 2025 at 11:18 AM