Join us at the UK's best conference exploring
JavaScript, Node.JS, Web and more!
Connect with hundreds of like-minded Full Stack developers as we explore the latest in JavaScript, nodeJS, web and IoT.
Join us in central London for two days of keynotes, roundtables, and lightning talks — plus, as usual, we'll be capping it all off with an epic party.
And if that's not enough FullStack for you, we'll also be hosting hands-on workshops on either side of the event to dig deeper into the topics.

New This Year!
Join us virtually!
We are excited to welcome attendees to virtually attend London's best conference exploring JavaScript, nodeJS, IoT and more!
Connect with hundreds of like-minded Full Stack developers from around the globe on our virtual conference platform as we livestream the conference.
New This Year!
Join us virtually!
We are excited to welcome attendees to virtually attend London's best conference exploring JavaScript, nodeJS, IoT and more!
Connect with hundreds of like-minded Full Stack developers from around the globe on our virtual conference platform as we livestream the conference.
Who's going to be there?
We'll be announcing more speakers in the coming weeks. Be sure to sign up to our newsletter below for all the latest updates on the conference program and schedule!
Keynote Speakers

David Neal
Developer Advocate, Pluralsight
"Leadership Guide for the Reluctant Leader"

David Neal
Developer Advocate, Pluralsight
"Leadership Guide for the Reluctant Leader"
Regardless of the technology you know or the job title you have, you have amazing potential to impact your workplace, community, and beyond.
In this talk, I'll share a few candid stories of my career failures… I mean… learning opportunities. We'll start by debunking the myth that leadership == management. Next, we'll talk about some of the attributes, behaviors, and skills of good leaders. Lastly, we'll cover some practical steps and resources to accelerate your journey.
You'll walk away with some essential leadership skills I believe anyone can develop, and a good dose of encouragement to be more awesome!
David Neal is a family man, musician, illustrator, software developer, and Microsoft MVP living in North Georgia. He's currently a Developer Advocate for Pluralsight. He runs on a high-octane mixture of caffeine and JavaScript, and is made entirely of bacon.

Sophie Koonin
Senior Web Developer
"This Talk is Under Construction: A Love Letter to the Personal Website"

Sophie Koonin
Senior Web Developer
"This Talk is Under Construction: A Love Letter to the Personal Website"
We are excited to welcome Sophie Koonin to the FullStack eXchange for this keynote.
Stay tuned for additional details!
Sophie is a web-focused senior Product Engineer at incident.io, building intuitive tools to help companies manage and learn from incidents. Building websites since the age of 11, she’s passionate about creating inclusive, accessible and fun websites that people love. Sophie writes about tech & mental health at localghost.dev, builds intentionally useless web apps, and makes music.

Bruce Lawson
Web Standards, HTML, CSS, Accessibility Consultant
"IE: RIP or BRB?"

Bruce Lawson
Web Standards, HTML, CSS, Accessibility Consultant
"IE: RIP or BRB?"
On June 15, 2022, after more than 25 years as one of the most used and most frequently derrided web browsers, Internet Explorer (IE) was officially retired by Microsoft. In this session, Bruce Lawson will comment on the end of IE, and reflect on where we're going with web standards and browser diversity.
Bruce Lawson does accessibility at Babylon Health. He was co-editor of the HTML5.3 specification, one of the inventors of the <picture> element, and on the committee that drafted the British Standard for commissioning accessible websites. He co-wrote 'Introducing HTML5'. He's previously been deputy CTO of Opera browsers, front-end lead for a large UK legal organisation, a Fortran and mainframe programmer as well as a Bollywood movie extra, a musician, a tarot card reader, tutor to a Thai princess and actor.
Featured Speakers

Andrey Goncharov
Software Engineer, Meta
"Headless Flipper: Embeddable Mobile Devtools for Your CI and Beyond"

Andrey Goncharov
Software Engineer, Meta
"Headless Flipper: Embeddable Mobile Devtools for Your CI and Beyond"
Flipper is a platform for debugging mobile and web apps. Half a year ago, we decided to split the electron monolith in two parts: a standalone server and a UI. In this talk, we will cover why you need headless Flipper, what opportunities it unlocks for you. We will go over how Flipper can now be easily used for remote debugging, embedding, CI integration, and etc. We will overview how Flipper architecture transformed to support the migration, what Flipper is now, and how we plan to use it at Meta.
I am a software engineer from London, UK. Primarily, I am a full-stack web developer (think React, Angular, Node.js), but I also have a keen interest in low-level stuff (hello, C) and finance (love-hate relationship with Pandas).
Full-stack (web, blockchain, and even a bit of embedded) at software consultancies (DSR, DataArt) -> Headed front-end development at Hazelcast -> Front-end at Bricks (next-gen spreadsheet web app) -> Full-time maintainer of Flipper at Meta (ex-Facebook). Occasionally, I write about tech in my small blog and speak at conferences.

