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

Configure and use secret scanning in your GitHub repository

Prepearing for GitHub Advanced Security certification - Configure and use secret scanning in your GitHub repository What is secret scanning? How does secret scann...

Configure Dependabot security updates on your GitHub repo

Prepearing for GitHub Advanced Security certification - Configure Dependabot security updates on your GitHub repo Manage your dependencies on GitHub ...

Introduction to GitHub Advanced Security

Prepearing for GitHub Advanced Security certification - Introduction to GitHub Advanced Security What is GitHub Advanced Security? Secure your softwa...

Debug Azdo Task Vscode

make sure ts-node is installed npm install ts-node –save-dev create launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions o...

How to use nektos/act to run workflows and actions locally and in codespaces

Prerequisists Setup Set up act in Codespaces or Windows or anyother OS After set up Example commands Command structure: L...