makandra dev
github.com

The Bullet gem is designed to help you increase your application's performance by reducing the number of queries it...

techblog.livingsocial.com

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...

github.com

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...

mjt.me.uk

...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...

gist.github.com

A nice bookmarklet to analyze how many watchers have been registered on the current page. Good for keeping an eye...

nicksda.apotomo.de

It's like Paperclip or CarrierWave, but without any automagic integration.

doubleyourfreelancing.com

How you can unknowingly screw your client's business when all you think about is closing the next user story...

makandra dev
stackoverflow.com

So you erased a whole day's work? There is hope! The linked article tells how to recover from an...

material.angularjs.org

...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...

github.com

jQuery plugin that makes it easy to dynamically add and remove records when using ActiveRecord's nested attributes.

dev.housetrip.com

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...

visualpharm.com

Icons Sizes for Windows, MacOS X, iOS, Android and Linux. It's a mess...

makandra dev
github.com

...Coffeescript classes. Other than most homegrown approaches, this one allows you to keep using super...

divshot.com

...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...

kumailht.com

...area they occupy. This is different from media queries which always refer to the screen width, not the element's width...

gaslight.co

...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...

hagenburger.net

...with all of Nico's choices, but I applaud his approach to compile a simple and short list of rules...

makandra dev
github.com

Extends the Chrome WebInspector so you can debug AngularJS applications and hunt down performance issues. It's really, really good...

weblog.rubyonrails.org

Rails 4.0 is finally ready after a thorough process of betas and release candidates. It's an amazing new version...

igvita.com

About Chrome's network stack and optimizations to load web pages faster...

prismjs.com

...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...

rubysource.com

Let’s take a look at what you need to do to get your app ready for Rails 4.

davidwalsh.name

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...

blog.pivotal.io

...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...