"To err is human, but to really foul things up you need a computer"
|
—Â
Paul Ehrlich,
Physician and scientist
|
|
|
Best 7 links of week #46, 2020
|
|
|
A friendly interactive guide about all the operators available in JavaScript. Do you know what ??= or >>= are for? Go check them out!
|
|
|
|
If you think Emojis are something new and only for cool kids you must check out this interesting article. It goes back in history showing different usage of pictograms that were used throughout history even to create entertaining rebus games.
|
|
|
|
What works, what doesn’t and why. In JavaScript, it’s easy to compare objects for equality, but not so easy to tell if they contain the same values. But Why?
|
|
|
|
Which is better, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? Let's find out, in this friendly and even-handed comparison of Rust and Go.
|
|
|
|
In this article, StackOverflow explores the traits that have led to the rising popularity of the Go programming language.
|
|
|
|
Browser layouts are difficult to animate. Layout projection provides a method of animating layouts at 60fps with no visual distortion.
|
|
|
|
How CSS features like painting backgrounds compare to CSS Houdini’s Paint API in terms of performance? CSS on it's own is already pretty powerful and can paint lots of amazing things. To figure out the difference in performance this article illustrates two pens, that essentially do the same thing: paint 200 divs, with 9 colored background circles each.
|
|
|
Â
|