Hey, nice to e-meet you! My name is
Simon Nyssen,
I am a Belgian full-stack software & DevOps engineer who is passionate about web technologies and self-hosting. You can find more about me by checking out my resume or connecting with me on the following platforms:
Recent blog posts
See allAutomated Releases Versioning and Publishing using Github Actions, Conventional Commits, Release-Please and Renovate
#programming
#devops
Read
Check the tools I use for the versioning and publishing of my releases
Developing Ansible playbooks with Vagrant - Tips & Tricks
#programming
#sys-admin
#infra-as-code
Read
Do you want to develop Ansible playbooks and test them under Vagrant? Here are some random tips&tricks
Safely delete large number of records by using a loop
#programming
#sys-admin
#sql
Read
Deleting a large number of rows is risky in SQL as it involves a resource intensive transaction. This article presents a method to split that single transaction into multiple smaller ones.
Generate new (random) integer ID when ID column is not identity
#programming
#sys-admin
#sql
Read
Tip to generate integer IDs in SQL databases when the ID column does not have the identity specification