An in-depth hands-on workshop about building interactive web components using modern JavaScript. No frameworks, no libraries; learn how to create fast, responsive user experiences, built with 100% native code.
Workshop will be held on April 17, 18 from 11 a.m to 3 p.m. (UTC+3). Timezone: EEST.
Check invitation from Dylan Beattie:
JavaScript runs in every web browser, tablet and smartphone on the planet. It’s used to create all kinds of applications, from business productivity tools to social media apps and online games. Modern JavaScript is a flexible, powerful development platform – but it’s a platform that comes with a dizzying array of standards, frameworks and tools. From the dark days of document.layers , through jQuery and prototype, to modern ecosystems like React and vueJS, developers have long relied on frameworks and libraries when it comes to building client-side components and systems using JavaScript.
With modern JavaScript, you don’t need to. Technologies like web components, custom elements and the shadow DOM are natively supported by over 90% of browsers, and using these technologies, we can create lightweight, responsive web components that leverage modern browsers’ native APIs to deliver blisteringly fast performance.
In this two-day workshop, you’ll find out how to design, build and deploy custom web components built with pure native JavaScript. Over the course of the workshop, attendees will build several web components, from a simple “Hello World” app to a Tetris-style game implemented entirely as a custom element built with HTML and JavaScript.
Number of participants: up to 20 participants.
The language of the event is English.
This workshop is aimed at software professionals with some web development experience. You don’t need to be a JavaScript expert - if you’re comfortable editing code in a text editor, you know what document.getElementById does, and you can write some basic HTML, you should be able to pick up the rest as we go.
Attendees will need a laptop running a modern web browser (Chrome, Firefox or Microsoft Edge). For the sections of the workshop based on SASS/SCSS, Webpack, and Babel, you will need a nodeJS v12 or higher runtime - instructions will be provided on installing this if you don’t already have it set up.
— Dylan Beattie created his first web page in 1992;
— With nearly 25 years’ experience as a professional developer, he’s worked on everything from static websites to distributed microservice architectures;
— Dylan is a Microsoft MVP and the creator of the Rockstar esoteric programming language;
— He’s presented talks about technology and software development at conferences and events all over the world;
Overview of modern web component architecture
Working with the Shadow DOM
Architecture of a web component
Rendering strategies for web components
User interactions and events
Testing web components with Jest
Web component tooling