Skip to content

May 2023

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 …