馃憢 Hey friends!

Welcome to my personal blog.

I write about technology with the focus on software development and everything around it.

You can read more about me in About section.

Bridging Jira and GitLab: Automating CI/CD Pipelines for Releases

This article outlines a method to automate software releases by integrating Jira and GitLab, enabling automatic triggering of GitLab CI/CD pipelines when a Jira version is marked as released

August 24, 2024 路 4 min 路 776 words 路 Maxim

Improve Productivity with CMake and Compiler Cache Integration

Learn how to reduce C++ build times and boost productivity using compiler cache programs, with seamless integration with CMake via the cmake-findccache module.

July 15, 2024 路 4 min 路 852 words 路 Maxim

Extensible Control of Reaper via OSC and Scripts

This article provides a comprehensive step-by-step guide on extending REAPER鈥檚 control capabilities via OSC interface by binding custom script actions to OSC messages.

July 7, 2024 路 7 min 路 1297 words 路 Maxim

Cleaning up Obsolete Cloudflare Page Deployments

Introduction In the previous post I have created a Hugo blog which is being deployed to Cloudflare pages. After spending some time playing around and tuning it, I have generated quite a few deployments to Cloudflare pages. Now all of them are visible in Cloudflare dashboard under Workers & Pages section for each site. Why would I need all of them and how to clean all that mess? Value of Deployment History For production deployments - useful if latest deployments have problems, then it is easy and straightforward to rollback to the previous version....

April 28, 2024 路 5 min 路 871 words 路 Maxim

Deploying Hugo from Self-Hosted GitLab to Cloudflare Pages

This post is about setting up CI/CD on self-hosted GitLab to publish Hugo site to Cloudflare Pages.

April 21, 2024 路 7 min 路 1283 words 路 Maxim