350 private links
1 macrotask and all microtasks are run in one run of the event loop
Wow ! Reset a form with this button type !
<button type="reset">Clear</button>
but how wants to reset a form ? 🤔
Wow so many interesting things to read about programming concepts and related stuff. I will pick some and post here summaries of it from time to time.
this.yourBigList = Object.freeze(yourBigList); : avoid to make the property and its first-level ones reactive → performance improvement in some cases 👍
`this.yourBigList = Object.freeze([...this.yourBigList, newItems]);
:)
Which language should be used and why ?
Some games to learn CSS tools. Currently playing at Flexbox zombies.
edit: I have finished flexbox zombie and that's great !
Binding python and rust
Why String and &str with comparisons to C ? ^^
In computer programming, green threads are threads that are scheduled by a runtime library or virtual machine (VM) instead of natively by the underlying operating system (OS). [...]
Wikipedia ♥
[fiction] From C code with a lot of bugs to Rust with improvments