Vermont | |
Nice site from a Czech marketing firm. |
All Ruby Books | |
A great collection of ruby books. | |
Top Pens of 2016 on CodePen | |
100 top pens. | |
Big List of Naughty Strings | |
List of strings which have a high probability of causing issues when used as user-input data. | |
Webminal | |
Learn and Practise Linux online. |
Google Assistant Ruby | |
Write Google Assistant actions in Ruby. | |
Gitscout | |
Gitscout is a beautiful GitHub Issues experience for macOS | |
LicenseFinder | |
Find licenses for your project's dependencies. |
Part 1: Mock microservices to speedup development | jan 16 |
In order to tests integrations, we generally mock external services. | |
Is Ruby dead? Hell no! - Analyzing RubyGems stats for 2016 | jan 17 |
Rails downloads are still increasing. | |
Caching at Reddit | jan 17 |
How Reddit monitor, tune, and scale our memcached infrastructure. | |
Ruby's Mysterious Triple Equals Operator, a.k.a. Case Equality Operator | jan 18 |
Instead of testing equality, it tests inclusion. | |
Rescue exceptions DSL for plain Ruby objects with Rails | jan 19 |
Rescue exceptions like Rails controllers. | |
Run a Local Rails Script on Heroku | jan 18 |
In this post, I’ll show you how to execute a long Ruby/Rails script in a remote Heroku environment. | |
Some universal code optimization rules | jan 19 |
From time to time I have advocated for design approaches which value consistency and ease of change over raw operations per second. | |
Short guide to awesome changelogs | jan 19 |
Usage of the git-changelog npm package. | |
How To Test Ruby CLI: The Setup | jan 20 |
One of the most difficult tasks I met during Hanami development is to write integration tests for the Command Line Interface (CLI). | |
Auto-reconnect for ActiveRecord connections | jan 20 |
Often we want to have more control over the reconnect strategy in order to give it more than one chance for the connection to recover. |