Monthly Archives: May 2020

Getting better with VS Code

- Posted in computers development javascript workflow

I spent part of the past “long weekend” learning about MongoDB and Firebase. In the process I used VSCode (instead of my old buddy TextMate) and wrote what’s below as reference for myself. It might be useful to some. Formatting code Add an .editorconfig file to the root of your project: Add a .prettierrc file […]

Re: Office-centricity

- Posted in entrepeneurship remote standpunt

Omdat Twitter soms wat moeilijk te volgen is. Dit is een reactie op en draadje door Jeroen Lemaire, CEO van In The Pocket op Twitter. Jeroen reageert op de beslissing van Shopify en Twitter om “digital by default” te gaan. Wat Shopify en Twitter daarmee bedoelen is dat ze er van uit gaan dat iemand […]

Skip a word in the terminal on Mac OS

- Posted in development workflow

This is about terminal text navigation on Mac OS. I knew I could use Ctrl + A and Ctrl + E to jump to the beginning of a line and the end of a line respectively. Turns out you can also use Esc + B or Esc +F to jump to the beginning or the […]

VLAIO jaarverslag: jaar na jaar slechter

- Posted in belgische-problemen entrepeneurship

In het VLAIO jaarverslag van 2017 stond welke bedrijven er steun kregen in met innovatiesubsidies en waarom. In het jaarverslag van 2018 stonden enkel namen van bedrijf en het bedrag. Geen woord over wat zij doen. In het jaarverslag van 2019 is het blijkbaar zelfs niet meer nodig om een oplijsting van bedrijven te maken […]

Overwerk

- Posted in corona nederlands persoonlijk

Ik ga me de coronatijd misschien herinneren als een periode van immense productiviteit, maar wellicht ook als een periode van een serieus slechte balans tussen werk en privé. Het is niet zozeer dat het erg druk is op het werk, maar dat ik het druk maak voor mezelf door de tijd die er is te […]

How to add PostCSS to Routify starter

- Posted in routify svelte webdev workflow

Here’s some step-by-step instructions on how to add a basic CSS setup to a Routify-powered project. Install the postcss plugin: Import it inside rollup.config.js: Reference it as a plugin: Import in main.js: Make sure to create the CSS folder under src And create the CSS file Now reference the correct file in __index.html: That’s it! […]

Building community in open source: Svelte edition

- Posted in community open-source svelte

Now that Svelte Society Day happened there is a lot of talk about improving the community around Svelte. Efforts have been made in the past, with the biggest one being Svelte Community by swyx. I feel that now we have improve upon these efforts, but also connect these efforts to the “official channels” in a […]