Skip to content

Instantly share code, notes, and snippets.

@admhpr
Last active September 23, 2019 16:43
Show Gist options
  • Save admhpr/472d1a2a9967880366886b62b050958b to your computer and use it in GitHub Desktop.
Save admhpr/472d1a2a9967880366886b62b050958b to your computer and use it in GitHub Desktop.

image

TimeDurationSpeakerActivity
08:001 hour--Registration & Breakfast
09:0025 minsAysegul YonetThe future of user interaction: Mixed reality, AI and IoT
09:3025 minsZdenek HynekQuick and easy way to add AI to your CV
10:0025 minsDavid Gonzalez12 Factor Javascript Apps on Kubernetes
10:3025 minsChristopher LaughlinProtecting your npm dependencies
10:5515 mins--Coffee Break
11:1025 minsCristina BernardisJS codeshift, automated refactoring
11:4025 minsWassim CheghamThe state of Angular tooling
12:1025 minsGavin JoyceThe evolution of Ember.js at Intercom
12:3545 mins--Lunch Break
13:2025 minsPaul SweeneyHow to write a bundler
13:5025 minsKathleen McMahonAccessibility-flavored React Components Make Your Design System Delicious!
14:2025 minsRoy DerksFrom REST to GraphQL: Wrapping Existing APIs in a Single Endpoint
14:4515 mins--Coffee Break
15:0025 minsDaniel JimenezTwo years developing with Vue. Distilled
15:3025 minsM4dzA State Of WebAssembly: The Browser is now a real VM
16:0025 minsChristoffer NoringServerless, cloud-native JS functions that scales with you without hurting your wallet
16:255 mins--Closing Remarks
16:304 hours--After Party at Cafe en Seine

speakers

The future of user interaction: Mixed reality, AI and IoT

Highlights:

  • The future of UI/UX design is immersive
  • AR/VR will assist people in the workplace

slides

Quick and easy way to add AI to your CV

Highlights:

image

Reimagine the game

  • You don't need to be an expert to try Machine Learning
  • There a many libraries that facilitate ML in JS MLS.js, Tensorflow.js
  • Leverage transfer learning

(this one was really funny and well delivered, got the crowd going)

12 Factor Javascript Apps on Kubernetes

Highlights:

  • There needs to be a better standard for DevOps
  • 12 factor apps is still relevant today

"Better to sharpen the axe 100 times than hit the tree 100 times"

12 factor principles in Node

Protecting your npm dependencies

Highlights:

"With NPM upgrades, it's not just patches you get for free, sometimes you get malware too."

  • Use NPM audit
  • Use a lock file to lock down dependencies
  • Check your versions
  • Don't trust any package and be aware of malicious actors (potentially new maintainers)
  • You wouldn't install/use a JS module you got in an email
  • The speaker set up loads of notifications to let him know about out of date packages but didn't do much about it which was funny

sides

JS codeshift, automated refactoring

  • Introduction to the JavaScript AST (abstract syntax tree)
  • Introduction to JS codeshift
  • This seemed like a very powerful tool for major refactors across a large codebase

The state of Angular tooling

Highlights:

  • Angular has a ton of tooling and features
  • Much of which is close to the other JS frameworks
  • The IVY compiler is going to drastically improve Angular performance

slides

The evolution of Ember.js at Intercom

Highlights:

  • Ember has proven to a powerful and useful framework at Intercom
  • Intercom has seen rapid growth over the last number of years
  • Introduction to Intercom product principles which has a lot in common with Embers principles (may help with our Dev Charter)
  • The speaker live deployed to production during the talk which was awesome and caused a lot of nervous laughter

How to write a bundler

Highlights:

  • Bundlers don't have to be mystery boxes
  • You can write a simple bundler with not that much code
  • source

slides

Accessibility-flavored React Components

Highlights:

  • We have a responsibily to make components that are accessible and easy to configure for other developers
  • Components can have accessibility baked in
  • ARIA attributes can be used throughout components
  • Storybook 5 has doc blocks built in

slides

From REST to GraphQL: Wrapping Existing APIs in a Single Endpoint

Highlights:

  • A GraphQl server can wrap an existing REST API
  • Provides a cleaner response for object relationships
  • Auth can added easily
  • mockable.io can be used to mock an existing API
  • GraphQl playground
  • demo

Two years developing with Vue. Distilled

Highlights:

  • Speaker had updated an app from Angular.js
  • We have been using a lot of best practices already in a3dphoenix
  • Vue has proven to be a good choice
  • Would be good to dig into these slides soon as there is a lot of good information

slides

A State Of WebAssembly: The Browser is now a real VM

Highlights:

"In 2019 we are not developing websites anymore but we are building apps. To run on our phones. And things are so big and complex that we need VMs. And we need to compile our apps to run on those VM"

  • WebAssembly is 4 times faster that JS
  • The tooling is still a little raw but is getting better quickly
  • Rust is a good language to boil down to WASM
  • WASM is starting to have wider support in browsers
  • WASM will allow many different developers to write for the Web

slides

Serverless, cloud-native JS functions that scales with you without hurting your wallet

Highlights:

After Party at Cafe en Seine

Highlights:

  • The Guinness in Dublin is delicious!
  • Somtimes if you say you are Vegan you get more food

image image image image image image image image image image image image image image image image image image image image image image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment