BLOG POSTS

How To Use Neo4j With Rails
2017-09-12 ByFederico Ramallo
This data model allows you to avoid performance issues when you need to join multiple tables. Instead of rows you can use a more expressive and natural data model. Also the queries are faster to execute and easier to build on complex data relationshi...

How to build a Minimum Viable Product for iOS and android
2016-07-12 ByFederico Ramallo
Building a MVP mobile app is challenging. First, there is the approval process to publish and update the app on the stores. Second, you have to build two applications or build for one platform. And that's a tough call.

Building a software engineer team
2016-06-27 ByFederico Ramallo
Usually people ask me about a technical co-founder and how to launch their MVP. Then the next question they ask me is how to grow their engineer team.

Benefits of WordPress + Docker in a production environment + troubleshooting guide.
2016-05-13 ByFederico Ramallo
We love Rails, but WordPress provides a robust solution for our blogging needs. And lately, we have been experimenting with Docker + WordPress.