
Michael Be ๐ป๐
@michaelbe812
Followers
586
Following
3K
Media
129
Statuses
1K
๐ป Freelancer ๐ป Passionate fullstack software developer ๐ ฐ Angular focused ๐ Love travelling โ Coffee-lover ๐จโ๐ฉโ๐ง Father ๐ฆ@michaelbe812
Stuttgart, Deutschland
Joined October 2018
As a big fan of @NxDevTools since the very beginning I am really happy to announce a open source project I was working on recently. A first class Nx Plugin to integrate the very popular @oas_generator generator seamless into the Nx ecosystem. Link to the release article
5
5
23
Would it be helpful to anybody if we could generate zod schemas from an openapi definition. Cc @oas_generator @OpenApiSpec.
0
0
1
RT @ngrx_io: NgRx v19.2 is out, introducing the new Events plugin for SignalStore! ๐. Learn more in the blog post by @MarkoStDev: https://โฆ.
dev.to
We are pleased to announce the introduction of the Events plugin for NgRx SignalStore, released as...
0
30
0
RT @kettanaito: @michaelbe812 Once it lands here: And meanwhile, I run a huge discount for all my materials, the rโฆ.
epicweb.dev
Learn from the creator and maintainer of Mock Service Worker, Artem Zakharchenko.
0
1
0
RT @Enea_Jahollari: First PR about selectorless is out ๐! . This is how it looks like ๐. #angular .
0
15
0
#digitalization in Germany in a nutshell: fill out a form online but you can not submit it online. So you need to print it out and send via paper. Fun fact 50% of the fields I filled out are lost after exporting the PDF . F*** it.
2
1
7
#Angular 19.2 released httpResource as ๐งช experimental feature. HttpResource is specially designed for reactive http flow which encapsulates a reactive context, meaning you can pass e.g. signals to the url and execute the request whenever the bound signal changes - beautiful !
3
4
34
eventReplay() is a game changer for SSR in #Angular. What problem does eventReplay() solve?. In server side rendered apps there might be a small gap between user interaction (like clicks) and the browser downloading and hydrating the application (attaching event listeners). This
2
2
24
RT @edbzn: Great news for teams using a self-hosted cache solution.
github.com
IMPORTANT UPDATE: I'm closing this issue with the following updates: Pre/Post Task Execution: The preTasksExecution and postTasksExecution hooks are available in both Nx 20 and Nx 21. These cov...
0
2
0
Another #RxJs Operator I use a lot is ๐๐ถ๐๐ต๐๐ฎ๐๐ฒ๐๐๐๐ฟ๐ผ๐บ. withLatestFrom actually lets you combine an observable together with a source observable. โ ๏ธ Important.The observable passed to withLatestFrom must emit at least one value, otherwise the combined stream will not
4
4
41
Let's see how we can improve mixture of imperative and declarative code in #Angular to retrieve some data. โ
assigning observable to instance variable and consuming via async pipe.โ
converting observable to signal.โ
using rxResource
4
4
61
A pattern I see in a lot of #Angular code bases. โ mixing of imperative and declarative code.โ unnecessary boilerplate.โ updating data from another source creates more mess and hard to follow code
7
1
54