AboutSpeakersScheduleWorkshopsBlog2023Join Slack
Buy tickets

Speakers

Samuel Macleod🔗

Secures your edge

Samuel Macleod
Samuel Macleod

Systems Engineer at Cloudflare

Talks🔗

Moving application auth to the edge

2023-06-0913:30-15:00

Secure your application by handling auth at the edge - before a user hits your application. This would be primarily about building out a login/signup flow that happens at the edge, before a request reaches your app - which would only see user profile information for the currently logged in user.

QA

2023-06-0913:30-15:00

Workshop🔗

Cloudflare Workers from zero to hero

2023-06-0609:00-17:00

Always wanted to try out Cloudflare Workers, but haven't known where to start? Maybe you've tried out Workers once or twice, but aren't sure how to fit all the parts together for a production-ready application? Maybe you're completely new to the idea of running code on the edge, but you want to find out more? This is the workshop for you!

You'll be shown how to build a simple application on Cloudflare Workers, Cloudflare's platform for running your code on the edge, all the way from idea to deployed project. You'll learn:

  • How to bootstrap and configure a new project with Wrangler, Cloudflare's CLI tool for Workers.
  • Debugging and troubleshooting methods via developer tools, analytics, and integration with Sentry.
  • How to use Wrangler to develop your project locally, before deploying to the Cloudflare developer platform.

Thaís Santos🔗

Master of design systems

Thaís Santos
Thaís Santos

Design Systems crusader | Blockchain enthusiast | Making the IT world better one component at a time

Talks🔗

Establishing the rules for a universal design system

2023-06-0813:30-15:00

In this talk we will explore the challenges and opportunities of creating a common language for web, android, and iOS components. Defining a set of universal guiding principles can help with establishing consistency and ease of use across the various devices which, in turn, provides a better user experience for the product. Through case studies and best practices we will provide actionable insights and practical tips that take into account the differences of each technology. Join us to learn how to establish the rules for a design system that works across all platforms.

QA

2023-06-0813:30-15:00

Workshop🔗

Wearing different hats: understanding and practicing the designer/developer workflow for digital products with a design system in place

2023-06-0609:00-17:00

There are developers who have an eye for design, or designers who understand and like to code. This understanding of the other side can really help increase the speed of product development, as well as help a team achieve better results because there's empathy for each other's efforts. This workshop is intended to showcase the reality of these two disciplines and bring practical tips to be implemented by any team.

We will spend the day understanding the key aspects of a designer's and developer's work in a digital product and how a design system enhances this interaction. This is a hands-on workshop to empower you with better understanding of your colleagues and how to leverage the design system in this workflow. We will work with Figma files and an existing React component library, no prior knowledge is required.


Tero Parviainen🔗

Generates music

Tero Parviainen
Tero Parviainen

Software developer, music hacker. One half of Counterpoint.

Talks🔗

Adaptive Music for the Web With RNBO

2023-06-0815:30-17:00

Max is a visual programming language for music. It has been around since the 1980s, and has been used by countless electronic musicians and sound artists to build musical instruments, installations, and generative compositions. Since a few months ago it has also been possible to also run Max programs in web browsers, using a new runtime called RNBO. This makes Max a viable new option for those of us who are interested in delivering adaptive sound and music experiences on the web.

In this talk we'll make some generative music using Max's visual interactive patching environment. We'll then bundle the music system into a webapp that lets anyone run it in their web browser. In the process we'll get a taste of what Max is like, what it can do, and how it slots into web projects.

QA

2023-06-0815:30-17:00

Workshop🔗

Beats without Ken

2023-06-0709:00-17:00

This full-day workshop is for current or aspiring musicians, or people who are interested in synthesis in general. After the workshop, you will understand the fundamentals of synthesis, web audio basics, and some of the newest modern web Audio features. Expect to learn about the Web Audio API, Audio Worklets, Synthesis, Music Theory, Audio focused UI and visualization, and sequencing and composition.


Juho Vepsäläinen
Juho Vepsäläinen

Juho Vepsäläinen is behind the SurviveJS effort. He has been active in the open source scene since the early 2000s and participated in projects like Blender and webpack as a core team member. Blue Arrow Awards winner.

Workshop🔗

Beats without Ken

2023-06-0709:00-17:00

This full-day workshop is for current or aspiring musicians, or people who are interested in synthesis in general. After the workshop, you will understand the fundamentals of synthesis, web audio basics, and some of the newest modern web Audio features. Expect to learn about the Web Audio API, Audio Worklets, Synthesis, Music Theory, Audio focused UI and visualization, and sequencing and composition.


Miško Hevery🔗

Creator of Angular.js, Qwik

Miško Hevery
Miško Hevery