Elad Shechter
Web Developer
"How to Create Pure CSS Games"

Elad Shechter
Web Developer
"How to Create Pure CSS Games"
In this time of the coronavirus epidemic, a lot of our plans have been canceled. From every bad situation, we need to try to see the good thing in it. Elad Shechter took his free time at home to create a pure CSS game. He will explain many tips and tricks on "how to create pure CSS games".
Elad Shechter is a Web Developer specializing in CSS & HTML design and architecture.
Besides this, he is the creator of "The New CSS Reset", a new CSS reset based on new features of CSS. In addition, he's a writer of various globally known CSS articles and a CSS speaker.

Gabriel Manor-Liechtman
Senior Full-Stack Developer
"Squash All the Performance Bugs: Browser Dev-Tools Your Secret Silver Bullet"

Gabriel Manor-Liechtman
Senior Full-Stack Developer
"Squash All the Performance Bugs: Browser Dev-Tools Your Secret Silver Bullet"
UI performance bugs are probably the most frustrating for both application users and developers. For application users they are just a bad experience that can lead users to abandon your product. For developers they are the hardest bugs to detect and ultimately debug––because they're basically impossible to find by just reading the code or running a typical debugger, and don't have any simple workarounds like others.
One of the less glamorous but incredibly useful tools to help catch and squash those elusive bugs before they reach your end user, is the browser dev-tools performance stack, which includes the Networking, Memory, Rendering, Code Bugs, and CPU. This talk will walk through some of the most common pitfalls in UI performance, and some good practices to help you avoid them. You can quickly reproduce these performance issues by calling the DOM and your app directly from the browser console, and running stress tests. Through code examples and a demo, you'll be able to learn some of the best kept secrets, tips and tricks for optimizing and debugging your UI performance for your fullstack apps.
Gabriel is a senior full-stack developer with a favorite kid named Frontend.
For over ten years now, I've enjoyed writing clean code, simplifying complex problems, leading feature development, and influencing innovation every day.
When I’m not busy with code, you’ll find me talking about application performance, building confidence in code-bases, product architecture, developing organizational culture, and other nerdy dev stuff.
Besides all that, I'm a father of two, a hobbyist photographer, restless traveler, and food creator.

Garance Vallat
Senior Engineering Manager
"Everything You Don't Need to Know About Git"

Garance Vallat
Senior Engineering Manager
"Everything You Don't Need to Know About Git"
Do you know Git? I bet you do. I also bet you use it, like 90% of the developers who answered last year’s StackOverflow survey. For sure you know all the basic commands to commit, pull, push... You might even rebase regularly, cherry-pick or bisect whenever it’s needed. Good for you, it’s not what this talk will be about! In this talk, we’ll focus on the rest of Git. The forgotten bits of trivia, the little-known, not-for-everyday commands. You won’t leave with much to apply directly in your terminal, but with plenty to talk about on your company’s messaging platform! We’ll jump from Git’s history to its core data structure, passing by some useful commands that you won’t resist trying out for yourself. If that sounds like fun to you, come on in!
Garance is a senior engineering manager at @FactorialHR, where she works remotely. Her days are busy leading others to success: in her teams in particular, and in the wider engineering organisation in general. She started her career as a software engineer, and never misses a chance to jump in the console to debug or look at others debugging. When she’s not working, you’ll have better chances finding her hiking in the Pyrenees mountains than in front of a laptop.

Harshil Agrawal
Developer Advocate, Contentful
"The Curse of Popularity: Story of GitHub Wrap"

Harshil Agrawal
Developer Advocate, Contentful
"The Curse of Popularity: Story of GitHub Wrap"
We all love sharing our work with the community, and GitHub Wrap enabled you to do just that. GitHub Wrap, a weekend project, got a lot of love on Twitter from the developer community. One could share the contributions they made to open-source using the tool. Created with tools like n8n, Cloudflare, and Cloudinary, the project handled 60k requests and delighted the tech community. But with love, there also came challenges. Join me to listen to my learnings from creating the project to managing it.
Working in the Developer Relations team at n8n, Harshil enjoys sharing his learnings with the community. A JavaScript developer, open-source contributor, and a low-code enthusiast, Harshil loves experimenting with tech and building small projects.

