Skip to content

Blog

Thoughts on software development, outdoor adventures, and everything in between.

Posts - Page 2

Change the executable bit of file on Windows without WSL
Category: Miscellaneous

Change the executable bit of file on Windows without WSL

When using Linux pipelines in your development process, it might happen that you need to execute a script. However, sometimes these scripts don't have the right permissions to be executed.

Bart Kessels 4 min
C# 12 updates - Collection expressions
Category: C#.NET

C# 12 updates - Collection expressions

C# 12 finally introduces some new syntactical suger that I'm eager to use in production because it improves the readability of the code.

Bart Kessels 2 min
C# 12 updates - Primary Constructor
Category: C#.NET

C# 12 updates - Primary Constructor

For those of you coming for Javascript or Kotlin, you're going to love this new feature. Set your member variables through a primary constructor.

Bart Kessels 5 min
Releasing Upset
Category: Miscellaneous

Releasing Upset

I've been struggling with my work laptop which meant that I had to reinstall everything a couple of times. So, offcourse I wrote an application to automate this process.

Bart Kessels 2 min
Naming your automations
Category: Google Home

Naming your automations

Keep your automations yaml clean by adding names to each automation.

Bart Kessels 2 min
Keep your automations clean
Category: Google Home

Keep your automations clean

Keep your automations overview clean by adding multiple automations in the same yaml-file.

Bart Kessels 3 min