O’Reilly Fluent Conf – San Francisco – 20% Discount

By  on  

Fluent: Spotlighting the Crucial Tools and Technologies of the Web

The Web is undergoing countless transformations as new ways of interacting with it emerge, and keeping up with the sheer volume of new and changing web development tools and practices is a challenge for anyone working in the field.

Fluent is the only conference that covers every major (and emerging) web technology and tool of the web stack: JavaScript, HTML5, CSS, React, Angular, containers, Docker, and many others. Learn about UX design, engineering best practices, and the newest libraries from over 75 of the leading experts and innovators in every facet of the web platform.

At Fluent, you'll find the perfect convergence of speakers, topics, and focus on the technologies that matter most to your work. You'll interact with hundreds of your fellow web professionals who are facing (and conquering) the same problems you face every day. This year we're offering more professional training, deep content for advanced engineers, and more networking opportunities than ever. Make plans to join us at Fluent, happening March 7-10, 2016 at the San Francisco Marriott Marquis.

Highlights for 2016

  • More 2-day training courses: Get hands-on, in-depth education on critical web development topics including Node.js, Redux and React, CSS, the mobile web, ES6 and Async, and website planning and design. In order to maintain a high level of learning and instructor interaction, each training is limited to 35 attendees.
  • The 2016 Web Platform Awards: Nominations are now being accepted to recognize exceptional individual contributors in the development of the Web ecosystem.

20% Discount with PC20DWALSH

See how all the pieces fit together, and learn how to compare tools and frameworks so you can choose the best one for the job. Register with code PC20DWALSH and save 20% on any pass.

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
    9 More Mind-Blowing WebGL Demos

    With Firefox OS, asm.js, and the push for browser performance improvements, canvas and WebGL technologies are opening a world of possibilities.  I featured 9 Mind-Blowing Canvas Demos and then took it up a level with 9 Mind-Blowing WebGL Demos, but I want to outdo...

Incredible Demos

  • By
    Fading Links Using jQuery:  dwFadingLinks

    UPDATE: The jQuery website was down today which caused some issues with my example. I've made everything local and now the example works. Earlier this week, I posted a MooTools script that faded links to and from a color during the mouseover and mouseout events.

  • By
    Duplicate the jQuery Homepage Tooltips

    The jQuery homepage has a pretty suave tooltip-like effect as seen below: The amount of jQuery required to duplicate this effect is next to nothing;  in fact, there's more CSS than there is jQuery code!  Let's explore how we can duplicate jQuery's tooltip effect. The HTML The overall...

Discussion

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