Talks
Events

All The Talks 2020 - JavaScript

Talks

Mobile Development with Ionic, React Native, and JHipster

Mobile development offers a lot of options. To develop native apps, you can use Java or Kotlin on Android. On iOS, you can use Objective C or Swift. There are other options, too. You can build hybrid mobile apps and Progressive Web Apps (PWAs). Hy...

Matt Raible

Ionic

JavaScript

React Native

Rediscovering JavaScript

Based on the book with the same title as this talk, this presentation will explore the modern features of JavaScript that make this a pleasant language to use. Come to this presentation to get a quick jumpstart on the elegant capabilities from pas...

Venkat Subramaniam

JavaScript

New Async Javascript error handling

Writing try/catch blocks are not fun. What if we could implement in Javascript error handling the Golang-way and save a couple of lines while making the code more readable? Also, what happened to my async function stack trace? Learn about some int...

Jorge Marin

JavaScript

Supercharge your JavaScript with Web Assembly

Browser and Web APIs along with JavaScript have seen an incredible amount of development and enhancement over the past decade, however they still have certain limitations. With the rise of Web Assembly we can very easily enhance JavaScript and giv...

Tamas Piros

JavaScript

WebAssembly

GraphQL fantastic four

GraphQL is much more than an efficient way of fetching data from the client side! I want to shed light on 4 use-cases of interesting GraphQL usage along with the problems that they can help you solve. - Using GraphQL for local application sta...

Charly POLY

GraphQL

JavaScript

Managing feature flags in a 280K line JS codebase

Our React/Redux JavaScript applications have around 280K lines of code and more active feature flags at any given moment than we have fingers and toes, with new ones being added and old ones being removed every week. We’ve experimented with se...

David Burrowes

JavaScript

React

Redux

Vue.js: power and flexibility

Vue.js is described as a "progressive web framework" - this means you can get started easily for building browser based web applications, then add in advanced features of the framework as your app grows in time. In this session, we'll start with t...

Pratik Patel

JavaScript

Vue.js

Nothing Generic About It: Advanced Typescript

Nothing Generic About It: Advanced Typescript Even in vanilla JavaScript we’re used to the idea of basic types. Ints, strings, booleans, objects, and arrays are all things we all learned within the first few months of writing code. But what ha...

Matthew Gerstman

JavaScript

TypeScript

Portals - A visual window for seamless cross-site experience

Portals is a new API developed by the Chrome team that allows you to build a seemless, cross-site experience for your web apps. Whether it is a multi-page web app or an experience that involves more than a single domain/website, Portals can help y...

Mohammed Ahsan Ayaz

JavaScript

Real World Applications with Angular & Firebase

See how complex Angular projects become more powerful with Firebase advanced features. Idan Cohen UI enthusiast for over a decade, and an Angular lover for a century. Now getting my hands dirty at UVeye - an Automotive startup from Tel Aviv.

Idan Cohen

Angular

Firebase

JavaScript

Event-Driven JavaScript Across the Stack

Web, server side, systems programming, animation, art, physics—name a topic and I bet there’s a flourishing JavaScript community around it. JavaScript is a lingua franca for developers across the stack, making it a melting pot that begets innovati...

Andrew Roberts

JavaScript