JavaScript: The Good Parts by Douglas Crockford

By  on  

Rarely do I ever command you to do something but I've watched this video three times now and I'm completely mesmerized by Douglas Crockford's tech talk, JavaScript: The Good Parts.  During this hour long talk, Douglas Crockford shares his insight about both the good and bad parts of the JavaScript language.  He covers the language's embarrassing misteps, its valuable hacks, and its powerful features.

I can't recommend this video enough.  It's funny, educational, and enlightening.  Even if you can only leave the audio on in the background, you must give this video a listen.  Crockford wrote a JavaScript book with the same title which I cannot speak for.

Once you've had a chance to listen, share your thoughts -- what are you favorite "good parts" of JavaScript? What really burns you about the language?

Recent Features

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

  • By
    Create a CSS Cube

    CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals.  Add animation and you've got something really neat.  Unfortunately each CSS cube tutorial I've read is a bit...

Incredible Demos

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

  • By
    Chris Coyier: Some Amazing Work on CodePen III

    I'm back! David asked me to rope up some of my favorite stuff on CodePen again, which I both love doing, and wince at the thought of having to pick so few favorites. I like a ton of stuff on...

Discussion

  1. Absolutely second this post – awesome tips and principles for balancing idealism and pragmatism in a language where both can leave you high and dry, scratching your head wondering what went wrong…

    You can’t possibly listen to Crockford and not learn something new. Don’t even try.

  2. Wow. I figured he would be telling me stuff that I already knew, but he keeps on revealing amazing amounts of information that will improve my code significantly.

    Just blew me away.

  3. errr…. I don’t see any link to the video, am I missing something?

  4. my bad, video did not show up the first time

  5. Really nice… I learn a lot of things… mostly in the Object part, I was missing over there… Thanks for post it!
    Cheers.

  6. No one laughs at Steve, and everyone chuckles with Doug. (No real value, I know, but JavaScript developers should watch this).

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