NateDevelops (@natedevelops) 's Twitter Profile
NateDevelops

@natedevelops

💻 Angular | TypeScript | RxJS
🧠 ESTJ | 1w9 | Editor (Cs)

ID: 1239098632583950336

calendar_today15-03-2020 07:58:38

79 Tweet

8 Followers

106 Following

NateDevelops (@natedevelops) 's Twitter Profile Photo

In chess you soon learn that your games can be reported 500 ELO above or below your rating based on just a few decisions. It's shocking but highlights how impactful biases in playstyle can be We need ELO for web devs

🦋 Alex Rickabaugh (@synalx) 's Twitter Profile Photo

Jason Warner Yep, there’s lots of available bindings. Check the next.angular.dev/api/forms/sign… interface for all the various state that’s available for inputs

NateDevelops (@natedevelops) 's Twitter Profile Photo

Which aspects of #Angular made you feel like you had superpowers once you mastered them? For me - RxJS: modelling async logic declaratively and intuitively; no more race conditions - Providers: Providing services at the right level instead of at root-level and unlocking the free

NateDevelops (@natedevelops) 's Twitter Profile Photo

Silly trick that revolutionised my gym training ❌ Sets of 8 | 8 | 8 ✅ Sets of 9 | 8 | 7 Sometimes its daunting to match the previous set that you struggled with. But it alway seems within reach to do a slightly easier version. Same volume. Same weights. Give it a try!

NateDevelops (@natedevelops) 's Twitter Profile Photo

Is there any way to sort #Angular component imports? By type would be great but anything deterministic like alphabetical order would be great also!

NateDevelops (@natedevelops) 's Twitter Profile Photo

Plan mode in Cursor is 🤌 Claude Sonnet is great but usually unwieldly/eager, it's so nice to be able to iterate 2/3 times with it before it goes off and makes sweeping changes

NateDevelops (@natedevelops) 's Twitter Profile Photo

I love big, impactful, expansive, liberating projects where we get to challenge fundamentals of what we built or are going to build But equally I love just grinding away at a massive 'braindead' refactor Sometimes I need one, sometimes I need the other You too? Or just me?

NateDevelops (@natedevelops) 's Twitter Profile Photo

"You would give everything you own to be the age you are right now and your current level of health 25 years from now." - Jimmy Carr

Xeer (@xeer) 's Twitter Profile Photo

hot take: whoever decided that MM/DD/YYYY is somehow better than DD/MM/YYYY has a twisted, sick, and deeply illogical mind.

NateDevelops (@natedevelops) 's Twitter Profile Photo

Are you using httpResource? Every time I try and build a feature around it I end up going back to RxJS - Loading/errors: I have to duplicate this for my non-GET endpoints - State: I have to imperatively write the results of my non-GET endpoints to a signal anyway Am I missing