O’Reilly Velocity Conference – Santa Clara

By  on  

Velocity Conference
My favorite front-end conference has always been O'Reilly's Velocity Conference because the conference series has focused on one of the most undervalued parts of client side coding:  speed.  So often we're so excited that our JavaScript works that we forget that speed, efficiency, and performance are just as important.

This year Velocity is broadening its scope to business:

You'll still find plenty of hard-core web operations and performance sessions at the conference. But the web-centric innovation sparked by the Velocity community has forever changed business-as-usual. So we're broadening the scope of Velocity in Santa Clara to include the essentials of "Building a faster, stronger business."

So now O'Reilly is adding another oft-ignored facet of development to Velocity:  business.  There's no other conference like it.

Save 20% with AFF20

If you want to save 20% on Velocity Conference in Santa Clara, CA on May 27-29, 2015, click here and use code AFF20!

Recent Features

Incredible Demos

  • By
    CSS Sprites

    The idea of CSS sprites is pretty genius. For those of you who don't know the idea of a sprite, a sprite is basically multiple graphics compiled into one image. The advantages of using sprites are: Fewer images for the browser to download, which means...

  • By
    Elegant Overflow with CSS Ellipsis

    Overflow with text is always a big issue, especially in a programmatic environment. There's always only so much space but variable content to add into that space. I was recently working on a table for displaying user information and noticed that longer strings were...

Discussion

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