Revisiting Rails

By Adam Hawkins, IOD Expert
Earlier this year, I decided to build an SaaS MVP. My goal was simple: achieve MVP quickly. I considered using Rails instead of my standard approach. I wagered that Rails’ focus on rapid development outweighed the negative architectural trade-offs. Plus, I figured it would be worth it to experiment and give Rails another try after years away. I eschewed my concerns and set out to build the MVP.
(more…)

Continue ReadingRevisiting Rails

How Freelancing May Be a Cure for Snoring

By Ofer Prossner, VP Operations, IOD
My wife and I recently celebrated four years of marriage (seven years of being together.) I can honestly say that those seven years have been the best of my life. There were ups and downs, certainly; we sometimes fight as any couple does. That said, we are still very much in love and we both enjoy spending time with the other.
But there has been one issue that has literally kept my wife awake at nights; one I am to blame for: I snore. I am quite the snorer, apparently. I can’t hear my own snoring, but there was one time I woke up from what sounded like an explosion outside and asked my wife if she heard the explosion sound, too. Her response came with a sigh, “No, that was you snoring.”
(more…)

Continue ReadingHow Freelancing May Be a Cure for Snoring

From Django to React: How to Write Frontend if You Are a Backend Developer

By Jorge Galvis, IOD Expert

Backend developers in a web application project are in charge of the components that users don’t see (database connections, cache systems, performance, security, and transactions, among others). Chances are that a backend may end up writing a bit of code for client apps, too: because of the lack of available JavaScript developers at any given moment, perhaps, or because a manager wants all features to be completed by one developer. Whatever the reason, when a backend programmer has to write frontend code, it causes a bit of frustration. Usually they don’t like to write styling (CSS), nor markups (HTML), and they probably don’t like JavaScript at all.

(more…)

Continue ReadingFrom Django to React: How to Write Frontend if You Are a Backend Developer