Hello, I’m Madis Kõosaar

Develops and designs software, works as a DevOps consultant at Solidify, with a Full Stack Developer experience. Is passionate about Azure DevOps, GitHub. I write about different problems I have encountered and solutions for them regarding Technology, Code, DevOps, CI/CD as I learn and educate my self.

Latest Posts

How to create a GitHub Action with JavaScript

GitHub Actions short background You can create actions by writing custom code that interacts with your repository in any way you’d like, including integrating with GitHub’s APIs and ...

GitHub Error: Authentication Failed from the Command Line

When setting up a 2 Factory Authentication in GitHub you might hit a wall when trying to clone or push changes to your repository. At least thats what happend to me. Once I tried to...

How to create a ceritifcate using Lets Encrypt, Powershell and Azure

How to create a ceritifcate using Lets Encrypt, Powershell and Azure Pre-Requierements Powershell Powershell module ´Posh-ACME´ DNS provider Domain Azure DevOps account A...

Docker compose with dockerfile in subdirectory

Had a nice challenge today playing around with docker, mainly docker-compose. What I wanted to try out was to have the entire application running in docker containers. The setup was...