The Bullet gem is designed to help you increase your application's performance by reducing the number of queries it...
Clever hack using data-attributes to assign labels to cells. It's still a massive duplication of code (labels), but better and more lightweight than most solutions I've seen...
...for this surprisingly tricky problem...
Want to find that repo you've starred some time ago again? Here's where to search for it. An alternative way to browse and search through your starred repos...
...is Astral, where you'll see the Readme for each repo in a split screen...
...because everyone's used to dealing with addresses and 99% of the time they seem so simple. Below are some incorrect assumptions I've seen made, or made myself, or...
A nice bookmarklet to analyze how many watchers have been registered on the current page. Good for keeping an eye...
It's like Paperclip or CarrierWave, but without any automagic integration.
How you can unknowingly screw your client's business when all you think about is closing the next user story...
So you erased a whole day's work? There is hope! The linked article tells how to recover from an...
...to the Polymer project's paper elements collection. Our goal is to provide a set of AngularJS-native UI elements that implement the material design system...
jQuery plugin that makes it easy to dynamically add and remove records when using ActiveRecord's nested attributes.
Introducing Trailer from HouseTrip, a simple menu bar app that helps you manage your GitHub pull requests. It’s one feature we felt was lacking from our workflow...
Icons Sizes for Windows, MacOS X, iOS, Android and Linux. It's a mess...
...Coffeescript classes. Other than most homegrown approaches, this one allows you to keep using super...
...Angular 1.2, currently in release candidate form, provides an overhaul of Angular's animation system and makes it spectacularly easy to bring your interface to life...
...area they occupy. This is different from media queries which always refer to the screen width, not the element's width...
...projects with a Rails backend. It’s been a great experience. I wanted to share a few things we learned that we hope are helpful to others building Angular on...
...with all of Nico's choices, but I applaud his approach to compile a simple and short list of rules...
Extends the Chrome WebInspector so you can debug AngularJS applications and hunt down performance issues. It's really, really good...
Rails 4.0 is finally ready after a thorough process of betas and release candidates. It's an amazing new version...
About Chrome's network stack and optimizations to load web pages faster...
...new lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s a spin-off from Dabblet and is tested there daily by thousands...
Let’s take a look at what you need to do to get your app ready for Rails 4.
David Walsh from Mozilla shows how to fire 'DOM changed' events from CSS. No need for JS to observe DOM mutation events or check the DOM manually – simply put: no...
...track of where you actually are in your code? No problem: Calling "l=" will show you the current file and line. That's a lower-case L and an equals...
"where" (or "backtrace") will give you the debugger call stack, including current file and line as well. It can be quite long...