"It has become appallingly obvious that our technology has exceeded our humanity"
|
—
Albert Einstein,
Scientist
|
|
|
Best 7 links of week #6, 2021
|
|
|
rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Forming a cluster is very straightforward, it gracefully handles leader elections, and tolerates failures of machines, including the leader.
|
|
|
|
If 2020 was the year of static websites and static website generators, which generator is the best one? This article explore the strength and weaknesses of the main contenders on the scene!
|
|
|
|
A solid but quite approachable walkthrough about how rendering works with React. This article will go through concepts such as VirtualDOM, render lifecycle, reconciliation and commit phases.
|
|
|
|
ESM, meaning ES Modules, meaning JavaScript Modules. Like, import , export and friends. Browsers support it these days. There is plenty of nuance, but as long as you’ve dropped IE, the door is fairly open. This article explores the idea of dropping npm entirely by looking at new approaches and new tools.
|
|
|
|
TypeScript and JavaScript have steadily evolved over the last years, and some of the habits we built over the last decades have become obsolete. Some might never have been meaningful. Here's a list of 10 habits that we all should break.
|
|
|
|
The story of adopting the Elm language in Rakuten. The lessons we learned, likes and dislikes.
|
|
|
|
You probably heard already people complaining about the React Context API not being meant to be used as a state management alternative. This article provides some definitive answers and clarification on the purpose and use cases for Context and Redux.
|
|
|
|