1/๐ Bullish on Angular? Maybe you should be. In my latest blog post, I dive into how Angular continues to enhance developer experience with some standout features in its latest updates. Hereโs a quick breakdown: ๐งต
@Zelig880 Well for one,
It feels like we don't really have a plan for how we'll care for the elderly on each subsequent generation with less and less people available to care for them.
I guess we can hope for robots but feels risky.
Tyrese Maxey reportedly called out Joel Embiid for always being late ๐ณ, per @ShamsCharania
โIn the meeting, Maxey challenged Embiid to be on time to team activities, calling out the former league MVP about being late โfor everythingโ and how it impacts the locker room, from other players to the coaching staff, sources briefed on the meeting told ESPN.โ
(Via https://t.co/66BOjnaXqu)
@ladyleet There are two:
1. Eloquent JavaScript: helped me to really understand the language
2. The Software Engineer's Guidebook: helped me understand my role outside of just coding, and gave me a bunch of growth strategies.
Okay this is not working lol, hot module reload doesn't seem to be picking up any changes??? I saw a github issue that says it may be the Expo SDK version, so I'm going to try to create a standalone expo project and see if it works.
Assumed that the Fetch API in Chrome was just another layer on top of XMLHttpRequest, turns out it's actually a lower level abstraction, and XMLHttpRequest makes calls to the Fetch API, crazy