Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.51 KB

script18.md

File metadata and controls

59 lines (41 loc) · 2.51 KB

The Journey to Full Time Open Source - Evan You

  • Slides not publicly available :(
  • Get over the hype cycle without slipping into depression / burnout
  • Evan started in his spare time developing Vue but then decided to quit Google for working full time

Tips for open source maintainers

  • Keep a healthy work life balance
  • Turn off notifications, create a schedule with task-blocks (issues, mails, ...)
  • Family first!

Radically Accessible Internet Applications - Marcy Sutton

  • Slides
  • Think about what will happen if you are suddenly disabled because of an accident?
  • Improve keyboard accessibility for your website / webapp
  • Focus management (tabbing into a nav)
  • Add aria- tags for screen readers
  • Test with VoiceOver (Apple built in)

Hop on the serverless adventure with NodeJS - Simona Cotin

  • Slides
  • Write node.js functions in Microsoft Azure
  • Pay per use / as you go
  • Consume them per REST calls
  • Easy deployment with VSCode Azure integration

Creating Augmented Reality Apps with Web Technology - Michaela Lehr

  • Slides
  • aframe.io for HTML-ish 3D scenes
  • aframe will "bridge" to native ARKit (Apple iOS) or ARCore (Android)
  • Difference between Augmented Reality and Virtual Reality

Cycle.js on pen and paper - Andre Staltz

  • No slides, there was live drawing ;)
  • Cycle.js

Next wave infrastructure - do far more with much less - Phil Hawksworth

  • Slides
  • Git-based deployment
  • Each deploy gets a unique URL (for comparing)
  • Deploy early, avoid surprises
  • Embrance the JAMstack
  • Netlify for deployment

Look mum, no hands! (Though-controlled devices) - Charlie Gerard