Blog

I've been writing blogposts here since 2021. So far I have written 21 posts. That means that on average, I write a post every 38 days!

Below there is a searchbar that can be used to search title, description and tags.

Filter

Clear filter button
Hosting a Sveltekit app on Azure App Service

Hosting a Sveltekit app on Azure App Service

24 views | 19/11/2023

Hosting a Sveltekit app on Azure App Service

Enabling 2FA for your Microsoft tenant!

Enabling 2FA for your Microsoft tenant!

35 views | 25/10/2023

Enforce a second factor for your users by enabling 2FA in the Microsoft Admin center.

Maintaining an ISMS

Maintaining an ISMS

26 views | 18/09/2023

Whether you're considering ISO 27001 certification or just beginning to explore NIST, an Information Security Management System (ISMS) is an essential component!

Getting started with HTMX

Getting started with HTMX

40 views | 21/08/2023

All aboard the hypetrain because new frontend technology just dropped!

Creating a RSS feed

Creating a RSS feed

22 views | 25/07/2023

Creating a RSS feed from scratch for the blog.

Microsoft threat modeling tool

Microsoft threat modeling tool

77 views | 15/06/2023

Making use of the official Microsoft threat modeling tool.

Techorama, Gamify threat modeling

Techorama, Gamify threat modeling

42 views | 24/05/2023

At Techorama Antwerp 2023 I gave a talk about gamifying threat modeling.

OWASP Cornucopia

OWASP Cornucopia

68 views | 22/04/2023

Gamify threat modeling with the OWASP Cornucopia card game.

OWASP SAMM

OWASP SAMM

37 views | 29/03/2023

OWASP SAMM is an open framework to help organizations formulate and implement a strategy for software security!

Vercel Cron jobs

Vercel Cron jobs

60 views | 27/02/2023

Trying out Vercel Cron jobs

Azure Functions as a cron job

Azure Functions as a cron job

42 views | 24/02/2023

Setting up a cron job using Azure functions

Svelte transitions

Svelte transitions

139 views | 09/02/2023

Exploring Svelte transitions from the bottom up!

Building the blog!

Building the blog!

220 views | 20/01/2023

A rundown of all the different tools and techniques that are used to build this blog.

ChatGPT for software developers.

ChatGPT for software developers.

55 views | 11/01/2023

Make use of the ChatGPT as a software developer. Automate the creation of boilerplate code, unit tests and documentation.

Azure Application Insights

Azure Application Insights

149 views | 11/01/2022

Collect logging, metrics and traces and store them in Application Insights.

Sveltekit API endpoints

Sveltekit API endpoints

11255 views | 13/12/2022

An overview on how to create and host an API build with Sveltekit.

Create a bare bone chat component with Svelte

Create a bare bone chat component with Svelte

1024 views | 01/10/2022

Sveltekit API endpoints.

Azure functions part 2 - Triggers and bindings

Azure functions part 2 - Triggers and bindings

31 views | 12/03/2022

Triggers and bindings are core properties of an Azure function. In this blogpost we will have a deeper look ...

Azure functions part 1 - Getting started

Azure functions part 1 - Getting started

23 views | 01/23/2022

Let's have a look at what Azure Functions are and how to deploy and integrate them in your cloud application.

Managing multiple Teams instances

Managing multiple Teams instances

225 views | 18/12/2021

Managing multiple Teams instances of different companies can be a real hassle. I quickly showcase the solution I ended up using with the help of Ferdi.

CSharp extension methods

CSharp extension methods

31 views | 16/10/2021

As a programmer, extension methods are a great tool to have in your toolbox! They allow you to extend the functionality of an existing type without having to modify the type.