A First Look at Seamless-Immutable in TodoMVC
When actions are triggered in Redux, a reducer is run that takes the previous state and an action, and returns the next state, like so: (previousState, »
When actions are triggered in Redux, a reducer is run that takes the previous state and an action, and returns the next state, like so: (previousState, »
As I wrote in a previous blog post, immutability is an important concept that can bring many benefits to development. In fact, it's been embraced by »
Alan Perlis (1922 – 1990), widely regarded to have been one of the founding fathers of Computer Science, once said: "It is better to have 100 functions »
If Plato was a data scientist, he'd have a lot to complain about. In his classic masterpiece "The Republic", Plato writes about a group of prisoners »
Every year, we've seen the same SaaS analytics startup get funded by the same VCs over and over again. "X startup raises Y capital from Z »
It's been 20 years since the phrase "Internet of Things" was coined -- yet the industry hasn't quite lived up to its prophesied potential. IoT darling »
Postgres, Kafka, and Bitcoin. These three technologies on the surface couldn't look any more different. Postgres is developers' go-to object-relational database these days, while Kafka is »