Remote
In-person
Switch the toggler to see what in-person or remote activities are held on Oct 20 & 23.
Times below are shown in your local browser time zone.
2023-10-20T12:00:00.000Z
2023-10-20T13:00:00.000Z
2023-10-20T14:00:00.000Z
2023-10-20T15:00:00.000Z
2023-10-20T16:00:00.000Z
2023-10-20T17:00:00.000Z
2023-10-20T18:00:00.000Z
2023-10-20T19:00:00.000Z
Piccard Track
2023-10-20T12:30:00.000Z
Opening Ceremony
2023-10-20T12:40:00.000Z
The State of The State In The App Router
Jack Herrington
Blue Collar Coder
NextJS 13.4 changed the game with the App Router and React Server components. The change to the state management model looks simple to start, but gets complex very quickly as you try to create the practical every-day user experiences that were straightforward in the pages model. We'll talk about the different state management models, how they work in the App Router, and how to decide which you should use.
2023-10-20T13:00:00.000Z
QnA with Jack Herrington
2023-10-20T13:20:00.000Z
Panel Discussion: Open Source & “Perceived Competition” Between Projects
Michel Weststrate,
Meta
Mark Erikson,
Replay.io
Alessia Bellisario,
Apollo GraphQL
Fredrik Höglund,
ephem.dev
Dan Abramov
2023-10-20T14:00:00.000Z
Understanding Idiomatic React
Joe Savona,
Meta
Mofei Zhang
Meta
React provides a contract to developers- uphold certain rules, and React can efficiently and correctly update the UI. In this talk we'll explore these rules in depth, understanding the reasoning behind them and how they unlock new directions such as automatic memoization.
2023-10-20T14:20:00.000Z
QnA with Joe Savona & Mofei Zhang
2023-10-20T14:30:00.000Z
Coffee Break
2023-10-20T15:00:00.000Z
Hydration, Islands, Streaming, Resumability… Oh My!
Matheus Albuquerque
Medallia
2023-10-20T15:20:00.000Z
QnA with Matheus Albuquerque
2023-10-20T15:40:00.000Z
Why Everybody Needs a Framework
Tejas Kumar
Consultant
The prevalent advice on how to use React today is to use a framework: either to start with one or to incrementally adopt one. This deep-dive talk will explore why, and how to go about this with live code examples.
2023-10-20T16:00:00.000Z
QnA with Tejas Kumar
2023-10-20T16:10:00.000Z
Coffee Break
2023-10-20T16:20:00.000Z
Simplifying Server Components
Mark Dalgleish
Shopify
Server Components are arguably the biggest change to React since its initial release but many of us in the community have struggled to get a handle on them. In this talk we'll try to break down the different moving parts so that you have a good understanding of what's going on under the hood, and explore the line between React and the frameworks that are built upon it.
2023-10-20T16:40:00.000Z
QnA with Mark Dalgleish
2023-10-20T17:00:00.000Z
A Practical Guide for Migrating to Server Components
Fredrik Höglund
ephem.dev
Server Components are the hot new thing, but so far much of the discourse around them has been abstract. Let's change that. This talk will focus on the practical side of things, providing a roadmap to navigate the migration journey. Starting from an app using the older Next.js pages router and React Query, we’ll break this journey down into a set of actionable, incremental steps, stopping only when we have something shippable that’s clearly superior to what we began with.
2023-10-20T17:20:00.000Z
QnA with Fredrik Höglund
2023-10-20T17:40:00.000Z
Leveraging the Event Loop for Blazing-Fast Applications!
Michael Di Prisco
Jointly
Some weeks ago I made my own implementation of signals, capable of updating 300k times the DOM in circa 600ms. Leveraging the Microtask Queue, I was able to bring that number down to 6ms, effectively improving performances by 100x. I wanna share how the Microtask Queue works and how you can leverage the Event Loop to improve performances.
2023-10-20T18:00:00.000Z
QnA with Michael Di Prisco
2023-10-20T18:10:00.000Z
Coffee Break
2023-10-20T18:30:00.000Z
The Unlikely Friendship Between React and Rust
Sara Vieira
axo.dev
2023-10-20T18:50:00.000Z
QnA with Sara Vieira
2023-10-20T19:10:00.000Z
Patterns for Performance
Stephen Cooper
AG Grid
When working with React it is important that we use the right tool for the right job. If not we will be missing out on the best performance and developer experience. While optimising AG Grid React Table we discovered a number of patterns that made significant improvements to the tables performance.
2023-10-20T19:30:00.000Z
QnA with Stephen Cooper
2023-10-20T19:40:00.000Z
Closing Ceremony
Piccard QnA Rooms
2023-10-20T15:00:00.000Z
Joe & Mofei’s Room
Joe Savona,
Meta
Mofei Zhang
Meta
2023-10-20T15:30:00.000Z
Matheus Albuquerque's Room
Matheus Albuquerque
Medallia
2023-10-20T16:20:00.000Z
Tejas Kumar's Room
Tejas Kumar
Consultant
Van Dover Track
2023-10-20T12:40:00.000Z
Building Better React Debugging with Replay Analysis
Mark Erikson
Replay.io
React's component model and one-way data flow give us a great mental model for building our apps, but debugging React apps can still be confusing. React's internals are a black box, and it's often hard to understand why components rendered or what caused errors.The Replay time-travel debugger makes it easier to debug React apps by letting you inspect what's happening at any point in time. But what if we could go beyond the usual debugger features, and build new debugging features that tell us more about what React is doing? Let's see how Replay's API makes that possible.
2023-10-20T13:00:00.000Z
QnA with Mark Erikson
2023-10-20T13:20:00.000Z
How Popovers Are About to Become a Whole Lot Easier to Build
Hidde de Vries
Web Developer
You've probably build one of these before: tooltips, date pickers, menus, teaching UI… they're all examples of “popover” content. Good news: it's going to get a whole lot easier to build these, with some proposed web platform features. You might not even need JavaScript. In this talk, you’ll learn all about the upcoming ‘popover’ attribute, when to use modality and access to the top layer.
2023-10-20T13:40:00.000Z
QnA with Hidde de Vries
2023-10-20T14:00:00.000Z
Jazz: Build Real-Time, Local-First React Apps With Sync & Secure Collaborative Data
Anselm Eickhoff
Garden Computing
Users have come to expect real-time collaboration from best-in-class apps like Notion or Figma. But widely available tools and infrastructure for building multiplayer apps are only just emerging. In this talk, we’ll explore the open-source framework Jazz and the two new ideas powering it: Conflict-free Replicated Data Types (CRDTs) and verifiable permissions. By building a whole app with nothing but React and Jazz, we’ll see how this new approach radically simplifies building not only real-time multiplayer apps, but any kind of app in which users interact.
2023-10-20T14:20:00.000Z
QnA with Anselm Eickhoff
2023-10-20T14:30:00.000Z
Coffee Break
2023-10-20T15:00:00.000Z
Thinking Differently About a11y – Accessible Website Design for the Neurospicy
Stephanie Shaw
Beamery
Did you know that approximately 1 in 7 people are neurodivergent? Within that group there is an entire spectrum of people whose brains process information differently. However, as frontend engineers we often forget to take these idiosyncrasies into account, or choose to simply apply industry standards such as WCAG 2.1 AA without digging deeper. In this talk, Steph shares some of the ways you can create better web experiences for the neurodivergent.
2023-10-20T15:20:00.000Z
QnA with Stephanie Shaw
2023-10-20T15:30:00.000Z
Coffee Break
2023-10-20T15:40:00.000Z
Raising the Bar: Our Journey Making React Native a Preferred Choice
Lorenzo Sciandra
Microsoft
At Microsoft, we're committed to providing our teams with the best tools and technologies to build high-quality mobile applications. React Native has long been a preferred choice for its high performance and great user experience, but getting stakeholders on board can be a challenge. In this talk, we will share our journey of making React Native a preferred choice for stakeholders who prioritize ease of integration and developer experience. We'll discuss the specific strategies we used to achieve our goal and the results we achieved.
2023-10-20T16:00:00.000Z
QnA with Lorenzo Sciandra
2023-10-20T16:20:00.000Z
How to Use Suspense and GraphQL with Apollo to Build Great User Experiences
Jerel Miller,
Apollo GraphQL
Alessia Bellisario
Apollo GraphQL
For many app developers, GraphQL is instrumental in building great user experiences. With the introduction of React Suspense, developers have an ergonomic way to orchestrate loading states to improve upon the status quo. In this talk, the Apollo Client team will show you how we built a non-trivial application using Apollo Client’s new Suspense features, GraphQL features like the @defer directive, and how to combine them to build great user experiences in your own apps.
2023-10-20T16:40:00.000Z
QnA with Jerel Miller and Alessia Bellisario
2023-10-20T16:50:00.000Z
Coffee Break
2023-10-20T17:10:00.000Z
The Rocky Journey of Data Fetching Libraries in React’s New Streaming SSR
Lenz Weber-Tronic
Apollo GraphQL
If you use the Next.js app directory, you might not even have noticed it, but you are not only using React Server Components, but you are also using the new streaming SSR feature of React.That means that on first page load, your Client Components will now be server-side rendered, suspense boundary by suspense boundary, and constantly streamed to the client, where they are rehydrated piece-by-piece.If you combine that with suspense for data fetching in your client components, you will suddenly be facing hydration mismatches - as your client components will start fetching data on the server, but the data will not be transported to the client.In this talk, I will go over the rocky journey that we had to go through to support suspense for data fetching in Streaming SSR with Apollo Client, looking at all the curious timing problems that come up with these technologies, and how we try to solve them as best as we can - always with the best possible user and developer experience in mind.
2023-10-20T17:30:00.000Z
QnA with Lenz Weber-Tronic
2023-10-20T17:50:00.000Z
All You Need Is a Contract…
Daniel Afonso
OLX Group
How many times have you had to wait for your backend team to finish building the API so you can start your tasks? What if all you needed to move that task to in progress was the API contract? What if there was a library that did this for REST and GraphQL APIs and, at the same time, taking your tests to the next level? Join me and prepare to enhance your developer experience while learning all the battle-earned experiences of using one of my favorite libraries: Mock Service Worker.
2023-10-20T18:10:00.000Z
QnA with Daniel Afonso
Van Dover QnA Rooms
2023-10-20T13:50:00.000Z
Hidde de Vries's Room
Hidde de Vries
Web Developer
2023-10-20T15:00:00.000Z
Anselm Eickhoff's Room
Anselm Eickhoff
Garden Computing
2023-10-20T15:30:00.000Z
Stephanie Shaw's Room
Stephanie Shaw
Beamery
Discussion Rooms
2023-10-20T13:15:00.000Z
React Server Components
Lenz Weber-Tronic,
Apollo GraphQL
Jack Herrington,
Blue Collar Coder
Fredrik Höglund
ephem.dev
2023-10-20T15:00:00.000Z
Engineering Leadership
Daniel Afonso,
OLX Group
Mo Khazali,
Theodo UK
Michael Di Prisco
Jointly
Times below are shown in your local browser time zone.
2023-10-23T14:00:00.000Z
2023-10-23T15:00:00.000Z
2023-10-23T16:00:00.000Z
2023-10-23T17:00:00.000Z
2023-10-23T18:00:00.000Z
2023-10-23T19:00:00.000Z
2023-10-23T20:00:00.000Z
Piccard Track
2023-10-23T14:00:00.000Z
Opening Ceremony
2023-10-23T14:10:00.000Z
Speeding Up Your React App With Less Javascript
Miško Hevery
Builder.io
Too much JavaScript is getting you down? New frameworks promising no JavaScript look interesting, but you have an existing React application to maintain. What if Qwik React is your answer for faster applications startup and better user experience? Qwik React allows you to easily turn your React application into a collection of islands, which can be SSRed and delayed hydrated, and in some instances, hydration skipped altogether.
2023-10-23T14:25:00.000Z
Code on Demand: The Future of Code Collaboration
Gilad Shoham
Bit
What if you could use code the same way you use Netflix or Spotify? Imagine your entire code base organized as small components on the cloud, where you can import only what you need into any workspace. In fact, you can create an ad hoc workspace where you can use and modify only the components you need and export them back.In order to use code on demand, components need to be independent entities, which means that they have to include their source code, configuration and dependencies. This allows you to version them independently and import them into small dynamic workspaces which are then made much easier to navigate, setup and build.
2023-10-23T14:55:00.000Z
Feature Flagging with React
Fahad Heylaal
DAZN
Decouple your releases from deployments, while maintaining full engineering control of your application.
2023-10-23T15:23:00.000Z
Power Fixing React Performance Woes
Josh Goldberg
Open Source
Next.js and other wrapping React frameworks provide great power in building larger applications. But with great power comes great performance responsibility - and if you don’t pay attention, it’s easy to add multiple seconds of loading penalty on all of your pages. Eek! Let’s walk through a case study of how a few hours of performance debugging improved both load and parse times for the Centered app by several hundred percent each.
2023-10-23T15:47:00.000Z
Break
2023-10-23T15:55:00.000Z
Concurrent React Made Easy
Henrique Inonhe
Codeminer42
UI’s are composed of fast parts, and slow parts in terms of how responsive they are to user interaction. React's concurrent renderer decouples the fast parts from the slow parts by allowing us to render the slow parts in the background without blocking the fast parts, so that each part can respond to user interaction at its own pace. In this talk, we'll explore Concurrent React, understand what problems it solves, how it works and how to leverage it through the use of concurrent features.
2023-10-23T16:20:00.000Z
Automating Accessibility Testing for Your Component Library
Praveen Kumar D
Wednesday Solutions
Are you a developer tired of manual accessibility testing and the long feedback loops it entails? Do you want to efficiently audit and test the accessibility of your components while saving time and effort? Look no further! In this talk, we’ll explore how Storybook, a widely-used open source tool to document your UI components, can be used to automate accessibility testing.
2023-10-23T17:02:00.000Z
I Run Code From the Internet!
Zbyszek Tenerowicz
MetaMask
Is it wise to run code from strangers? Well, we do it all the time and there's no backing out of it. Let's take a look at how a JavaScript project could get hacked and then defend itself from supply chain attacks. Limit access to globals for each package?
2023-10-23T17:22:00.000Z
Micro-Frontends With React & Vite Module Federation
Giorgio Boa
Claranet
From my experience one of the hardest things is to share information between microfrontends, so in this talk I would like to explain various ways on how to share a design system to ensure uniformity to the application. Another difficult thing is sharing dependencies, fortunately with module federation it can be done, but how can I use different versions of the same library and how does it work behind the scenes?I'm the creator of module-federation/vite library, with React and this library, I'd like to show you how you can achieve these results by configuring everything correctly.
2023-10-23T17:42:00.000Z
Break
2023-10-23T17:50:00.000Z
Technical Documentation - How Can I Write Them Better and Why Should I Care?
Hila Fish
Senior DevOps Engineer
Gathering pieces of information for a task or a project is a wasteful act and could result in duplicated work done by different people.Onboarding, your ability to maintain code or infrastructure and systems handover - Documentation plays a crucial part in all these processes.So... how can we write technical docs in an easy way & why should we even do it?In this talk, I’ll show you a structured way to write technical docs, without being a technical writer - So you will deliver highly valuable information to your audience, to your best ability.I’ll explain why should you care about these docs, how do they serve your best interests (Yes, there’s more than one!) and what a wide impact it could make on employees and even on your entire organization.
2023-10-23T18:18:00.000Z
Real-Time Collaborative State on the Edge
Steven Fabre
Liveblocks
Practical talk showing how to go from a local state to an on-the-edge offline capable persisted state to make an app like Figma, Notion, and more.
2023-10-23T18:45:00.000Z
Lightning Talks
React Code Reviews in Open Source: Ensuring Quality and Collaboration — Patrick Odey
Flashlight, a Lighthouse for Mobile Apps — Alexandre Moureaux
Measuring Coverage of React Design System — Karan Kiri
Shield Your Next.js App With a Content Security Policy — Lucas Estevão
2023-10-23T19:15:00.000Z
Break
2023-10-23T19:20:00.000Z
Type-safe Styling for React Component Packages: Vanilla Extract CSS
Negar Jamalifard
Lightspeed Commerce
Unlock the power of type-safe styling in React component packages with Vanilla Extract CSS. Learn how to effortlessly write scalable and maintainable styles, leveraging CSS-in-Typescript. Discover the seamless integration of Vanilla Extract CSS and take your React components to the next level.
2023-10-23T19:40:00.000Z
Let’s Build a TV Spatial Navigation
Sergio Avalos
Spotify
In this talk, I'll take you through my journey as I joined the team supporting our Smart TVs application and share my experience learning one of the most overlooked but essential pieces of functionality we have.
2023-10-23T20:00:00.000Z
Remix: Embracing Web Standards to Redefine Modern Web Development
Alexa Spalato
Storyblok
Discover the power of Remix, a groundbreaking full-stack framework that embraces web standards to redefine modern web development.As developers grapple with complex tools and frameworks, creating performant and maintainable applications becomes increasingly challenging.What if there's a solution that leverages core web principles to streamline development? Enter RemixIn this talk, learn how Remix harnesses web standards, such as URLs, Fetch API, HTML, and HTTP caching, to elevate developer and user experiences, ultimately empowering you to become a better developer!
2023-10-23T20:27:00.000Z
Closing Ceremony
Piccard QnA Rooms
2023-10-23T14:55:00.000Z
QnA with Gilad Shoham
Gilad Shoham
Bit
2023-10-23T15:23:00.000Z
QnA with Fahad Heylaal
Fahad Heylaal
DAZN
2023-10-23T15:47:00.000Z
QnA with Josh Goldberg
Josh Goldberg
Open Source
2023-10-23T16:20:00.000Z
QnA with Henrique Inonhe
Henrique Inonhe
Codeminer42
2023-10-23T17:02:00.000Z
QnA with Praveen Kumar D
Praveen Kumar D
Wednesday Solutions
2023-10-23T17:22:00.000Z
QnA with Zbyszek Tenerowicz
Zbyszek Tenerowicz
MetaMask
2023-10-23T17:42:00.000Z
QnA with Giorgio Boa
Giorgio Boa
Claranet
2023-10-23T18:45:00.000Z
QnA with Steven Fabre
Steven Fabre
Liveblocks
2023-10-23T19:40:00.000Z
QnA with Negar Jamalifard
Negar Jamalifard
Lightspeed Commerce
2023-10-23T20:00:00.000Z
QnA with Sergio Avalos
Sergio Avalos
Spotify
Van Dover Track
2023-10-23T14:10:00.000Z
Opt in Design – The New Era of React Frameworks
Benjamin Holmes
Astro
Picking up a new technology, developers stick with defaults. It's a fact that every tool from JQuery to NextJS has needed to face. At their worst, defaults ship hundreds of wasted JS kilobytes for routing, state, and other baggage developers may never use. But at their best, defaults give us a simple baseline to start from, with a clear path to add the exact set of features our project demands.
2023-10-23T14:35:00.000Z
Superpowers of Browser’s Web API
Nikola Mitrovic
Vega IT
When writing code for the Web, there are a lot of capabilities that are offered out of the box by our browsers. If you ever wrote a File Upload component, used timers and intervals, interacted with the DOM, or stored something in the Local/Session Storage, you had to go to the MDN’s Web API docs, to find some relevant information on how to implement that code.In this session, we will delve into the exciting world of browser Web APIs that are not so commonly used (although they should be) and explore their incredible capabilities 🚀All these features offer new opportunities for creating immersive web experiences that can help businesses grow and connect with customers.So if you are the kind of an engineer who wants to stay ahead of the curve when it comes to web development, learn how Intersection Observer, Background Sync API, Screen Wake Lock API (and many more) can help you create better web applications that will keep users engaged and coming back for more!
2023-10-23T15:00:00.000Z
Zod === TypeScript, but at Runtime in Your React Applications
Luca Del Puppo
NearForm
Many Javascript developers have added typescript to their projects in the last few years. But how many of them are sure of their types at runtime? Can types be guaranteed on runtime too?Using Zod that can be realized! Let's see together how we can use Zod to improve the awareness of our code during its execution and prevent strange mistakes or a bad user experience.
2023-10-23T15:20:00.000Z
Break
2023-10-23T15:25:00.000Z
Usability Testing Without a UX Specialist
Kathryn Grayson Nanz
Progress Software
Ask nearly anyone about the process of developing software, and somewhere in the answer they’ll (hopefully) mention the users. User research, user testing, user feedback – the end user is at the heart of everything that we build. However, for many companies, making conversations with real users actually happen is a real challenge – especially if you don't have a UX specialist on your team! If this is all sounding familiar to you, then I have a recommendation: take it into your own hands.
2023-10-23T15:55:00.000Z
How to NOT use useEffect?
Mohamad Shiralizadeh
iO Digital
Are you using React in your project? If so, you must used useEffect! Actually, it’s essential for many use cases, but there are instances where it might not be the best solution, and avoiding it can improve your application's performance.In this talk, we will learn from experience which is the missing piece of the puzzle to master useEffect. Taking a look at the incorrect cases and trying to improve their performance helps us to have a deeper understanding of it.
2023-10-23T16:20:00.000Z
Nested Interactive Elements: An Nightmare in Accessibility
Cat Johnson
Microsoft
There have been numerous remarkable new UX experiences developed over the years, such as cards displaying an array of products and clickable list items with dynamic menu options, among others. However, only a few are aware of the challenges involved in building these structures with accessibility in mind, and unfortunately, some of them are completely inaccessible. In today's talk, we will explore some of these prevalent web UX patterns and delve into the hidden challenges they present. While we may be able to mitigate some of these issues, others serve as cautionary tales in accessibility.
2023-10-23T16:45:00.000Z
Simplifying Data Management in React With React Query
Harsh Shah
Pedals Up
This talk is about how React Query can simplify data management in React applications. The talk covers the basics of React Query, including its features for fetching and updating data, handling optimistic updates, composing queries and mutations, and managing errors and retries. By the end of the talk, attendees will have a clear understanding of how React Query can improve the user experience and reduce boilerplate in their React applications.
2023-10-23T17:00:00.000Z
“Microfrontends” for Mobile in React Native
Mo Khazali
Theodo UK
Scaling has always been an issue in software development. Architects have been grappling to solve this problem on many layers. In the early 2000s, a concept of “micro-services” started popping up - a system could be split up by business domain into a number of smaller loosely-coupled services. More recently, this concept has started being adopted by the frontend community.
2023-10-23T17:27:00.000Z
Figma to React With AI, Are We There Yet?
Federico Terzi
AnimaApp
What if we could generate production-ready React components (including props, responsiveness, CSS styling, TypeScript typings, and more) from Figma designs, automatically? This seemingly impossible task is becoming a reality thanks to the latest advancements in AI (such as ChatGPT).In this talk, we’ll discuss some of the techniques we are using at Anima to automate the boring parts of frontend development, generating React components from Figma designs. We’ll cover some algorithmic techniques, processes and deep-learning based approaches that could help you speed up your day-to-day frontend work.
2023-10-23T17:48:00.000Z
Lightning Talks
Harnessing the Power of Messagechannel and Broadcastchannel — Daniel Jakobsen
Hacking an e-Reader with React — Tiger Oakes
Implementation of Schedules and Timelines — Karol Kozer
Is It the One? (How to Select an Open-Source Library?) — Keren Kenzi
2023-10-23T18:22:00.000Z
Break
2023-10-23T18:25:00.000Z
Local-First Software With ElectricSQL
James Arthur
ElectricSQL
Local-first is a new paradigm for developing apps, where your components talk to a local embedded database and you get instant reactivity, multi-user sync and conflict-free offline support built in. ElectricSQL is a new, open-source, platform for local-first development from the inventors of CRDTs. This talk introduces local-first development and shows how you can develop real-world local-first apps today with React + ElectricSQL.
2023-10-23T18:45:00.000Z
Winning the Performance Race
Gil Eckstein
Wix
Over the past two years, we’ve dramatically improved Wix Website performance, beating all of our competitors in Core Web Vitals. This project was a company-wide effort to finally solve the number one user complaint in the company – live site performance. In this talk, I will take a deep dive into the design changes that were implemented to achieve this significant improvement, and explain why and how those solutions could be applied in any web application to achieve similar results.
2023-10-23T19:05:00.000Z
Closing Ceremony
Van Dover QnA Rooms
2023-10-23T15:00:00.000Z
QnA with Nikola Mitrovic
Nikola Mitrovic
Vega IT
2023-10-23T15:20:00.000Z
QnA with Luca Del Puppo
Luca Del Puppo
NearForm
2023-10-23T16:20:00.000Z
QnA with Mohamad Shiralizadeh
Mohamad Shiralizadeh
iO Digital
2023-10-23T17:00:00.000Z
QnA with Harsh Shah
Harsh Shah
Pedals Up
2023-10-23T17:27:00.000Z
QnA with Mo Khazali
Mo Khazali
Theodo UK
2023-10-23T17:48:00.000Z
QnA with Federico Terzi
Federico Terzi
AnimaApp
2023-10-23T18:45:00.000Z
QnA with James Arthur
James Arthur
ElectricSQL
Discussion Rooms
2023-10-23T14:35:00.000Z
The Framework Era
Daniel Afonso,
OLX Group
Giorgio Boa,
Claranet
Benjamin Holmes,
Astro
Gil Eckstein
Wix
2023-10-23T15:30:00.000Z
Career Advice
Stephanie Shaw,
Beamery
Daniel Afonso,
OLX Group
Giorgio Boa,
Claranet
Fahad Heylaal,
DAZN
Gilad Shoham,
Bit
Patrick Odey
Storyblok
2023-10-23T16:40:00.000Z
Accessibility
Stephanie Shaw,
Beamery
Cat Johnson
Microsoft