Public

169 bookmarks
Custom sorting
ECMAScript.next: arrow functions and method definitions
ECMAScript.next: arrow functions and method definitions
Follow-up blog post from 2013-08-11: “Callable entities in ECMAScript 6”. In JavaScript, one aspect of creating a function inside a method is difficult to get right: handling the special variable this. ECMAScript.next will make things easy by introducing two constructs: arrow functions and method definitions. This blog posts explains what they are and how they help.
·2ality.com·
ECMAScript.next: arrow functions and method definitions
Easing Functions Cheat Sheet
Easing Functions Cheat Sheet
Easing functions specify the speed of animation to make the movement more natural. Real objects don’t just move at a constant speed, and do not start and stop in an instant. This page helps you choose the right easing function.
·easings.net·
Easing Functions Cheat Sheet
Customize your IRB - Rake Routes
Customize your IRB - Rake Routes
You probably spend a lot of time in IRB (or the Rails console) but have you taken the time to customize it? Today we’ll take a look at the things
·rakeroutes.com·
Customize your IRB - Rake Routes