Herve Aniglo
Senior Business Systems Analyst, ADP
"Solidifying Sound with Sonic Pi"

Herve Aniglo
Senior Business Systems Analyst, ADP
"Solidifying Sound with Sonic Pi"
Have you ever thought about making some really awesome beats by coding? You can do that with Sonic Pi! Sonic Pi is based off of Ruby. You can create all types of beats and melodies with this technology and I can show you how to do it through a demo.
In this talk attendees will learn about Sonic Pi in a live coding environment, and will learn how to create different genres of music through coding.
Attendees will leave this talk with an understanding of Sonic Pi and learn about:
- making music
- making beats
- making songs
- music transcription and playback
- audio looping, computer-aided music composition
- development of computer-based musical instruments (including hybrid instruments)
- live performance
Plus, we'll conclude with a full live demo where I will turn my computer into a myriad of musical instruments to play music and songs of different genres
Herve Viho Aniglo was born in the capital and coastal city, Lome, Togo. Togo is a small country in West Africa located between Ghana and Benin and below Burkina-Faso. He and his family are part of the Togolese ethnic group, Ewe. At a young age, Herve and his family moved to the United States of America for better opportunities. They first arrived in New York then later moved to Memphis. His first name "Herve" (pronounced Her-vay) is French for "Army Warrior." The middle name Viho is Cheyenne for "Chief." These are the characteristics of a leader and they are the characteristic of an "army warrior" and a "chief." Herve serves and follows the directions and tasks of others (army warrior) but at the same time, he sets an example to his fellow peers by showing determination, keeping an upbeat, positive personality and motivation to keep things going (chief). Herve is a well-known networker and connector in Memphis. He is involved with the National Black MBA Association, Black Data Processing Associates, and National Society of Black Engineers. He is also currently pursuing his MBA at the University of Memphis.

James Bender
Lead Application Architect,TekPartners
"How Storybook Makes Your UI Development Super Easy"

James Bender
Lead Application Architect,TekPartners
"How Storybook Makes Your UI Development Super Easy"
If you’re a JavaScript developer, you’ve no doubt jumped on the “Components are the best!” train, and use a development platform like React, Vue, or Angular. And for good reason, we all know of the joy of building applications from a collection of highly specialized, composable, and (hopefully) tested components can bring. Heck, the software practically writes itself! (But don’t tell our clients or bosses that.)
The problem (isn’t there always one?) is that as your application starts to grow, issues with this approach start to creep in. Consistency can be difficult to maintain. Testing starts to get more difficult. And while we often strive to build these components as stand-alone, isolated pieces of software, we usually end up needing to build and run the whole application to even see what they look like. And this can slow you down. And hey, wouldn’t it be nice if the QA people could actually help us out with some of this lower-level testing instead of having to go through the same simple 82-step process to make sure that we changed that font color from light blue to slightly lighter-blue?
The good news is that Storybook is here to make our lives (as developers anyway) so much easier!
Storybooks website says it’s an interface development and playground for UI components. But it’s so much more than that! With Storybook, you can develop your component in TRUE isolation, meaning that you don’t need to run the entire application to see how changes to your code affect how your component looks and works. It also helps developers stay consistent, helps provide component-level documentation, makes testing a lot easier, and enables QA to examine the components and try different scenarios to see how the component and the application react in different situations.
In this session, you’ll see how to add Storybook to your application, how the tooling works, and how to start writing your own stories. And while the examples will be in React, Storybook supports every major component-based platform, so the knowledge you gain will easily translate into whatever framework you’re working with.
James Bender has been involved in software development and architecture for 18 years. He has worked as a developer and architect on everything from small, single-user applications to Enterprise-scale, multi-user systems. His specialties are .NET development and architecture, TDD, SOA, WCF, Web Development, cloud computing, and agile development methodologies. He is an experienced mentor and author. James is a Microsoft MVP, Chairman of the Central Ohio Day of .NET and former President of the Central Ohio .NET Developers Group. James's book "Professional Test Driven Development with C#: Developing Real World Applications with TDD" was released in May of 2011.

Noa Goldman
Product Manager, Rookout
"How is "Works on My Machine" Still a Thing in 2022?"

