9 Reasons Why You Need an Immutable Database

9 Reasons Why You Need an Immutable Database

An immutable database means the data within it cannot be deleted or modified. There are numerous reasons why an immutable database is beneficial for you and this article explains some of those arguments. Martin Kleppmann, who is a serial entrepreneur and...
What’s the difference: JSON diff and patch

What’s the difference: JSON diff and patch

What will the distributed data environment in Web3 look like? How will we have a distributed network of data stores which allow updates and synchronizations? What is it that allows git to perform distributed operations on text so effectively? Is it possible to do the...
8 Reasons to version control your database

8 Reasons to version control your database

Version control is synonymous with software development. Most will automatically think of GitHub. Those superpowers gifted to software developers have made application builds quicker, more efficient, and more collaborative.  The database world has been slow to follow....
How to build a React backend with TerminusX

How to build a React backend with TerminusX

In this video tutorial, Cheuk shows you how to build a React backend for a simple content management system. The full tutorial with accompanying files can be found at: Why React? React is a very popular JavaScript library for building user interfaces. In the 2021...