Hello world
This talk is a love letter to complexity.
When I was a child I fascinated by rube goldberg machines.
They are these quirky machines with many interlocking parts of very different Technology
I used to spend hours with marbles, pipes, string, playing cards and dolls and all the other toys in my toybox to build these amazing contraptions.
Front end web development is complex.
Between CSS, HTML and JavaScript there are many different parts which behave very differently.
The features in the web platform are growing day-by-day, it feels I have been learning the web platform my entire life and I still discovering new toys or get new toys added to my toybox.
This talk I am going to introduce 4 new-ish toys we have to play with and explore how they work together:
Each one is a deep complex topic it's own right so I can't go into depth about them.
Learning to use them effectively will take some research, practise and time.
The goal of this talk is to show how they can work together.
When they are used in conjunction it feels like super powers for front end web development.
Hopefully will change the way we think about front end web deveopment.
<div class="head">
<header>
<h1>My thing</h1>
</header>
</div>
<div class="left-column">
<div class="widget">
<div class="widget-description">
<p>lorem ipsum</p>
</div>
<button class="widget-button">lol</button>
</div>
</div>
<div class="right-column">
<main>
<p>Hello world</p>
</main>
</div>
<div class="head">
<header>
<h1>My thing</h1>
</header>
</div>
<div class="left-column">
<div class="widget">
<div class="widget-description">
<p>lorem ipsum</p>
</div>
<button class="widget-button">lol</button>
</div>
</div>
<div class="right-column">
<main>
<p>Hello world</p>
</main>
</div>
<div class="head">
<header>
<h1>My thing</h1>
</header>
</div>
<div class="left-column">
<div class="widget">
<div class="widget-description">
<p>lorem ipsum</p>
</div>
<button class="widget-button">lol</button>
</div>
</div>
<div class="right-column">
<main>
<p>Hello world</p>
</main>
</div>
Hello world