Github Azure DevOps Sync

Github is the most famous Open-Source application repository. A lot of companies keep there their code, for example Microsoft keeps there .Net Core and many, many more. Additionally most of developers, who learn after work have their public repositories on Github. I personally had my repository on Azure DevOps, but later decided to publish my…

Read More

CI with YAML

Previously I’ve presented how to setup simple Azure DevOps pipelines using visual designer. Additionally to that some basic concepts of Azure DevOps. Azure DevOps let you create build using YAML files which you can push to your repo and edit in text editor. What’s the difference? To be completely honest, I can’t really tell. There…

Read More

CI with Azure DevOps

Previously we talked about why CI is important for you and your organization. Today I’ll show you how easy it is to setup with Azure DevOps. I’ll show it on my private (open-source) project. As you may know MS introduced free public repositories. Your open source projects can use everything that MS prepared for their…

Read More

DevOps – Continuous Integration

Many organization has specialist to plan, design, analyze requirements and translate them into requirements “understandable” for developers. After that developers or as I like to call them coders can start implementation. When they’re done testers test application and some IT person can deploy changes to server where users can start using new features. In this…

Read More