Talks:
"Nodebots: An intro to JavaScript robotics" by <a>Steven de Salas</a>
Steven got his first computer at 8 years of age, and has been coding ever since. He now creates interfaces and automations that make everyday tasks simpler and more enjoyable. He likes hackathons and tinkering with robots in his spare time, when he is not playing supervillan to his 3-year old twin superheros.
"Maintainable CSS using TypeStyle" by Basarat Ali Syed
Having your CSS co-located with your UI code provides the same sort of advantages in refactor ability and maintainability that React provides for DOM using JSX. TypeStyle allows you to do that with the additional safety of TypeScript.
In this session we will cover core CSS concepts like CSS Properties, media queries, keyframes, pseduo-states and show how they can be represented in your JavaScript code using TypeStyle.
lighting talks:
“Accessing USB-HID devices from Node” by Andrey Sidorov
“Scraping live data from production and using in dev environment” by Marcel Gleeson