June: D3.js/WebGL visualisation & Vue.js SFCs


Details
#1: Aircraft analytics in the browser using D3, WebGL, & Python
Speaker: Joni Pelham
Summary: Combining Python and Javascript we can create repeatable analytical workflows to assist engineers in making decisions about aircraft design. Focussing on the engineering uses and balancing the amount of infrastructure required with the power of the visualisation we want to use. Minimal working example shown using python to perform analytics, javascript to generate visualisations, and flask to host it.
#2: Building complex interfaces with Vue.js Single File Components
Speaker: Michael Nacos
Summary: Vue.js Single File Components (SFCs) allow developers to group all html, javascript and css code required for a component into a single file, which can then be imported and re-used in a hierarchy of components. We'll look at tools which support development with SFCs and explore ways of bringing these components together to build rich user interfaces.

June: D3.js/WebGL visualisation & Vue.js SFCs