Skip to content

April 2023

Pixabay: https://www.pexels.com/fi-fi/kuva/lentokentta-lentokone-ilmailu-moottori-459402/

3 Practical Tips for Using GitHub Copilot

GitHub Copilot is a great tool. It increases your coding efficiency and can help you make your code better, but it also has some neat hidden features you might not have known about. In this blog post, I’ll share three practical tips for using Copilot. These tips are intended to provide new ideas and insights that can enhance your daily experience with Copilot.

Make Lists

Copilot is a tool that …

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 …