Feb 18, 2012

"Go the Fuck Home"

Great Ignite talk.

Feb 16, 2012

Working Draft Revision 58

The latest Working Draft is up. It is a German news podcast for front-end development in which me and my friends talk about the latest hotness in front-end development. Check it ouf if you speak the language. And if not, you might find the links interesting. We are currently kicking around ideas about an English edition of the podcast. We’ll see what happens.

Feb 11, 2012

Stratus 2 is an awesome little @soundcloud project by @leemartin.

You can also see some short screencasts of it here.

Feb 4, 2012

Hacker News for Europe

This website was created out of a startups mailing list from London so it is supported by a community. I’m interested to see how it develops.

Feb 4, 2012

Why CoffeeScript Is The Shit by @sstephenson of @37signals

Sam explains very well why CoffeeScript is awesome. I want to use it now.

Feb 4, 2012

Scaling Your JavaScript Applications - a talk by @addy_osmani (video)

In this talk, I present an effective set of design patterns for small, medium and large-scale JavaScript applications. You’ll learn how to separate concerns, keep your application logic decoupled, build modules that can exist on their own or be dropped into other projects and scale your applications to minimize any breakage in the user experience.

A really good talk on how to scale your Javascript application. A lot of the work that Addy has done in writing is worked into this talk.

Feb 1, 2012

* { box-sizing: border-box } FTW by @paul_irish

This gives you the box model you want. Applies it to all elements. Turns out many browsers already use border-box for a lot of form elements (which is why inputs and textareas look diff at width:100%;) But applying this to all elements is safe and wise.

This is a great way to fix the box-model going forward. Man, I too hate that padding adds width!

Feb 1, 2012

Share.js

Here’s etherpad in 4 lines.

Boom.

Jan 31, 2012

Foundation — Episode 16 w/ Kevin Systrom founder of @instagram

After interning at Odeo and working at Google, Kevin Systrom founded Instagram, the popular photo sharing app for the iPhone.

Another one of Kevin Rose’s great Foundation interviews. I really enjoy the production value of the show as well as the stories of the guests.

Jan 31, 2012

Backbone.js 0.9

Backbone’s 0.9 series should be considered as a release candidate for an upcoming 1.0.

Jan 31, 2012

Codecademy Becomes A Platform

There’s no approval process involved in publishing a lesson — you write it, and Codecademy will give you a link that you can distribute as you wish. However, there will be a screening process that’ll determine which lessons Codecademy will feature on the site. In other words, users won’t be presented with lessons that aren’t any good, but if you want to create a lesson that’s applicable to a class you’re teaching, or to explain an internal company tool to coworkers, you can use Codecademy’s platform to do it.

I like this.

Jan 31, 2012
Jan 29, 2012

The video of @holman's talk How GitHub Uses GitHub to Build GitHub. #awesome

Our process is the anti-process: what’s the minimum overhead we can put up with to keep our code quality high, all while building features as quickly as possible? It’s not just features, either: faster development means happier developers.

I am in awe of how they work. In. Awe.

Jan 29, 2012

IcedCoffeeScript

IcedCoffeeScript (ICS) adds two new keywords: await and defer. These additions simply and powerfully streamline asynchronous control flow, both on the server and on the browser. Say goodbye to callback pyramids; say adios to massive code rewrites when synchronization requirements change slightly.

A drastic simplification of handling asynchronous code. Maybe yet the most compelling reason to switch to Coffeescript.

Jan 29, 2012
Navigate
« To the past Page 1 of 2
About
My name is Kahlil Lechelt and I blog at kahlil.co.
This is my link blog where I collect golden hyperlinks on subjects that I like.
Subscribe via RSS.