As a CTO, Miško oversees the technology division that powers the Builder.io applications and software. Before joining Builder.io, he created Open Source platforms for Google, including Angular, AngularJS and was co-creator of Karma. While at Google, he brought a testing culture there with his blog. Before focusing on making the web better, he believes testing is the key to success.

Miško started his career designing digital circuits and moved to databases, full-stack development and finally, front-end frameworks, giving him a unique perspective. He understands all of the layers from the web down to a transistor. In addition to Google, he worked for tech powerhouses Adobe Systems and Sun Microsystems.

He holds an MS/BS from Rochester Institute of Technology and an MBA from Santa Clara University.

Talks🔗

Comparative study of reactivity across frameworks and implications for Resumability

2023-06-0809:00-10:30

All frameworks have reactivity. Change your state, and the UI updates accordingly. But how does it actually work under the hood? How do the frameworks learn enough about your application to enable reactivity? What are the implications of these choices, and how do frameworks compare to each other in how they are implemented? But most importantly, are these choices compatible with resumability going forward or are we stuck with Hydration forever?

QA

2023-06-0809:00-10:30

Server/Client unified execution model with Qwik

2023-06-0915:30-17:15

The concept of a unified execution model between server and client brings a new approach to building interactive applications that are both performant and flexible. By leveraging resumability as an alternative to traditional hydration, the execution of the application can seamlessly transition from server-side to client-side, reducing the eager download and execution of JavaScript. This results in instant-on applications, even on poor connections and slow devices.

Workshop🔗

Building Fast WebApps with Qwik City

2023-06-0709:00-17:00

Building instant-on web applications at scale have been elusive. Real-world sites need tracking, analytics, and complex user interfaces and interactions. We always start with the best intentions but end up with a less-than-ideal site.

Qwik City is a new meta-framework that allows you to build large-scale applications with constant startup-up performance. We will look at how to build a Qwik City application and what makes it unique. The workshop will show you how to set up a Qwik City project. How routing works with layout. The demo application will fetch data and present it to the user in an editable form. And finally, how one can use authentication. All of the basic parts for any large-scale applications.

Along the way, we will also look at what makes Qwik unique, and how resumability enables constant startup performance no matter the application complexity.


Ryan Carniato🔗

Creator of SolidJS

Ryan Carniato
Ryan Carniato

JavaScript performance enthusiast and fine-grained reactivity super fan. Author of the @solid_js.

Talks🔗

SolidJS: Why all the Suspense?

2023-06-0809:00-10:30

QA

2023-06-0809:00-10:30

Felix Gnass🔗

Creator of Capri

Felix Gnass
Felix Gnass

Author of Capri, node-dev, oazapfts, typed-rpc, react-api-query, classname-variants and lots of other small modules.

Talks🔗

You might not need a meta framework

2023-06-0811:00-12:30

In this talk we will explore how to generate static sites without a meta framework. We'll learn how to implement partial hydration and how to get live previews in a CMS without a build step. In short, we'll learn about the ideas behind Capri and how they can help you build a carbon-friendly website.

QA

2023-06-0811:00-12:30

Matthew Phillips🔗

Creator of Astro

Matthew Phillips
Matthew Phillips

Co-creator of Astro.

Talks🔗

Bringing React into your Content Sites with Astro

2023-06-0811:00-12:30

QA

2023-06-0811:00-12:30

Mohammad Khazali🔗

Creates universal design systems

Mohammad Khazali
Mohammad Khazali

Talks🔗

Creating universal design systems across web and mobile with Utility First Styling

2023-06-0813:30-15:00

Striking the right balance between consistency and platform-specific user experiences is essential for successfully creating a design system for web and mobile. In this talk, we'll explore how to create a universal design system that caters to the unique requirements of both platforms without losing their distinct identities. After all, nobody wants websites that look like apps, and apps that look like websites. We'll dive into the challenges and solutions of unifying design elements while acknowledging the fundamental differences between web and mobile interfaces. We'll take inspiration from utility first styling, and discuss how to establish consistent design tokens and primitives that enable a seamless cross-platform experience.

QA

2023-06-0813:30-15:00

Jani Eväkallio
Jani Eväkallio

A web engineer with a passion for building rich, collaborative, real-time web applications. Open Source author, comedian, improviser and once an aspiring novelist, these days Jani is building AI-enhanced text editing tools to help others, and himself, write better.

Talks🔗

Building AI-powered user interfaces

2023-06-0815:30-17:00

As web engineers, we build user interfaces that make using our products simple, understandable and delightful. Over the years, we’ve built a toolkit of frameworks, patterns and practices to do so.

In the next few years, more and more products will be built on top of Artificial Intelligence technologies, such as generative models like OpenAI’s GPT-3. In this world, which of our tools will remain helpful, and which problems will require new solutions?

In this talk, I’ll explore some of the challenges our existing frameworks and mental models have in the age of generative AI. I’ll also introduce novel ways of thinking about user interfaces that we’ve discovered while designing and building an AI-powered web application for serious writers.

