Tutorials





Deploying a Rails 5.2 PostgreSQL app on AWS Elastic Beanstalk
It’s official, having used Heroku for all my Rails projects so far spoiled me rotten. After receiving some AWS credits thanks to a pitch competition, I decided to deploy my latest project on Elastic Beanstalk (AWS’ Heroku competitor), and all I ha...





Ruby metaprogramming for beginners → Elixir-like specs
Erlang and hence Elixir are dynamically typed languages. They both have extended abilities to type check in compile time using typespecs. Here are an introduction and more detailed documentation.Basically one might declare the specification of the...