wetainment

APRIL 2020
JAVASCRIPT

Let's build an app

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.
Read
FEBRUARY 2020
CSS

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!
Read
JANUARY 2020
REACT

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.
Read
MAY 2019
GRAPHQL

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!
Read
JANUARY 2019
CSS

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!
Read
JUNE 2018
WID

WiD - Universal React Components

Rendering React Components on native devices and on web. Reuse as much or little as you want.
Read