Articles on programming, scripting and software in general.

Pipeline run versioning in Azure DevOps on Mar 24, 2024

Explore practical pipeline run versioning strategies for Azure DevOps pipelines to enhance project traceability.

Uploading files to blob storage in Azure DevOps on Jul 11, 2022

Configuring, using and troubleshooting Azure file copy task in Azure DevOps pipelines to upload files to blob storage.

Importing and using CSS frameworks with Vue on Aug 15, 2019

Learn how to properly import a CSS framework and use it's features, like variables and mixins, in your Vue application.

Configuring different SSH keys per host on Aug 14, 2019

It's easy to configure different SSH keys for different hosts to increase security, or keep work and personal projects separate.

Importing and using Font Awesome with Vue on Jul 13, 2019

In case you don't want to use vue-fontawesome, make requests to a CDN, or need a self-contained Cordova/PhoneGap application.

Mounting Docker volumes with Docker Toolbox for Windows on Dec 01, 2018

When using Docker Toolbox for Windows, mounting volumes requires additional setup steps.

Standardizing the code style in a Node.js project on Oct 31, 2018

Having a common style is valuable both to the project and the team. ESLint, Prettier and EditorConfig make this process fully automatic.

Fixing blank screen on Cordova/PhoneGap and Vue on Aug 31, 2018

If you tried to run you Vue application under Cordova, you might have ran into an issue where the whole screen is blank.