Tagged in

Engineering

Influitive Crafters
Influitive Crafters
The Crafters behind Influitive's Advocate Marketing Platform
More information
Followers
62
Elsewhere
More, on Medium

How much does your professor make?

At Influitive a great deal of our app dumps JSON data at certain endpoints; this data is then…


Don’t Use a Shared Connection on Full Stack Capybara Tests

A while back, Jose Valim posted a Gist on using a shared db connection for Capybara acceptance tests. Since Capybara loads your app up in a separate thread (which would use a different db connection) the theory here is that by…


Frozen State

This is a followup to my previous post about React with a Flux-y store

Sidenote: I am looking seriously into Redux, but haven’t made the move yet.

One thing I really enjoy is using freezer to directly modify the local data and having freezer update…