Description Software is no longer delivered in isolation. The days of a manual compile, build, package and deploy are long gone. This shift from manual to automated processes has brought...
Description The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with...
Description Showcase project for Raspberry Pi automation with .NET Core and Docker. Run LED diodes in traffic light pattern. Solution consists of and Api, Web front end and selection of...
Description This document has been put together as result of an exciting learning journey which started with Docker addiction. It then quickly evolved into a spiral of container orchestration episodes...
Description The primary reason why dirtydozen is here is because almost all common programming mistakes just keep occurring - repeatedly! Therefore, the idea was to document these mistakes and make...
To renew you own SSL certificate on WinHost follow these simple steps: Login to WinHost Sites -> Site Manager -> SSL Manager Click "Generate New CSR" Copy the CSR Login...
I had the opportunity of working with Kubernetes (K8s) since 2018. Over the years, I have architected an Enterprise Kubernetes implementations, running containerised and production ready applications. I also continuously...
Running Powershell scripts on your computer can at times be limited due to something called Powershell Execution Policies. It's a feature of Windows to prevent execution of malicious scripts and...
The other day I opened up Visual Studio solution consisting of a number of projects written in NET Core. To my surprise, none of the projects loaded and I wasn't...
Use this to set your Git branch to the "Initial commit" stage. # checkout to temp_branch git checkout --orphan temp_branch # add all files git add -A # commit git...