Online Conference: Designing for the Internet of Things

By  on  

Online Conference: Designing for the Internet of Things

Getting away to conferences can be difficult: travel, booking a hotel, getting your employer to pay for it, and everything that goes with it.  I wanted to share with you that my amazing sponsor O'Reilly is offering a low-cost online conference:  Designing for the Internet of Things!

The fast-evolving Internet of Things presents unique, complex challenges for UX designers. To help you understand and surmount these challenges, we’ve gathered seven leading experts in IoT design for a daylong virtual conference addressing the crucial topics you need to know to create the next generation of products and services. You’ll learn about technological fundamentals of the IoT, industrial design, prototyping for connected products, designing with artificial intelligence, designing for failure, privacy and security considerations, and the UX design of devices that incorporate machine learning.

If you find getting away to a conference difficult and want the conference brought to you, or simply want to learn more about the popular Internet of Things topic, please check out this O'Reilly conference.  The internet isn't just about websites anymore -- be one to get ahead of the game and into the future of coding!

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
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

Incredible Demos

  • By
    PHP / MooTools 1.2 Accordion Helper

    The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem.

  • By
    dat.gui:  Exceptional JavaScript Interface Controller

    We all love trusted JavaScript frameworks like MooTools, jQuery, and Dojo, but there's a big push toward using focused micro-frameworks for smaller purposes. Of course, there are positives and negatives to using them.  Positives include smaller JS footprint (especially good for mobile) and less cruft, negatives...