Alex Victoor
alexvictoor.bsky.social
Alex Victoor
@alexvictoor.bsky.social
Software crafter, pair/mob programming addict, opensource fanboy - Views expressed are my own - EM
@dilitrust
If you are wondering if you should rather use null or undefined when writing JavaScript code.. #learningEveryDay
April 23, 2025 at 1:22 PM
In the context of #ImmutableJS code base, I guess my previous micro bench is misleading... You get very different behaviours when you combine multiple operators 😕
December 1, 2024 at 6:15 PM
Did a quick JS micro benchmark on bitwise operators vs regular "*" and "/". I guess bitwise operators are not worse the trouble... (poke @julien.deniau.me)
November 29, 2024 at 8:29 AM
#JavaScript is becoming more and more functional!
Iterator helpers, a stage3 TC39 proposal that brings lazy sequences to JS, is already implemented by V8 (Chrome & #Nodejs 22+)
Below an example with square integers showing how it helps reduce computations.
IMHO this is pure gold!
May 31, 2024 at 7:21 AM
For once I will say something nice about Safari... and even Bun...
Thanks to their JavaScript engine, Apple JavaScriptCore, they both benefit from Tail Call Optimization (TCO) 🙌
May 30, 2024 at 7:11 AM
Cette année on a le papa du mob à Devoxx 🙂
April 17, 2024 at 11:26 AM
I just released a tiny library, a TypeScript type level CRON expression validator.
Lot of fun with conditional types 😀
Give it a try with this sandbox codesandbox.io/s/nervous-ra...
November 21, 2023 at 7:11 AM
Woody Zuill for real tonight 🤩
October 16, 2023 at 5:23 PM