Skip to content

Copilot Chat – Your Coding Turbocharger

Ok, I have to start this by saying, that I’m not that kind of person who gets really enthusiastic about new tech stuff. I didn’t have an iPhone 1, I didn’t sell my aunt to get ChatGPT access and I don’t believe that AI will rule this world someday, but.. I do believe in cool things, that can change the world (what iPhone did), or even define what is the …

Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/close-up-shot-of-keyboard-buttons-2882553/

Cannot Delete Azure DevOps Build Pipeline

Sometimes even the simplest tasks seems almost impossible to complete. Deleting build pipeline at Azure DevOps can be one of those tasks. In theory you have the Delete button at the triple dot menu that you need to click and that’s it, but in most cases you will encounter an error message “One or more builds associated with the requested pipeline(s) are retained by a release. The pipeline(s) and

Photo by Monstera: https://www.pexels.com/photo/empty-name-tags-on-plate-6373840/

How to Name Your Azure Resources

Choosing proper names for Azure resources is a crucial aspect of maintaining an organized and manageable cloud environment. A well-thought-out naming convention simplifies resource identification, reduces confusion, and enhances collaboration among teams. In this post I’m going to share 5 tips for good resource naming.

1. Defining Your Naming Strategy

Defining a solid naming strategy is a crucial step in creating an organized and manageable Azure environment. A well-defined naming …

Photo by Kelly: https://www.pexels.com/photo/two-pilots-flying-an-airplane-2898316/

GitHub Copilot and Visual Studio Intellisense

When GitHub Copilot was originally launched over year ago (October 2021), it didn’t work really well with the Visual Studio Intellisense. Sometimes it blocked the Intellisense suggestions and sometimes other way around. However now things have changed and Copilot plays nicely with it’s older brother Intellisense.

Visual Studio Copilot extension 1.84.X version has received a significant improvement that binds the Intellisense and Copilot together. You can check and update …

Photo by Pixabay:

Speedup Your Software Development with Microsoft Dev Drive

Microsoft published a set of interesting tools at Build 2023 to aid software development. One of the most interesting announcement was a new Windows 11 feature called Dev Drive. Dev Drive is a new form of storage volume available to improve performance on key software development workloads. Dev Drive is built on ReFS filesystem, that is targeted file system optimization over the good old NTFS. This means that to …

Photo by karina zhukovskaya: https://www.pexels.com/photo/laptop-on-couch-near-red-curtains-and-wall-6446681/

Life as Opera One User

I have been using Opera as my main browser from early 2000 and I have seen it’s ups and downs at the browser war. At the early days Opera had its own browser engine, which caused some rendering problems, especially if the page had not been tested properly. In 2013 Opera switched from its own Presto engine into Chromium and is not part of large “Chrome based browser” family. This …

Photo by Soly Moses: https://www.pexels.com/photo/transformers-sculptures-under-the-blue-sky-12334692/

How to Migrate from Azure DevOps Pipelines into GitHub Actions

Migrating from Azure DevOps Pipelines to GitHub Actions can be a challenging task, especially if you have a large project with complex build definitions. However, the process can be simplified with the help of the GitHub CLI Migration Extension. In this blog post, we will go through the steps involved in using this extension to migrate from Azure DevOps Pipelines to GitHub Actions.

Before We Get Started

Before we jump …

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 …