Creating GitHub release using Azure DevOps pipeline
Monday, September 23, 2019 | 0 comments
GitHub is pretty much the defacto-standard for hosting source code for Open Source projects.
While it excels at hosting Source Code, it lacks automated builds and as such requires integration with
Read on
Using .net core 3.0 in Azure DevOps
Monday, September 23, 2019 | 0 comments
During todays livestreamed ".net conf 2019", Microsoft announced that .net core 3.0 has been released.
The release includes a plethora of changes and improvements, however one thing that is yet to be
Read on
Introducing Kenc.ACMELib (Lets Encrypt client in .net)
Wednesday, November 14, 2018 | 0 comments
About a year ago I started using Lets Encrypt for my certificate needs for a variety of websites and online services I run, but being mostly Windows based, I lacked a great automation solution.
In the
Read on
Optimizing Social Media sharing
Sunday, February 25, 2018 | 0 comments
Social media is here to stay - but how does it impact websites?
An old saying claims a picture is worth more than a thousand words; We have all heard it - but what does it mean for your social media
Read on
Running Graphical Applications under Linux on Windows
Tuesday, November 21, 2017 | 0 comments
Windows 10 brings quite a few developer/geek/... friendly features to the table; a feature which haven't gotten as much attention as it deserves, is the Windows Subsystem for Linux
It allows users to
Read on
Introducing Kenc.Facebook (facebook api for .net)
Tuesday, August 9, 2016 | 0 comments
Since December, I had been using the "Facebook SDK for .net" available from nuget and GitHub - however the package is now deprecated as it targets an older version of the Facebook Graph API.
Since I
Read on