Noa Goldman
Product Manager, Rookout
"How is "Works on My Machine" Still a Thing in 2022?"
The goal of every great developer is to ensure that they are doing the best job that they can. Yet, with the advancement of software and the move to cloud-native ecosystems these past few years, things have become more difficult.
While developers used to be able to focus solely on the code that lived in their local machine, they now are also responsible for what happens once it leaves their machine and deploys to production.
Understanding what happens to your source code when you’re done writing it is a must-have skill for developers, starting from the building stage, integration, testing, and all the way through the CI/CD process.
In this talk, we’ll discuss everything the code goes through from the minute it leaves your local machine. We will dive into all the practicalities that developers need to fully own in order to step up their coding game and why they need to do so. Finally, I will share my real-life experience on what it takes to be a next-level developer through owning your whole development process.
Noa is Rookout’s Product Manager. Having been a developer for eight years, her goal in life now is to take complicated technology and products and simplify it to the point that anyone can understand and use it. In her free time, you can find her training at her local CrossFit gym, giving a talk at a conference, or eating a bowl of raw cookie dough.

Ramón Huidobro
Developer Relations Strategist + Developer Educator
Developer Relations in a Nutshell

Ramón Huidobro
Developer Relations Strategist + Developer Educator
Developer Relations in a Nutshell
We hear about Developer Relations, or DevRel, quite a bit! We've also heard different definitions for it. We might've asked somebody in DevRel what they do and surely heard "Well, it depends..."
In this talk, we'll explore this!
We'll cover what the different pillars of DevRel are, the activities involved, and how to get started!
Ramón Huidobro is a software engineer with over 10 years experience. Public speaker. Community member. Developer educator. Free Coding Bootcamp Instructor. Live streamer.

Rob Richardson
Software Craftsman
"Scaling the Testing Pyramid in JavaScript"

Rob Richardson
Software Craftsman
"Scaling the Testing Pyramid in JavaScript"
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let's look at all the ways you can test a web app and demo all the tools you'd use. We'll live-code most tests to show you exactly what makes a good testing strategy. You'll leave with a GitHub repo you can use to keep learning or fork and use in your own PWAs.
Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He’s a Microsoft MVP, published author, frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development.

Simon MacDonald
Head of Developer Experience, Begin
"Functional Web Apps: The Revenge of Dynamic Web Apps"

Simon MacDonald
Head of Developer Experience, Begin
"Functional Web Apps: The Revenge of Dynamic Web Apps"
Building static websites with a Jamstack approach offers a fantastic solution for building massively available systems without the downsides of traditional dynamic stacks like Rails, Express or Wordpress. But there is a different way. In this talk you will learn how to build massively available dynamic web apps with pure cloud functions. Functional Web Apps (FWA) are built with pure cloud functions, sport a builtin database and deploy quickly and reliably. No more waiting on slow builds. No more trading off a dynamic end user experience by pre-rendering spinners. We will build markup on the fly with the determinism and reliability of immutable deployments leveraging the power and simplicity of the ultimate building block: pure cloud functions.
Simon MacDonald has over twenty years of development experience and has worked on a variety of projects including object oriented databases, police communication systems, speech recognition and unified messaging. His current focus is contributing to the open source Architect project to enable developers to create functional web applications. Simon’s been building web applications since the days they were written using shell scripts and he still has nightmares about those dark days.

Simon Ford
Founder, Blecon
"Bluetooth for SaaS?"

Simon Ford
Founder, Blecon
"Bluetooth for SaaS?"
Bluetooth is present in every phone and laptop, making it the defacto choice for peripherals and the Apps that connect to them. It has achieved unprecedented economies of scale and pricing.
But what about Bluetooth for SaaS? Why is that not a thing? What if we could leverage all this investment and technology for extending SaaS applications with IoT capabilities?
This talk explores some of the trade-offs and opportunities that could come if Bluetooth could connect to your web backend, and the work we've been doing to create Bluetooth infrastructure and devices that can.
Simon Ford is founder of Blecon, a startup enabling network infrastructure and a new class of devices for the SaaS world, based on Bluetooth Low Energy.
He previously worked at Arm where he founded Arm Mbed, and was Technical Lead for the ARM NEON/v7 architecture that helped launch the smartphone revolution.

Teresa Wu
VP Engineer, JPMorgan Chase | GDE Flutter/Dart
"Micro Frontends: Build, Release and Automation in the Chase App"

