VueConf US 2019
VueConf.US will take place in beautiful Tampa, Florida. We'll be in the heart of downtown on the river, and within a short drive of Tampa's amazing beaches.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 State of Vuenation
- 📹 1 video
- 👤 Evan You
Evan You is the creator of Vue.js. In his State of Vuenation talk, he will cover what has been happening with Vue.js in the last few months, growth that has taken place, and exciting new things to look forward to. -
🎤 Getting Started with Nuxt.js
- 👤 Gregg Pollack
So you know the Vue basics but keep on hearing about this Nuxt.js framework. Perhaps you’re wondering if you should use it on your next project? In this talk Gregg Pollack will visually explain why you should care about Nuxt and cover all the basics of using the framework to create scalable Vue applications. By the end you’ll see why Gregg describes Nuxt.js … -
🎤 Vue.js In Practice at Optoro
- 📹 1 video
- 👤 Andrew Krawchyk
EvanWe’ve learned a lot since deploying our first Vue.js app in production over one year ago. I’d love to share our experience shipping Vue.js to desktop and mobile devices and leveling up our engineering team in the process. I’ll discuss lessons learned from deprecating AngularJS and Bower to adopting Vue.js and deploying an internal NPM repo. I’ll talk abo… -
🎤 Vuex Explained Visually
- 👤 Adam Jahr
We've learned a lot since deploying our first Vue.js app in production over one year ago. I'd love to share our experience shipping Vue.js to desktop and mobile devices and leveling up our engineering team in the process. I'll discuss lessons learned from deprecating AngularJS and Bower to adopting Vue.js and deploying an internal NPM repo. I'll talk about t… -
🎤 Zen and The Art of Vue.js
- 📹 1 video
- 👤 Jen Loope
Jen is a web/mobile developer who is also the founder of Vue Vixens. In this talk, she shows us how a rich artistic tradition can inspire and inform our craft as Vue.js developers. -
🎤 Demystifying: The Dark Art of SFC Compilation
- 📹 1 video
- 👤 Rahul Kadyan
JenVue single file components empowers developers with the ability to write declarative render functions using plain HTML-like syntax. The so-called SFCs also provide features like collocation and scoped styles. We tend to use these SFCs effortlessly as any other JavaScript file but to reach that level of ease, Vue does the heavy lifting of transpilation. Th… -
🎤 Advanced Animations with Vue.js
- 👤 krystalcampioni
In this talk, I’ll walk you through the coolest features of Vue.js and explore how to combine them with advanced CSS animations and transitions in order to create fancy interactive animations. We'll dive into a game built with Vue.js and how to apply similar techniques to spice up real-world applications. -
🎤 Building Desktop Applications with Vue
- 👤 Natalia Tepluhina
With Vue framework your experience is not limited to web or mobile applications - you can create a desktop app as well! Let's check what options do we have to create one... -
🎤 Dynamic CSS with Vue
- 📹 1 video
- 👤 Miriam E Suzanne
Understand how CSS can work with Vue. -
🎤 The Future of Web Animation
- 📹 1 video
- 👤 Sarah Drasner
We talk a lot about how to animate on the web, and what's possible in browsers today, but where is animation heading? In this talk, we'll start with some bleeding edge techniques such as native-like page transitions with nuxt, but then we'll push it further. The intersection of health and animation with biofeedback sensors and Vue, the future of 3d in the br… -
🎤 Vue 3: What I,m Most Excited About
- 📹 1 video
- 👤 Chris Fritz
Let's discuss the interesting features in the upcoming Vue 3 release! -
🎤 9 Performance Secrets Revealed
- 📹 1 video
- 👤 Guillaume Chau
A look at performance secrets that improve an app's performance to create a better user experience. -
🎤 Building Fast and Semantic Input Masks in VueJS
- 📹 1 video
- 👤 Divya Sasidharan
Input masking is a common pattern in form design that guide users to enter information in the correct format in a consistent manner. Typically this involves formatting user input according to the type of data they represent like dates, phone numbers, addresses and credit card numbers. You can achieve an input mask in Vue by leaning heavily Vue’s reactivity s… -
🎤 Back to the Vueture: Stuck in the Event Loop
- 📹 1 video
- 👤 tessa
Do you feel like you're stuck in the event loop of hell, forced to fumble through setTimeout after setTimeout day after day when all you want to do is leap out of bed singing "I got Vue babe" and wielding nextTick in style? Join us as we dive into the source code of nextTick and microtasks and make nextTick work for you today! -
🎤 Web Accessibility with VueJS
- 📹 1 video
- 👤 Maria Lamardo
A Board Certified Assistant Behavior Analyst turned Web Developer gives you a different take on accessibility and why it is important. Web Accessibility is a way to make everyone - regardless of hardware, software, language, location, or ability - have access to the web and internet in whole. Let's use Vue.js to create accessible web apps! -
🎤 Run Your Vue and Node App Anywhere
- 📹 1 video
- 👤 John Papa
You built your Vue app but does it run everywhere? We'll explore how a Vue frontend with a Node.js backend can be structured, how to build them, debug them, and how to set up the app with Docker. We'll debug the app running in Docker, stream the logs, and deploy it to the cloud - ultimately showing how you can run your Vue app anywhere! -
🎤 Ionic & Vue for Fast Mobile Apps
- 📹 1 video
- 👤 Mike Hartington
Vue as a framework prides itself for providing an excellent developer experience out of the box so devs can build awesome apps with it. Ionic as a component library shares these same values while providing a great UI for any kind of app. In this talk, we'll look at how we can use Ionic and Vue together to quickly create a compelling mobile application that c… -
🎤 Phenomenal Design Patterns In Vue
- 📹 1 video
- 👤 Jacob Schatz
Jacob provides a high level overview of common features that can be solved with time tested design patterns from the Gang of Four and mixed with Vue with Vuex to solve common problems like:The Memento for undo and redo The Bridge for an awesome drawing API The Decorator for making games with.It's not always easy to figure out where these classic design patte… -
🎤 Accessibility for Everyone or Accessibility 101
- 📹 1 video
- 👤 Chris DeMars
Chris talks to us about Web accessibility and how it means that everyone can have an amazing user experience, regardless of disability. He sheds light on different types of impairments and how the Web can be accessible to all. -
️⚡️ Using Subscriptions in Your Vue Apps
- 📹 1 video
- 👤 Vladimir Novick
Vladamir shows us a simplified run through of how you could use subscriptions in your Vue apps. -
️⚡️ Quickly Delivering Value to Users
- 📹 1 video
- 👤 Brad Balfour
Brad is a senior software engineer at Bloomberg. He discusses with us his experiences using Vue.js to quickly deliver value to users and how to do the same. -
️⚡️ Progressively Enhanced From Validation
- 📹 1 video
- 👤 Matt Brophy
Matt works for the engineering department of Urban Outfitters. In his talk, he walks us through a how to of progressively enhancing your form validation. -
️⚡️ How to Reduce Your Vue Bundle Size With Webpack
- 📹 1 video
- 👤 Jennifer Bland
-
️⚡️ Global vs. Component State in Vuex
- 📹 1 video
- 👤 Jaimes Jones
Jaimes goes over specific instances in which data belongs in a global state and when data belongs in a component state. -
️⚡️ Building a Better Tomorrow
- 📹 1 video
- 👤 Jennifer Bland
Jennifer gives a background on how Stanley Black & Decker currently accomplishes tasks. She goes into detail about how Vue.js graphs and charts help visualize the tasks completed efficiently. -
️⚡️ The Ramp Up to Vue
- 📹 1 video
- 👤 Charles Villard
Charles talks about his very first experiences with Vue.js and all of the steps he took to understanding Vue. This talk is a brief look at what type of journey it could look like realistically when you’re first starting out. -
️⚡️ Vue + i18n = FUN
- 📹 1 video
- 👤 Casie Siekman
Casie shows us how to implement internationalization using i18n. She goes over the many reasons why this will make your app better from a larger scope and the steps that you will need to take to implement i18n. -
️⚡️ Cloudinary's New Vue SDK
- 📹 1 video
- 👤 Doug Steinberg
Doug teaches us all about Cloudinary’s features and how to use its recently released Vue SDK as well as what that comes with. -
️⚡️ Sub-second Vue
- 📹 1 video
- 👤 Lucas Still
Lucas is a full-stack architect. After working with Vue over the years, Lucas has gathered some performance tips along the way and shares them with us in this talk. -
️⚡️ KnowBe4 Human error. Conquered.
- 📹 1 video
- 👤 Benji Dalton
Benji works for a company called KnowBe4. He has been using Vue since its beginning days and even got to sway KnowBe4 into using Vue.js. He talks about what the process was like for them to start using Vue.