The Power of Web Workers in 3 min 💪

Tired of making slow websites? Let's talk about the power of web workers and how it can make websites faster. Curious ...

Why USA is a Terrible Place to Work for Developers

America is a terrible place to work as a software developer. Join me while I explore the 7 reasons why Norway is a significantly ...

Frontend DevOps - The Ultimate Guide

What is DevOps, and what does it mean for the Frontend? You will learn about the problems we had before DevOps, how ...

Building a Web Components Framework with Webpack, in Just a Few Hundred Lines of Code

You will learn all about Web Components, Webpack, Babel, Routing (History API), component creation, data flow and services.

Google’s DESPERATE Battle for Survival with AMP

How big is Google actually? Is google a monopoly? What is AMP, and how does it play into all of this? We will explore Google's ...

Apple’s systematic war against the web

This video is the result of three months of research into Apple, and its systematic war against websites. I still like a lot of what ...

VS Code Like a Pro - 7 Next Level Tips and Tricks

Visual studio code has become the most popular code editor out there, especially for front end development. It's really light weight ...

Angular production ready setup - With Github Actions, Material and Cypress

How to set up a new Angular project with Material, Cypress, Normalize and Github. This will set you off with a great folder structure ...

Why Angular is the best framework for a design system

Design systems are critical for any company that wants to enable rapid development and innovation while maintaining a ...

Web Components: Everything you need to know

Web components are the new way to create reusable components for the web. This approach is entirely framework independent ...

The Advanced Broadcast Channel API, with practical examples - Part 2

This simple, yet powerful API allows for direct communications between browser tabs. It opens the door for multi tab applications ...

The Broadcast Channel API: Sending messages directly between browser tabs - Part 1

This simple, yet powerful API allows for direct communications between browser tabs. It opens the door for multi tab applications ...

RxJS for new players

Everything you need to know to get started with RxJS, the best library for event driven programing Official documentation: ...