Michiel Kikkert 🅰️ (@dutch_guy) 's Twitter Profile
Michiel Kikkert 🅰️

@dutch_guy

Angular aficionado | Obsessed with performance | Soft spot for Cloudflare Workers. Angular merch: etsy.com/shop/AngularMe…

ID: 22997744

linkhttps://www.linkedin.com/in/michielkikkert calendar_today05-03-2009 23:30:39

8,8K Tweet

2,2K Takipçi

2,2K Takip Edilen

Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

Yet another cool example from yesterday's livestream Sharing validation/disabled logic between components and forms is easier than ever! Just define a custom schema and apply it wherever necessary:

Yet another cool example from yesterday's livestream

Sharing validation/disabled logic between components and forms is easier than ever!

Just define a custom schema and apply it wherever necessary:
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Heads up (and a hint that #Angular Signal Forms are very much experimental): The Control directive has been renamed Field is the latest pre-release (next.8). github.com/angular/angula…

Heads up (and a hint that #Angular Signal Forms are very much experimental): 

The Control directive has been renamed Field is the latest pre-release (next.8). 

github.com/angular/angula…
Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

#Angular is introducing @angular/aria : A library of headless directives for common accessibility paterns ! Shipping in v21 next month ! #NgConf2025

#Angular is introducing @angular/aria : A library of headless directives for common accessibility paterns ! 

Shipping in v21 next month ! 
#NgConf2025
nivek (@nivekcode) 's Twitter Profile Photo

🚀 It’s live! Build Smarter UIs with Angular + AI A hands-on video course that teaches you how to integrate AI into your Angular apps using Hash Brown — the open-source AI layer for intelligent, reactive interfaces. 👉 Start here: angularexperts.io/products/smart… #Angular #AI

🚀 It’s live!

Build Smarter UIs with Angular + AI

A hands-on video course that teaches you how to integrate AI into your Angular apps using Hash Brown — the open-source AI layer for intelligent, reactive interfaces.

👉 Start here: angularexperts.io/products/smart…

#Angular #AI
Michael Hladky (@michael_hladky) 's Twitter Profile Photo

🤩 Lovely People of Twitter!! 🤩 **We are scaling!!! 🆙** Let’s start with some of the Senior Positions: - 🔥 2 Performance Engineer - 🐋 2 Nx Nx Productivity Engineer Angular Knowledge is a nice to have. Also Non-Technical: - 📚 Administration - 💅🏽 Head of

Aristeidis Bampakos (@abampakos) 's Twitter Profile Photo

Feeling overwhelmed by searching through hundreds of pages in resources to learn #Angular? Watch this video until the end to discover why you don't need to anymore!

Armen Vardanyan (@armandotrue) 's Twitter Profile Photo

Ok, I really want to do 2 things 1. Show folks that using AI to power your apps is not a privilege of backend developers only; as a matter of fact, generative UI is a powerful tool for Angular apps 2. Show that it is not hard, you can get started even if you feel you're behind,

Ok, I really want to do 2 things

1. Show folks that using AI to power your apps is not a privilege of backend developers only; as a matter of fact, generative UI is a powerful tool for Angular apps
2. Show that it is not hard, you can get started even if you feel you're behind,
Michiel Kikkert 🅰️ (@dutch_guy) 's Twitter Profile Photo

Hey Cloudflare Developers worker peeps - what is the common way to add simple routing to a worker now-a-days? Is itty-router still a good choice or do we have other/better options now?

Michiel Kikkert 🅰️ (@dutch_guy) 's Twitter Profile Photo

All this makes so much sense.. and I also consider #1 a bug and not a feature tbh.. At least I hope the angular team makes it configurable - if not default behavior.

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

should probably start logging these... this week i've seen: - completely inaccessible nav posts - <button> inside links as an example 🫠 - modals that were just <div> with high z-index at the end of the body, no aria, no anything 🤦‍♂️ disappointing

Michiel Kikkert 🅰️ (@dutch_guy) 's Twitter Profile Photo

Any examples for a Cloudflare Developers DO worker that uses a client-worker WS connection AND a worker-> third party API WS connection? So Worker acts as a bridge? Must use hibernation and kill the api WS when client disconnects (as that keeps sending messages). Can’t find much at all.