Tutorials


Getting Started with AWS S3 IAM Policies Security Config for Rails Apps
Storing files on S3 is for many developers, the first contact with AWS cloud. Unfortunately, the “quick and easy” configuration can be insecure. If you are uploading files to an S3 bucket but never configured a custom AWS IAM policy it’s possible ...





Three Awesome Libraries to Assess Code Quality in Ruby
As part of our Rails upgrade business we get to evaluate a lot of codebases every month. We usually need a quick way to assess the quality of the code we get. For this we like to use CodeClimate and SimpleCov.CodeClimate is free for open source pr...

Building and Consuming a JSON API with Rails and React
To create a new project with rails, we need to use the rails new command with the project name at the end.We could also add some additional options. In this case, we will use --database=postgresql to use PostgreSQL as our database, --skip-turbolin...
