Michael Be ๐Ÿ’ป๐Ÿ Profile
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
Don't wanna be here? Send us removal request.
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
11 days
0
0
2
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
11 days
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
Tweet media one
5
5
23
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
24 days
RT @ngdeconf: ๐ŸŽค Speaker Spotlight #4: Younes Jaaidi & Rainer Hahnekamp.Playwright-style testing โ€” but for Angular components?.Younes & Rainโ€ฆ.
0
5
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
28 days
Had a wonderful day with my girls โค๏ธ
Tweet media one
0
0
2
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
1 month
Would it be helpful to anybody if we could generate zod schemas from an openapi definition. Cc @oas_generator @OpenApiSpec.
0
0
1
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
2 months
#Angular signal-forms get some more โค๏ธ
Tweet media one
1
0
23
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
2 months
๐Ÿฅฐ.
@mgechev
Minko Gechev
2 months
๐Ÿ”ฅ Experimental vitest support coming to Angular in a couple of weeks with support for:. โ€ฃ Watch mode.โ€ฃ Browser testing. To try it out:. โ€ฃ npm i vitest jsdom --save-dev.โ€ฃ Update your angular.json.โ€ฃ Add a couple of imports
0
0
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
3 months
RT @ngrx_io: NgRx v19.2 is out, introducing the new Events plugin for SignalStore! ๐Ÿš€. Learn more in the blog post by @MarkoStDev: https://โ€ฆ.
Tweet card summary image
dev.to
We are pleased to announce the introduction of the Events plugin for NgRx SignalStore, released as...
0
30
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
3 months
RT @kettanaito: @michaelbe812 Once it lands here: And meanwhile, I run a huge discount for all my materials, the rโ€ฆ.
Tweet card summary image
epicweb.dev
Learn from the creator and maintainer of Mock Service Worker, Artem Zakharchenko.
0
1
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
3 months
RT @cooltechtipz: I can't stop laughing๐Ÿ˜‚
0
42
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
4 months
RT @Enea_Jahollari: First PR about selectorless is out ๐Ÿš€! . This is how it looks like ๐Ÿ‘‡. #angular .
0
15
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
#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
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
RT @grizlizli: resource(), rxResource(), httpResource(): Why???? via @YouTube.
0
1
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
#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 !
Tweet media one
3
4
34
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
๐Ÿ’ก Accessibility isnโ€™t just a โ€œnice-to-haveโ€โ€”itโ€™s a business advantage. Imagine a website that excludes 15-20% of potential users due to poor accessibility. Thatโ€™s a huge loss in engagement, conversions, and brand reputation. Hereโ€™s why investing in accessibility pays off:. โœ…
Tweet media one
0
0
0
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
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
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
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
Tweet media one
4
4
41
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
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
Tweet media one
4
4
61
@michaelbe812
Michael Be ๐Ÿ’ป๐Ÿ
5 months
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
Tweet media one
7
1
54