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, »
I was stuck on an issue with Serializers in Django Rest Framework for almost 7 hours yesterday. The docs are not very helpful sometimes, so I »
The tech world is always ablaze with buzzwords, and GraphQL has been picking up steam. Introduced in February 2015 by Facebook, at first I didn't quite »
Intro As we venture further and further into to the beautiful world of containers that all are completely stateless and autoscale as required and share the »
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 »
Before developing Traintracks, a big part of our team were working with behavioral engineering and big data consulting. We worked for big companies doing everything from »
In the previous article Safeguarding your deployments with packer we explained in theory how we can use Packer to achieve immutable server configurations. At Traintracks, we »