Author Archives: Johan

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 entrepreneurship

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 […]

Svelte Society Day

- Posted in svelte Uncategorized

Svelte Society Day is happening this Sunday, an online conference with 10 talks about Svelte that will be streamed on YouTube. The stream will start around 5PM (GMT+1). If you are interested to receive more information, sign up on the website. I didn’t submit a talk but I am working on some Svelte tutorials which […]

Routify + Roxi news

- Posted in development open-source svelte webdev

Last week the new website for Routify was published, which now has a blog. You can read the announcement about the 1.5 release here. Within the Routify project, I am taking on various roles that don’t have too much to do with the coding of the project itself: design for the documentation website, promoting Routify […]

Long time no see

- Posted in nederlands voornemens

Ik ben precies ergens gestopt met bloggen. Ik had wat dingen in de pipeline, rond toegankelijkheid, en dan ben ik totaal gestopt met schrijven. Soms blijft een blog post ook zo lang hangen in de drafts dat je na een tijd begint te twijfelen of het eigenlijk wel iemand interesseert. Tijd om het terug op […]

How to add SCSS to a Svelte project using Routify

- Posted in development routify webdev

Note: this post is out of date since the 1.5 release of Routify. Here’s the code you will need. For package.json: For rollup.config.js For __dynamic.html and __bundle.html: Make sure to add an SCSS folder to the root of your project, with in this case a file called global.scss.

Tired/Wired

- Posted in Uncategorized

Tired Overwriting someone’s data because you are saving on the server and the server does not understand you are accessing the same data Being dependent on one party’s walled garden whims (i.e. App Store) Wrangling with settings and permission schemes Trying to mimic one platform on another Dealing with the file system Acting like there […]