List of videos

Mauro Mandracchia - Data - UI rEvolution - DevWorld 2024
Data - UI rEvolution By Mauro Mandracchia Discover the intersection of data and UI evolution, offering both enlightening insights and a glimpse into the future of data-driven interfaces. Exploring the history of UIs and data, we focus on the transition from POSIX terminals to Graphic Interfaces, leading to innovations like Search Input. Learn the impact of P2P File Sharing on Blockchains and how graph data enhances AI systems. 📺 On-Demand Replay? Access to Slides? Q&A? Become part of our Devworld Community Platform for Free Full access: https://devworldconference.com/devwor... 👉 JSworld Conference 👈 JSworld Conference is Largest JavaScript Gathering on the Planet taking place annually in February and attracting 2,500 JavaScript Enthusiasts over 3 full days to meet with JavaScript Leaders and Connect with Industry Peers to build a valuable network for life. Engineers flying in from 52 countries to listen to more then 30 JavaScript Deep Dives and to join daily Networking activities. Don't miss your opportunity to meet with The World's Largest JavaScript Community! More information and tickets via https://jsworldconference.com/ #jsworld #jsworldconference #javascript #reactjs #angular #react #vuejs #vue #vue3 #typescript #graphql #jamstack #amsterdam #conference #svelte #sveltejs #next #nextjs #staticsite #css #html #tech #programming #react
Watch
JSWORLD Conference 2025
👉 JSworld Conference 👈 JSworld Conference is Largest JavaScript Gathering on the Planet taking place annually in February and attracting 2,500 JavaScript Enthusiasts over 3 full days to meet with JavaScript Leaders and Connect with Industry Peers to build a valuable network for life. Engineers flying in from 52 countries to listen to more then 30 JavaScript Deep Dives and to join daily Networking activities. Don't miss your opportunity to meet with The World's Largest JavaScript Community! More information and tickets via https://jsworldconference.com/ #jsworld #jsworldconference #javascript #reactjs #angular #react #vuejs #vue #vue3 #typescript #graphql #jamstack #amsterdam #conference #svelte #sveltejs #next #nextjs #staticsite #css #html #tech #programming #react
Watch
Guillermo Rauch - The post-Jamstack world and the rise of Hybrid Frameworks
JSWORLD Conference 2021 Guillermo Rauch The post-Jamstack world and the rise of Hybrid Frameworks Website: https://jsworldconference.com/ Sign up for our newsletter: https://www.frontenddeveloperlove.com/newsletter Stay up to date via LinkedIn: https://www.linkedin.com/company/frontendlove/ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
eCommerce Panel - Static eCommerce JAMstack at JSworld Conference 2021
eCommerce Panel - Static eCommerce JAMstack at JSWORLD Conference 2021 Amazing Panel: Static eCommerce, hosted by Gift & Israel from Passionate People. Joining the discussion as guests are: Tim Benniks from Uniform DEV, Ishan Anand from Moobweb, Bel Curcio from Vercel and Filip Rakowski from VueStoreFront. Purchase all Conference Recordings via https://frontenddeveloperlove.com/video Sign up for our newsletter: https://www.frontenddeveloperlove.com/newsletter Stay up to date via LinkedIn: https://www.linkedin.com/company/frontendlove/ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
Lisi Linhart - Sky’s the limit: Headless eCommerce with Next.js - Jsworld 2021
Imagine combining a world-class editing experience with a beautiful eCommerce storefront. The result? Everyone is happy: - Customers experience a fast and seamless experience - Managers get rapid and reusable development - Editors are able to edit content easily any time they want - Developers can code without technical constraints This talk will show how to connect Next.js commerce with Storyblok CMS and deliver value to all of these players. It will explain the advantages of connecting two headless systems for creating flexible storefronts that work for everyone. ________ Slides: https://noti.st/lisi/xzo0SU/skys-the-limit-headless-ecommerce-with-next-js ________ Rewatch more recordings from our past conferences at our video portal ➡️ https://frontenddeveloperlove.com/video ________ Our upcoming conferences: ➡️ https://vuejs.amsterdam/ ➡️ https://reactlive.nl/ ________ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
Angie Jones - Your Tests Lack Vision: Adding Eyes to Your Automation Framework - JSworld 2021
Visual validation is a relatively new concept that can be used to enhance existing automated tests and provide an easy way to perform those difficult checks for things like UX, localization, usability, responsive design, and cross-device testing. Automation has come a long way in assisting with regression testing efforts. Teams worldwide are successfully running hundreds of functional regression tests at every check-in. While this provides a great source of confidence, critical regression bugs are still missed using this approach. That’s because these tests can only assert on what their human programmer asks them to. Additional errors with functionality, UX, and usability often go uncaught using today’s most common test automation techniques. For this reason, the top companies in all sectors of the industry are turning to visual validation. Visual validation is a relatively new concept that can be used to enhance existing automated tests and provide an easy way to perform those difficult checks for things like UX, localization, usability, responsive design, and cross-device testing. In this talk, you’ll learn how visual validation works, see a live integration into an existing test code base, and discuss the pros and cons of using various visual validation techniques. Purchase all recordings via frontenddeveloperlove.com/video Sign up for our newsletter: https://www.frontenddeveloperlove.com/newsletter Stay up to date via LinkedIn: https://www.linkedin.com/company/frontendlove/ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
Josh Goldberg - TypeScript for APIs - JSworld 2021
Developers love APIs that make usage easy. Whether we're installing packages on npm, passing data within a project, or integrating with an external service, we don't want confusion or uncertainty around whether our code will work. TypeScript provides a great standard for describing the shapes of all those things and more. Formalizing our APIs with it provides a plethora of benefits for JavaScript and TypeScript projects alike. In this talk, we'll explore how to use TypeScript to set up a "pit of success" for bringing in external code to a project. We'll start off by exploring how npm packages are described by TypeScript "definition files" -- even when the package author and/or consumer aren't themselves using TypeScript. Next, we'll expand these definitions using auto-generation tools such as OpenAPI ("Swagger") that keep shared definitions for known API entities updated across projects. Swagger segues well into GraphQL, which provides a host of options for generating full type definitions and clients from schemas in your code. ________ Rewatch more recordings from our past conferences at our video portal ➡️ https://frontenddeveloperlove.com/video ________ Our upcoming conferences: ➡️ https://vuejs.amsterdam/ ➡️ https://reactlive.nl/ ________ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
Manfred Steyer - Federated Angular: Micro Frontends with Module Federation
The implementation of micro frontends has so far been anything but easy. Since common frameworks and build tools didn't even know this idea, you had to dig into the tricks bag. Module Federation offered by Webpack 5 initiates a crucial change of direction here. It allows you to load separately compiled applications at runtime and to share libraries between them. In this session, you learn how to use this mechanism to create micro frontends with Angular. Besides the default scenarios, we also look into dynamic Module Federation, sharing libraries, and dealing with version mismatches. At the end of the session, you know how to use Module Federation in your projects and what the consequences are. Slides: https://www.angulararchitects.io/konferenzen/federated-angular-micro-frontends-with-module-federation-2/ Sign up for our newsletter: https://www.frontenddeveloperlove.com/newsletter Stay up to date via LinkedIn: https://www.linkedin.com/company/frontendlove/ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch
Mirjam Aulbach - Implementing a test suite in an existing Frontend application - JSworld 2021
Nobody wants to work with Legacy Code. Yet it’s what many of us do. Michael Feathers wrote - short, painful and beautifully true: Legacy Code is code without tests. It doesn’t matter how old it is or who it was written by. Complexity in frontend development grew rapidly in the last years. The habit of writing tests did not. Now they are everywhere: Grown software systems without any tests in the frontend. ________ Slides: https://speakerdeck.com/programmiri/implementing-a-test-suite-in-an-existing-frontend-application ________ Rewatch more recordings from our past conferences at our video portal ➡️ https://frontenddeveloperlove.com/video ________ Our upcoming conferences: ➡️ https://vuejs.amsterdam/ ➡️ https://reactlive.nl/ ________ Powered by https://passionatepeople.io #unittests #webaudio #unittesting #hiphop #frontendlove or #vuejsamsterdam #javascript #reactacademy #react #microinteractions #designsystems #javascript #artificialintelligence #amsterdam #speaker #conference #frontendlove #frontenddeveloperlove #javascriptconference #frontendconference #vue #angular #react #cfp #theateramsterdam #meetup #conferences #events
Watch