Teresa Wu
VP Engineer, JPMorgan Chase | GDE Flutter/Dart
"Micro Frontends: Build, Release and Automation in the Chase App"
This talk begins with giving a brief discussion on how and why should we build a micro frontends project. Then it extends into a detailed walk-through of micro frontends design process, including architecture, release process and automation. In addition, I will give demo of how we apply those good practices within the Chase UK App.
Coming from the East side of the world, Teresa Wu is passionate about mobile applications and Cloud technologies, she has been working with many talented developers to craft various apps and projects throughout the years. Teresa likes to explore the world of multi-platform, the fun of continues delivery, testing automation and much more.

Samuel Proulx
Accessibility Evangelist
"Web Navigation and Assistive Technology for Blind Users: Where We’ve Been, Where We Are"

Samuel Proulx
Accessibility Evangelist
"Web Navigation and Assistive Technology for Blind Users: Where We’ve Been, Where We Are"
From Web 1.0, to 2.0, to the burgeoning “web3” – how has digital accessibility shifted, as web features have become more complex? How has assistive technology continued to offer innovative solutions for people to engage online, across ability? In this session, Fable Accessibility Evangelist Sam Proulx will share reflections based on his over 30 years of experience using screen readers and witnessing the accessibility industry adapt and change. Get a deeper understanding of where accessibility has been, what the landscape in the current moment, and where this all might be taking us from here.
Samuel Proulx is the Accessibility Evangelist at Fable, a leading accessibility testing platform powered by people with disabilities. As a blind individual, Sam knows and values the importance of accessibility in all aspects of life and is a strong advocate for the inclusion of people with disabilities in the digital world. Sam brings his previous experience as Fable’s community manager, plus life-long advocacy for himself and others, to his role as Evangelist. Audio description: Sam is a white man with short dark brown hair and a thick brown beard.
Lightning Talks

Stuart Clark
Developer Advocate, Cisco DevNet
"From Behind the Chair to Behind the Keyboard: How Hairdressing Prepared Me for Developer Advocacy"

Stuart Clark
Developer Advocate, Cisco DevNet
"From Behind the Chair to Behind the Keyboard: How Hairdressing Prepared Me for Developer Advocacy"
In today’s increasingly digital business environment, the need to continue honing and upgrading skills is a given. Whether you’re a CTO reimagining a corporate technical strategy, or a developer creating systems that bring that plan to life, to improve your IT acumen you will need to translate the “people skills” you’ve built through your own unique experience —even if you started out as a hairdresser, like me. Those 15 years behind the chair taught me that success is 50% technical skills and 50% communication skills.
In this talk I will share three “soft skill” lessons from my salon days that have shaped my developer career and will help you apply your own personal experiences in furthering your professional journey:
- Listening to Learn and Learning to Relate Across Levels
- Walking In a Client’s Shoes
- Practicing Professional Patience
Stuart Clark is a Technical Leader / Developer Advocate at Cisco DevNet, where he focuses on network automation and the developer experience for engineers, partners working with network automation and DevNet. Prior to joining Cisco DevNet, he worked in a variety of roles ranging from Network Engineer to Network Architect for Cisco. Stuart can be found on Twitter @bigevilbeard

Ryan Cormack
Principal Engineer, Moonpig
"Typescript Beyond the Stack"

Ryan Cormack
Principal Engineer, Moonpig
"Typescript Beyond the Stack"
The modern technology stack traditionally consists of the Frontend, Backend and a Database. But we need a way to get our code from our computer to their server. The AWS Cloud Developer Kit (CDK) is a tool that allows us to write and deploy our infrastructure in languages used to write the rest of the stack, including Typescript. By leveraging the CDK we’re able to write our infrastructure, backend and frontend all in Typescript and even deploy it to Amazon’s serverless compute platform. In this session Ryan will look at the basic concepts behind the CDK, what is happening when you use it and how it allows us to quickly and easily get a full stack Typescript application up and running in a language we are familiar with. We’ll look at how using the CDK allows us to fully embrace a DevOps culture and provide a friction free way to get our code into production using a language we are already familiar with.
Ryan Cormack started his career in digital marketing before moving to software engineering. He's worked with AWS technologies for ten years and has recently started working with teams building full Serverless microservices and "breaking apart the monolith.” Ryan has worked in various companies, from founding his startup to companies spanning Europe and further. He previously worked at Just Eat where he chaired the Lambda Guild, championing best practice. Currently, Ryan works at Moonpig on their core Tech Foundations team helping all their technology teams build on their serverless platform across multiple brands and countries.

Keren Kenzi
Senior Software Engineer, Torii
"Work-Life Balance with Chrome Extensions"

