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.
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.
Book of the week
PHP and MySQL Web Development (5th Edition) (Developer's Library)
by Luke Welling
PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications