Wouter

Wouter @woubuc

About: Javascript full-stack dev and UI/UX design aficionado. I love REST APIs.

Location:
Leuven, Belgium
Joined:
Feb 22, 2017

Wouter
articles - 5 total

How to use API keys in client-side Javascript

Managing API keys in front-end codebases can be a little tricky, especially for people who aren't...

Learn More 9 0Sep 17 '20

Publishing a Rust binary on npm

Instead of asking your users to install the entire Rust toolchain just to compile your program with...

Learn More 13 1Dec 16 '19

Self-documenting is a myth, and how to make your code self-documenting

Self-documenting code is often presented as a programmer's utopia, where you don't need to write comments at all! But code can never be entirely self-documenting. Here are some tips on how to clean up your code and write fewer comments without losing sight of the big picture.

Learn More 13 6Aug 3 '19

Choosing a static site generator

When I started building this blog, I knew from the start that I wanted to use a static site generator with markdown files. But I had no idea which SSG I should use. I decided to do a little write-up about my search and my decision to use Gridsome.

Learn More 13 1Jul 28 '19

Making a background music player in Godot

There are multiple ways to play and manage music tracks for your game but most are linked to your scene. In this tutorial we'll make an autoload music manager that will allow to you play background music independent from your game scenes.

Learn More 14 0Jul 27 '19