Skip to content
Logo Theodo

Articles from Nathan Gaberel

Optimizing for high availability in time of crisis

Nathan Gaberel9 min read

🚨 In a rush? Here are the shortcuts: Increase instance size Use autoscaling Deploy to multiple regions (active/active sites) Cache static assets Cache long-running…

Continue reading →

The Meetup Checklist

Nathan Gaberel6 min read

Three months ago, we organized our first meetup in London: the React Native London meetup.Fourty React Native developers showed up at our office to discuss the use of Redux alongside React Native and a whole lot of other things. Since then…

Continue reading →

Autoscaling with AWS

Nathan Gaberel12 min read

What is autoscaling? Do I need it? A good application should always be able to send responses to users' requests within reasonable delay. That's the whole point of application scaling. Most of the time the scaling process is predictable and happens over…

Continue reading →