O’Reilly Velocity Conference – New York
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.
The next Velocity event is coming up in New York, October 12-14. The best code speed conference is coming to one of the best cities in the world. Exciting stuff but what's better than an early registration and David Walsh Blog discount?!
20% Discount with 20DWalsh
Registration for Velocity New York is open! Register early for the best price on tickets and reserve your spot to learn all about web performance, DevOps, continuous delivery and more. Use code 20DWALSH
to save 20% in addition to best price!
If you follow me on Twitter, you know that I've been working on a super top secret mobile application using Appcelerator Titanium. The experience has been great: using JavaScript to create easy to write, easy to test, native mobile apps has been fun. My...
CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...
Flexbox was supposed to be the pot of gold at the long, long rainbow of insufficient CSS layout techniques. And the only disappointment I've experienced with flexbox is that browser vendors took so long to implement it. I can't also claim to have pushed flexbox's limits, but...
One device and app feature I've come to appreciate is the ability to change between light and dark modes. If you've ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result.