https://t.co/yEm4T3Rdt7
I am looking for a few more people to join my team. You can DM me for details. Not offering fully remote unfortunately. London based.
#TypeScript#javascript#fintech
I’m super stoked to announce my new #TypeScript course! 🔥
I’ve put a lot of thought, time, and effort into this course, and I’m really proud of how it turned out. 🤓
Go check it out on @eggheadio and learn a thing or ten about TypeScript! 🙌
https://t.co/PvFKYEyd5Y
Watch the livestream now of tonight's TypeScript Berlin/Sevilla #Meetup featuring software engineer & @typescript enthusiast @TitianCernicova talking about "Understanding Variance in #TypeScript"
https://t.co/cbo7FjgGxj
A subtle aspect of type-assertions in @TypeScript I hadn't paid much attention to before: Direct assertions between literals are allowed even though they are not a super/sub type of each other. 📘
Rationale: https://t.co/GcZo0c5IeY
@bruno__quaresma You can use a type predicate such as :
function isValue(value : Value | undefined) : value is Value {
}
function main(value: Value | undefined) {
if (isValue(value))
return Object.keys(value).map(a=>a);
}
Have released the first two videos of my new 'React from first principles' video series 🥳
1. From Vanilla to React
2. ReactDOM.render
https://t.co/QpA4dXkHYw
#reactjs
🎉 VS Code July 2020 Launch Party!
With the July release of @Code coming up next week, connect with us in our second live event! Learn what's new in VS Code and join the live Q&A.
🗓 When: August 17 @ 9am Pacific
👉Add to calendar: https://t.co/nE4PHMG4wu
Ready for Bloomberg’s “#SummerOfPuzzles?”
Starting this Friday, August 7, a new puzzle by one of our engineers will be posted online each Friday at 12 PM EDT for the next 9 weeks. Puzzles will remain unlocked for solving until Oct. 9!
https://t.co/mvYlqiKTln
#BloombergBpuzzled
@TypeScriptBob @AkiraMakes https://t.co/EDt12auFyR
https://t.co/CDK4rgZBgW (cc: @aaronfrost in case he can ping Charles of whoever might restore the transcript archived thanks to the Wayback but now lost from the served version).
Also of course https://t.co/GUlmfp9iYJ by @awbjs & me from HOPL-4 (2020).
@AkiraMakes You would need to ask @BrendanEich 😀 There are some interviews out there such as https://t.co/7HeJW5MKcp
but I would love to read more something more in depth!