Collect UI | |
Daily inspiration collected from daily UI archive and beyond. Based on Dribbble shots, hand picked, updating daily. | |
Codeology | |
Create webgl ascii art from code repos from github. |
Github Issue and PR templates | |
Github now supports issue templates via a markdown file called issue_template.md in the root or .github/ folder of your repo. | |
Hoist | |
Microservices platform that talks to APIs, in the same area as IFTTT. |
Hanami | |
Modern web framework for Ruby. | |
The Xing Framework | |
Rails API & Angular. Simplified. | |
sucker_punch | |
Yet another ruby backgorund job processing library with concurrent-ruby. | |
yagni_json_encoder | |
Faster JSON encoding for Rails | |
Owners | |
States ownership of your codebase. | |
lazy_global_record | |
Lazy loading of 'interesting' ActiveRecord model id's, thread-safely and with easy cache reset in testing. | |
SmarfDoc | |
Turn controller tests into API docs. | |
RDBL | |
A simple script to help design Readable-First responsive layouts. | |
Go 1.6 | |
Another major version for Golang, especially introducing http2 support and some improvement in templates parsing. | |
mitmproxy | |
Version 0.16 now with HTTP2 support. |
Ruby Threads and ActiveRecord Connections | feb 14 |
Divide the work amongst threads for fast processing of massive amount of queries. | |
Chaos Engineering 101 | feb 14 |
Improving resilience by injecting failures in the engineering blueprint. | |
Exploring MRI Source Code | feb 16 |
One way to dig deep into Ruby internals is by reading the source code that makes it work. | |
Active Support Improvements in Rails 5 | feb 17 |
More datetime helpers, ArrayInquirer, and many more. | |
An Introduction to Reasonably Pure Functional Programming | feb 17 |
Because the results of pure functions are cacheable we can memoize them so expensive operations are only performed the first time the functions are called. | |
Sliding Panels Template | feb 17 |
A simple portfolio template, with project preview images that slide out to reveal the selected project. | |
Making a Simple Image Resizing/Optimizing Service in Automator | feb 17 |
OS X's Automator turns out it's a pretty easy thing to do, at least in a limited way. | |
Stack Overflow: The Architecture - 2016 Edition | feb 17 |
Every few years Stackoverflow retrospects on its architecture. Here is the most recent report. | |
Is Ruby 2.3 Faster? Immutable (Frozen) String Literals Performance | feb 18 |
Explain why immutable string does not improve performance in Ruby. | |
A brief tour of Nokogiri decorators | feb 18 |
Conditionally add methods to Nokogiri nodes attached to a particular document tree. | |
Cleaning House after Internet Explorer | feb 18 |
The new year started great for front-end development. On January 12th, Microsoft ended support for old versions of Internet Explorer. | |
An Introduction to APIs with Phoenix | feb 18 |
Build a restful API with Phoenix and compare it to a Ruby on Rails API. | |
A Quick Overview of object-fit and object-position | feb 19 |
object-fit and object-position provide control over the content inside an img or a video. | |
A Skeleton Key of Unknown Strength | feb 20 |
The glibc DNS bug (CVE-2015-7547) is unusually bad. | |
Containers: Everyone Else is Doing Them Wrong | feb 21 |
The recent CVE-2015-7547 vulnerability in glibc exposed a common antipattern in container management. Here's what you can do to avoid it. | |
Private classes in Ruby | feb 22 |
Use private_constant to make your class private. |
This week I checked out The radical plan to destroy time zones, which proposes to adopt UTC worldwide. It goes even further in proposing a change in our calendar for adopting the Hanke-Henry Permanent Calendar. It's not the first time people propose change in our western gregorian calendar system (which is almost 500 yearsold), but it's quite not easy to get anything adopted. Still, we developers consider Timezones as one of our nightmares. When we get to our senses we put everything we can in UTC, but there is always the need to get time 'local' at some point. I have honestly little hope that UTC become the worldwide standard, but, hey, we always can dream, right?