Keren Kenzi
Senior Software Engineer, Torii
"Work-Life Balance with Chrome Extensions"
Wouldn’t it be great if you could use your coding skills to simplify your day to day tasks and
boost your productivity with tools like Chrome Extensions? In this session, we will explore the
magic behind Chrome Extensions and how you can write your own in just a few steps. We'll go
over the basic manifest fields we need for that and conclude with a demo. I hope to inspire you
to write Chrome Extensions, and that one of these days, I will see your creations in the Chrome Web Store.
Keren Kenzi is a front-end developer at AppsFlyer, who has been working as a software engineer for more than a decade. She has a M.Sc. in Computer Science and loves React and learning new technologies. She also co-organizes the AfterHours Coding community in Israel. And in her not-so-spare time, she studies psychology. Her hobbies include drawing, photography, and
singing.
Want to be first to hear about speaker announcements?
Sign up for our newsletter

All sessions at FullStack eXchange will be recorded. Videos will be exclusively available to ticket holders for 90 days after the event.
All ticket holders (In-Person and Online) will receive access to the virtual conference, as well as to the talk recordings, which will be available within 48 hours of the event.
(Please note: Online tickets do not include access to the In-Person event.)
Regular Price
In‑Person Tickets
£ 699
Access to FullStack eXchange 2022 featuring 2 days of expert‑led talks
Meet hundreds of other attendees face-to-face
Access to the Exhibition
Access to the virtual event platform
Exclusive access to talk recordings for 90 days after the event
Regular Price
Online Tickets
£ 99
Access to FullStack eXchange 2022 featuring 2 days of expert‑led talks
Connect with other attendees around the globe
Take part in the live Q&A
Exclusive online-only breakout sessions
Exclusive access to talk recordings for 90 days after the event
Premium Member Tickets
Online Tickets
FREE
Skills Matter Premium Members get unlimited access to 12+ online conferences, PLUS:
Exclusive events for Premium Members
20% discount for in-person Conferences
20% discount for online Workshops
and more!
Get Involved
Become a sponsor
Whether you're looking to attract talent to your team or spread awareness of your company, sponsoring FullStack eXchange is a terrific way to support and connect with our global community of JavaScript and web enthusiasts.
FullStack eXchange is Skills Matter's first in-person conference since the start of the pandemic. Demand for tickets will be high, and this event promises to be a memorable one. If you’re looking to develop relationships with our members, or to showcase your product and spread brand awareness, we’d love to find a way to create meaningful interactions between you and our community.
Volunteer
Volunteers help make our events better. If you are a student, young professional or would like to get some events experience, help us facilitate a great conference by volunteering.
Volunteers work with our team and are responsible for tasks in which they can learn and help at the same time.
In exchange for your services, we offer a free admission to the designated conference. When you're not working behind the scenes, you're entitled to participate in the event, learn from the talks and workshops, network with other attendees and create meaningful connections.
What is FullStack eXchange?
FullStack eXchange was started in 2014 to support the growing community of "full stack" developers — even if nobody could quite agree what the term meant at the time. Over the years we've explored nodeJS development, front-end frameworks like Angular, React and vueJS, and a growing interest in associated technologies like “Internet of Things” (IoT) and document databases. Past keynotes have included Ken Wheeler, Amie Dansby, Danese Cooper, Myles Borins, and Addy Osmani.
Program Committee
All of the talks at FullStack eXchange are selected by our volunteer Program Committee. Our Commitee evaluates and selects which speakers and topics will be included in the conference program. This committee includes developers, practitioners and enthusiasts of all levels.
The 2022 Program Committee includes:

About the Venue
Nestled between St Paul's Cathedral and the Millennium Bridge over the Thames, Leonardo Royal Hotel St Paul's will play host to FullStack eXchange conference in 2022.
The venue is accessed via the main entrance on Godliman Street.
Sponsors & Partners
We are incredibly grateful for the ongoing support of:
Partners
FullStack eXchange is organised by
EXPERTS. SKILLS. COMMUNITY.
Skills Matter is a global community of technologists interacting, sharing knowledge, inspiring and improving each other. It's where software professionals go to get inspired, connect with peers and learn about new technologies; and where tech experts go to share their knowledge, build their personal brands and grow their audiences.
With 100,000+ members from 126 countries, Skills Matter is one of the world's largest communities of software professionals. These community members connect on our platform and participate in expert-led talks, conferences, meetups and workshops advancing the state of software engineering globally.