Building a Web Component Library

Presented by: Burton Smith

Web components have been around for a long time (since HTML 5 became a thing), but there hasn’t been a lot of attention given to them until recently. Now, tech organizations worldwide are adopting them and finding tremendous efficiency in creating framework-agnostic reusable components to build...

Tags: JavascriptFormat: PreCompilerLevel: Introductory and overview

Build your first Serverless Web Application

Presented by: Curtis Darst, Camille Roussel

Use the Serverless Application Model (SAM) to build a backend process for handling requests for your web application. A serverless approach will allow you to minimize undifferentiated work around managing servers, infrastructure, and the parts of the application that add less value to your...

Tags: Cloud, JavascriptFormat: PreCompilerLevel: Introductory and overview

Learn to MERN

Presented by: Joel Lord

Everyone talks about being a full-stack JavaScript developer, but what does it even mean? Can you really use JavaScript all the way through your development stack, and how to get started? All the different technologies that are needed to become a full stack developer might seem daunting at first,...

Tags: Javascript, ReactFormat: PreCompilerLevel: Introductory and overview

End-to-End, Component & API Testing with Cypress

Presented by: Jordan Powell

In a world where continuous deployment has become the norm, testing is no longer an option but a necessity. Even the smallest of changes can have major impact on our software. In this workshop I will show you how to test your applications the way your users actually use it. We will take a deep dive...

Tags: Javascript, TestingFormat: PreCompilerLevel: Introductory and overview