MARCOSIKKENS.NL

Living. Dreaming. Coding
MARCOSIKKENS.NL

MARCOSIKKENS.NL

marcosikkens.nl

marcosikkens.nl

Living. Dreaming. Coding

var this = me;

Hi,

I’m a developer, nerd, tech freak and a family man. I also share some of my knowledge through blogs and public speaking. I’ve been writing code for more then 10 year professionally and have a wide range of interests. I also like learning and trying new things. You can find me at LinkedIn and at Twitter

3D printing for dummies

A really long time ago I bought an old model 3d printer for cheap to get into 3d printing without costing an arm and a leg. I bought an Inno3D m1 printer. This printer is made by the same manufacturer that creates videocards an other stuff. I printed a test …
Read More "3D printing for dummies"

Pimp your desk

Ever since COVID19 I’ve been working from home a lot. Usually I would just work from home when I needed to do something during working hours, for example: Bring the car to the shop for servicing. But as it looks now we will be working from home at least till …
Read More "Pimp your desk"

C#9 Features (part 2)

In my last post I wrote about some cool features of C#9. You can find that post here. However while looking through the list I found some other cool ones. So here is another post with them.
Read More "C#9 Features (part 2)"

C# 9 feature init properties and records

When listening to a DotNetRocks episode I heard Mads Torgersen say that for C#9 immutability improvements are a large part of the new features. Today we take a look at two of those features “init” properties and “records”. Let’s get started.
Read More "C# 9 feature init properties and records"

Making string dictionary key case insensitive

A colleague pointed me to a cool way to make dictionary searches case insensitive. So I thought it’d share it with you guys.
Read More "Making string dictionary key case insensitive"

A new homeserver (1)

I use my homeserver for storing my files and running the software for my WiFi access points and some various other stuff. Recently I’ve been on a power usage hunt through my house. Then I found out my server has a power consumption (with various stuff attached) of 66 watt. …
Read More "A new homeserver (1)"