Explore modern frontend technologies

Read about JavaScript, Typescript, React, React Native, GraphQL and more

May 2020JavaScript

Let's build an app - Part 2

Bored at home? Join me learning how to build a small, but complete app in 2020. We'll build the basic functionality of our React Native app.

April 2020JavaScript

Let's build an app - Part 1

Bored at home? Join me learning how to build a small, but complete app in 2020. We'll use React Native to build a cross platform and fully native app.

February 2020CSS

Flexing your HTML footer to the page bottom

When adding a footer to yout HTML page you probably want to have it at the bottom. But how do you achieve that, if the page content doesn't fill the whole page? CSS flexbox to the rescue!

January 2020React

Write your own Create React App template

Create React App can bootstrap your React applications. Nowadays, you can even use a template to quickly start your projects with your preferred stack. Learn how to write and publish your own template.

May 2019GraphQL

Hasura GraphQL - First impressions

Hasura is making itself a name as an engine for realtime GraphQL APIs on top of Postgres databases. They feature a good Getting Started path, advanced data access features, tight coupling to Postgres and awesome learning materials. Let's have a look!

January 2019CSS

Tailwind CSS in JS

The improved way of adding the Tailwind CSS Framework in a Create React App using CSS in JS solutions and a babel-macro!