north2 | |
Creative digital studio with a very colorful website. |
Snapcraft | |
Build universal Linux packages. |
Lite Cable | |
Lightweight ActionCable implementation. | |
Blazer | |
Visualize SQL into charts or dashboards. | |
Spreadsheet Architect | |
A lib to create XLSX, ODS, or CSV spreadsheets from ActiveRecord relations, Ruby classes, or predefined data. | |
Percona Migrator | |
Percona's pt-online-schema-change runner for ActiveRecord migrations. | |
letsencrypt_heroku | |
CLI tool to automate SSL certificate setup and renewal for letsencrypt and rails (or any other rack based application). |
JQuery-Free Rails and Legacy Browsers | jan 30 |
The one major drawback to eliminating JQuery is that UJS will no longer support older browsers as well as it used to. | |
ROM 3.0 Released | jan 30 |
The biggest highlight are new features in rom-sql and rom-repository. | |
Two screencasts, two ways to eradicate Ruby nil values | jan 31 |
nil values are the worst They crop up where you didn’t expect them. | |
How Etsy Manages HTTPS and SSL Certificates for Custom Domains on Pattern | jan 31 |
Challenges you run into when building a system designed to serve HTTPS traffic for hundreds of thousands of domains. | |
Object ID in MRI | feb 1 |
We can use the address of an object to calculate the arena (or page) in to which the object was allocated. | |
Using Git Hooks in Your Development Workflow | feb 1 |
Learn how to use git hooks to enhance your development workflow. | |
Our Postgres Infrastructure | feb 1 |
It's been a lot of fun scaling up Honeybadger and making the infrastructure more resilient to failure. | |
Handle Massive Traffic Using Scriptable Load Balancers | feb 2 |
How shopify handles heavy spikes with nginx + Lua scripting. | |
Intro to Vue.js: Animations | feb 3 |
An overview of the basics to get you up and running so you can get to know Vue.js. | |
POST != Create and PUT != Update | feb 5 |
Just be aware that PUT is not synonym for PATCH just because Rails behaves this way. |