Latest Articles

Major Features in Rails 6.0
rails

Major Features in Rails 6.0

List of changes in Rails 6.0, and how to start using them

Rails Performance Monitoring Tools Compared
rails

Rails Performance Monitoring Tools Compared

Which tools should you use, to identify performance issues in a Rails Application

Delayed Job as a rake task
rails

Delayed Job as a rake task

Running delayed job on-demand with a rake task and Heroku Scheduler

shorts

View All
Tmux Cheatsheet
shorts

Tmux Cheatsheet

Tmux allows you to run multiple terminal sessions in a single terminal window or a remote terminal, and allows you to split panes, switch windows and much more.

Ruby one-liner server
shorts

Ruby one-liner server

To quickly serve static files in a local development machine, we have used the handy python one-liner to run SimpleHTTPServer. There is a ruby equivalent baked into the ruby standard library.

engineering

View All
SSH Tunnels - How to, with examples
engineering

SSH Tunnels - How to, with examples

SSH is secure shell, but its name is very misleading. In this post, lets see how it can be used for port forwarding between servers.

Serverless GraphQL with Ruby and AWS Lambda
engineering

Serverless GraphQL with Ruby and AWS Lambda

How to run GraphQL Ruby in AWS Lambda.

GraphQL API with Sinatra web framework
engineering

GraphQL API with Sinatra web framework

How to create a GraphQL server using the Sinatra framework in Ruby.