Skip to content

devops

Roméo: https://www.pexels.com/fi-fi/kuva/kaupunki-rakennus-arkkitehtuuri-matkustaa-1560102/

Protect Your Codebase With GitHub Pull Request Gate

As your codebase grows and more people contribute to it, it becomes increasingly important to maintain quality and prevent bugs from slipping into production. This is where the GitHub Pull Request Gate comes in.

A GitHub Pull Request Gate is a set of automated checks that are run on a pull request before it is merged into the main codebase. These checks can include tests, code quality checks, security scans, …

RealToughCandy.com: https://www.pexels.com/fi-fi/kuva/logo-tarra-valikoiva-tarkennus-devops-11035393/

Teaching DevOps: Three Key Topics for Success

As the world of software development continues to evolve and speed-up, DevOps has become an essential practice for organizations looking to achieve faster delivery, improved collaboration, and increased efficiency. Organizations needs to address swift market changes and increased customer requirements faster than ever. In this blog post, I will discuss three key topics that I teach to my students about DevOps.

Automation

DevOps emphasizes the use of automation to increase …

Photo: Max DeRoin:

Azure Developer CLI – Command Line Tool for DevOps Experts

Microsoft has published new CLI tool aimed for Azure developers called Azure Developer CLI. It is completely different tool than Azure CLI and its main focus is on DevOps. The CLI provides developer-friendly commands to handle key steps in your DevOps workflow. For example to setup new project, to deploy azure resources, to setup pipelines etc. It can be used through the Windows Terminal, Visual Studio Code, Visual Studio …

Spice up your code review process with gitStream

In my last blog post, I gave a short review of a GitHub tool called gitStream. Now it is time to deep diver and see what secrets it beholds and how it can improve our code review process.

gitStream is a free tool (for small teams) at GitHub developed by LinearB and it can be installed directly from GitHub market place. Tool can be installed for one repo, specific …

Streamline Code Review Process with gitStream

Working code review process is a cornerstone of a modern software development. Developers should not push their changes directly into test or production environment without proper code review by another developer. The problem with code review is, that they create a tollgate for developers which slows down the code deployment process. Usually other developers are busy with their own work and they don’t have time to immediately review the code …