Restaurant Brands International owns three of the world’s most iconic restaurant brands – Tim Hortons, Burger King, and Popeyes. We are based in Miami and Toronto, and are working on a new React and Node stack to help tens of millions of users order food. Come meet us and preview our new apps!
Find out more here.
-
Lightning Talk: Using (Experimental) ES Modules in Node.js
Featuring Tierney Cyren
Node.js v12 just shipped, and with it a new experimental implementation of ECMAScript Modules (also known as ES Modules or ESM) in Node.js behind a flag. In this talk, Tierney will share an overview of what’s new, go into a lightweight example of ES Modules in Node.js, and take a peek at the...
javascript es-modules nodejs -
An Introduction to Static Web Apps with JAMStack
Featuring Christina Yu
This past year my team at PayPal began looking at how we could radically improve our developer experience and deliver high-quality applications faster. We landed on an approach we call “static apps” that removes our heavy node layer and replaces it with static markup and JS on a CDN. All of the...
web gatsbyjs jamstack api javascript graphql -
Bringing Back Dial-up: The Internet Over SMS
Featuring Alexandra Sunderland
Travelling to FullStack in NYC from another country? You probably had to pay an arm and a leg for a data roaming package on your phone. But there’s a better way! What if Alexandra told you that you could stay connected to the internet with a phone that can only send and receive text messages?
In...
javascript iot fullstack fun web mobile -
Creating CSS Illustrations
Featuring Stephanie Winn
During this talk Stephanie is going to use CSS to build an illustration on Codepen. Stephanie will act as your resident Bob Ross and walk you step by step through the process of building a CSS illustration while you learn about positioning, flex and more! Join Stephanie in a safe learning...
javascript js illustrations css -
Lightning Talk: How Your Deployment Strategy Influences How People Code
Featuring Chris Ng
Software is built one pull request at a time. Each developer is driven to complete their part of the project by conflicting environmental factors. This talk will focus on how the deployment strategy – or how quickly your code can go from being committed, to being live in production – directly...
javascript code-quality deployment project-management web -
Take your HTTP Server to Ludicrous Speed
Featuring Matteo Collina
In Matteo's journey through nodeland, he always wondered about the cost of his abstractions. Express, Hapi, Restify, or just plain Node.js core? require (‘http’) can reach 44k requests/sec, Express 28k, and Hapi 21k.
javascript performance node.js -
Introducing Machine Learning to the JavaScript Toolchain
Featuring Minko Gechev
Websites are slow! Double-click shows that the average load time on a 3G network is 19 seconds! On top of that, on mobile devices, JavaScript compared to a JPG image with the same size may require x25 more processing time.
How do you speed up your apps? Lazy-loading is here to help! By only...
guess.js google-analytics machine-learning javascript