Profile avatar
etienneburdet.com
😱
69 posts 51 followers 193 following
Regular Contributor
Active Commenter

While I do agree those frameworks are more solid foundation to any app, this puts React in a strange position though. So much effort to be "just a library" you can drop in a script tag, but now requiring the full tooling suit. This could be a real cognitive dissonance in the years to come…

I've completed 🎄🎉🎅 Thank You! - Advent of TypeScript 2024 adventofts.com/events/2024/25 Yeah, thank you so much! I couldn't go forward from 21st on for being away from computer. I'm gonna pick at solutions to see I wouldn't have solve them anyways 😅

I've completed Variable Scope Analysis: 🎩Bernard's New Demands - Advent of TypeScript 2024 adventofts.com/events/2024/20 I feel like I'm missing something or circumventing the interesting bit… 🤔 Or will this cumlminate into something bigger?

I've completed The Lazy Elf's Code Generator - Advent of TypeScript 2024 adventofts.com/events/2024/19 Not that hard, but I really wanted to find limit with 'let' | 'const' | 'var' and forget about whitespaces, which results in unions rather than distinct entries… 💡

I've completed Can Decades Of Wage Theft Really Be Corrected? - Advent of TypeScript 2024 adventofts.com/events/2024/18 Is that it? 🤔 I'm not sure it's where they wanted to lead us…

I've completed Mind Control Is Surprisingly Effective - Advent of TypeScript 2024 adventofts.com/events/2024/17 I went overboard and tried really hard to make a generic ComposeN function. I should read how ts-toolbelt does it before shooting me in the foot. github.com/millsp/ts-to...

I've completed Magic Curry Mind Control Inception - Advent of TypeScript 2024 adventofts.com/events/2024/16 Not as 🤢 as I though but still… I don't think test 3 and 4 should pass. There's no good I can think of that would fit. @tkdodo.eu and @grad.dev pointed it out too (mainly 4).

I've completed Jet Fuel Pricing - Advent of TypeScript 2024 adventofts.com/events/2024/15 #adventofts Cactching up from the WE! That was a fun one, but we're getting into "programming with types", which I'm not sure I like. There must be a clever way to integrate the "" check.

I've completed 🎅Santa Hides Behind Perf Review - Advent of TypeScript 2024 adventofts.com/events/2024/14 Actually less alien than the previous days. I virtually never use iterator functions, but that was nice reading about a bit about AsyncGenerator.

I've completed The Reindeer Plan Their Attack - Advent of TypeScript 2024 adventofts.com/events/2024/13 Courtesy of hint &https://www.typescriptlang.org/docs/handbook/2/generics.html#variance-annotations I tried waaaay too long with branded types… but that Equal was clever.

I've completed 🎩Bernard's Long List Of Names - Advent of TypeScript 2024 adventofts.com/events/2024/12 I had to resort to the HUGE HINT. Not for the loop actually but… for the string to number 🙈 Honestly, I'm not sure I'm using this in real life. I'd rather map the data in the first place…

I've completed Excuses, Excuses - Advent of TypeScript 2024 adventofts.com/events/2024/11 Not too sure about this one 🤔 Gonna check others solutions for something simpler…

I've completed The Reindeer Hatch A Plan - Advent of TypeScript 2024 adventofts.com/events/2024/10 Must say I've never ever used that. I really enjoy puzzling with these, not sure I'd like it my codebase…