Kickstart Kyle Simpson

By  on  
Kyle Simpson getify

If you didn't already know, I'm a massive fan of Kyle Simpson, also known as @getify.  He's one of those JavaScript legends you don't hear nearly enough about.  He's a pioneer of JavaScript loaders and all around JavaScript badass.  He recently did a series of guest posts for me, centered around JavaScript objects, prototypes, and inheritance:

His posts got loads of attention, feedback, and praise, and that can be nailed down to one reason:  Kyle knows his shit.  Like...he's really, really good.  Like...if he were a doctor, he could do that can't-breathe-poke-a-hole-in-their-neck-with-a-hollow-pen-casing thing. Anyways, Kyle has started a You Don't Know JS Kickstarter project in which he'll create a series of awesome JavaScript books.  Let him explain:

"You Don't Know JS" is an exploration of the mysterious, confusing, complex, and controversial parts of JavaScript.

If you write JavaScript for your primary job, odds are, you're pretty good at it. But honestly, how well do you really know the language? Most of us, myself included, spend years writing JS and never really going beyond a surface understanding. And then we blame our WTF moments on "the bad parts".

This book series will examine the things that trip up or confound even the most seasoned of JS devs. And I was one of them until (recently) I spent enough time poking at the tough parts to understand them. Now I want to help others see the light, too.

What if you could really deeply know how JS works? Would that change how you view the language? I think so. Really, I do. A big part of why I love JS is that I finally "get it".

If you liked his awesome JS Objects posts, consider backing his Kickstarter.  You're guaranteed to learn a lot and every bit helps toward making his books a reality!

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    From Webcam to Animated GIF: the Secret Behind chat.meatspac.es!

    My team mate Edna Piranha is not only an awesome hacker; she's also a fantastic philosopher! Communication and online interactions is a subject that has kept her mind busy for a long time, and it has also resulted in a bunch of interesting experimental projects...

Incredible Demos

  • By
    Simple Image Lazy Load and Fade

    One of the quickest and easiest website performance optimizations is decreasing image loading.  That means a variety of things, including minifying images with tools like ImageOptim and TinyPNG, using data URIs and sprites, and lazy loading images.  It's a bit jarring when you're lazy loading images and they just...

  • By
    Spoiler Prevention with CSS Filters

    No one likes a spoiler.  Whether it be an image from an upcoming film or the result of a football match you DVR'd, sometimes you just don't want to know.  As a possible provider of spoiler content, some sites may choose to warn users ahead...

Discussion

  1. Kickstarted !

  2. Thanks for all the support from you readers of this blog! I just announced that we’ll also be building a JS trivia game as part of “You Don’t Know JS” series. There are reward levels that will let you literally get into the game!

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!