QA

2023-06-0815:30-17:00

Stephanie Nemeth
Stephanie Nemeth

Creating weird wonderful useless things with Raspberry Pi, Arduinos and LEDs. Engineer @ GitHub

Talks🔗

QA

2023-06-0815:30-17:00

Hacking meaningful connections with humans by talking to (toy) rodents

2023-06-0915:30-17:15

Building weird little hardware projects has provided a space for me to feel technically competent when I have felt like an imposter. After being diagnosed with ADHD last year, I realized that hacking on hardware has been a sanctuary where I could explore my social awkwardness and human connection. I've been experimenting to find out if I can turn unexpected and impractical soft objects into input devices that can lower my barriers to sustaining meaningful connections with others. In this talk, I’ll share my journey of building two explorations so far: a giant soft pompom that sends AI-generated motivational but esoteric art when it’s hugged and a toy hamster that I talk to that sends my voice messages (in a high-pitched, but oddly therapeutic voice) to my long-distance partner. Whether you’re neurodivergent or not, I hope to inspire you to start a project even if you feel intimidated by the technical details and find joy in the journey rather than the destination.


Satu Lapinlampi🔗

Leads a growing small business

Satu Lapinlampi
Satu Lapinlampi

CEO at Hiottu Oy

Talks🔗

Why going green is a must

2023-06-0909:00-10:30

Carbon emissions of professional coding

2023-06-0909:00-10:30

Janne Kalliola🔗

Makes your code green

Janne Kalliola
Janne Kalliola

CGO at Exove

Talks🔗

Why going green is a must

2023-06-0909:00-10:30

Energy consumption and countermeasures in modern software

2023-06-0909:00-10:30

Pekka Enberg is a Co-Founder at ChiselStrike and a Ph.D. candidate at the University of Helsinki. Pekka is a veteran software engineer with two decades of experience spanning from backend development to database and operating system development. His research interests include distributed systems, databases, and operating systems. Pekka’s current research addresses the need for modern applications to take full advantage of hardware capabilities by eliminating the bottlenecks in operating system abstractions with the parakernel model.

Previously, Pekka has worked on the Linux kernel as a dynamic memory allocator maintainer and an individual contributor to Intel/AMD x86 and RISC-V architecture support, virtualization, filesystems, and more. Pekka attended the annual invite-only Linux kernel developer summit in 2009 and 2011. He also worked on the OSv unikernel, an operating system designed to run efficiently on the cloud, with results published at the USENIX ATC conference in 2014. After the OSv unikernel, Pekka worked at ScyllaDB developing an Apache Cassandra-compatible low-latency, high-throughput distributed database.

Talks🔗

Beyond Cloud Computing: Towards the Edge

2023-06-0911:00-12:30

Edge and serverless computing are emerging as a go-to solution for many applications and use cases that require low latency and scalability. In this talk, we will examine how edge and serverless are different from the cloud computing paradigm, their impact on your application's compute and data, and some of the challenges ahead.

QA

2023-06-0911:00-12:30

Pete Bacon Darwin
Pete Bacon Darwin

Systems Engineer at Cloudflare, Angular team member, AngularConnect organiser, Dad.

Talks🔗

Solving the micro-frontend puzzle with fragments architecture

2023-06-0911:00-12:30

To help developers build better web applications we researched and devised a fragments architecture to build micro-frontends. This architecture uses the power and flexibility of lightweight server-side JavaScript runtimes such as Cloudflare Workers. Our approach enables application deployments that are lightning fast, cost-effective to develop and operate, and scale to the needs of the largest enterprise teams without compromising release velocity or user experience.

QA

2023-06-0911:00-12:30

Sunil Pai🔗

Revolutionizes collaboration with PartyKit

Sunil Pai
Sunil Pai

Previously at Cloudflare / Meta / Myntra / Yahoo. Made Glamor. Now building PartyKit. Plays a blue Les Paul.

Talks🔗

Everything's better with friends

2023-06-0913:30-15:00

Software is best when shared; with friends and colleagues, in realtime, across the world. It's traditionally been hard and expensive to do this, but with the advent of edge computing and advances in CRDTs and the like, building multiplayer applications is now accessible to mere mortals like myself. In this talk, I'll share some of the work I've been doing in the space, and we'll have a demo to play with and break!

QA

2023-06-0913:30-15:00

Aleksandra Sikora
Aleksandra Sikora

Open source, TypeScript, React, databases.

Talk🔗

The API Evolution

2023-06-0915:30-17:15

Delve into the cyclical nature of API evolution, discovering how revisiting and refining past solutions drives innovation and leads to more effective, streamlined approaches for your projects. Embrace the iterative journey to unlock the full potential of your API-driven projects in the ever-evolving digital landscape.