Chackathon |
![]() |
Scroll and reveal effect with elegant. |
Mavo |
![]() |
Turns HTML into a featureful web application. | |
Kolide |
![]() |
Make all infrastructure services like a queryable database. |
Polyfill |
![]() |
Polyfill implements newer Ruby features into older versions. | |
Obnoxious.css |
![]() |
Animations for the strong of heart, and weak of mind. | |
Structured-data-sniffer |
![]() |
A plugin for Chrome, Firefox and Opera browsers that detects and shows structured data embedded in web pages. | |
Cuckoo_filter |
![]() |
Pure Ruby cuckoo filter implementation. | |
Workbox |
![]() |
A collection of JavaScript libraries for progressive web apps. | |
Data-Pixels |
![]() |
Create pixel art programmatically. | |
Microtip |
![]() |
Css only lightweight tooltip library. |
SINATRA TWO POINT OH! |
may 15
![]() |
Major feature include compatibility with Rails 5. | |
How Etsy Ships Apps |
may 15
![]() |
Deploying code should be easy. It should happen often, and it should involve its engineers. | |
Fighting the Hydra of N+1 queries |
may 15
![]() |
We should prevent N+1 from the very beginning in our application’s test coverage. | |
Ruby Backend Performance Getting Started Guide |
may 17
![]() |
Always benchmarking. | |
User Facing State |
may 19
![]() |
All dynamic components of an application have a default user-facing state, and that state needs to be stored and updated as users interact with these components. | |
5 Pry Features Every Ruby Developer Should Know |
may 20
![]() |
Pry is much more than a tool for setting a breakpoint though. It is a great tool for exploring code interactively. | |
[S]OLID - Single Responsibility Principle by example |
may 20
![]() |
The general idea here is to have 3 reusable classes instead of 1 class with 4 responsibilities. |