Andreas' Blog

Adventures of a software engineer/architect

Davinci Resolve Workflows

2026-02-07 6 min read Anoff

DaVinci Resolve is a powerhouse for video editing, but it can quickly become overwhelming when all you want to do is cut together some nice holiday videos. If you’re like me, you probably just want to piece together those precious memories from your phone or drone without getting bogged down in complex Hollywood workflows. Here are three of my main workflows that keep things manageable, fast, and still look great: Timeline Creation, Color Grading, and Archiving Projects.

Continue reading

Preview AsciiDoc with PlantUML in VS Code

2019-05-08 4 min read Anoff

This post is for everyone that likes to write AsciiDoc in VS Code but also wants to inline PlantUML diagrams within their docs. In a previous post about diagrams with PlantUML I gave an intro into PlantUML and how to preview images in VS Code. With the latest release of the asciidoctor plugin for VS Code it is possible to easily preview embedded PlantUML images within AsciiDocs. No more need to maintain attributes in each file πŸŽ‰

Continue reading

Markdown native diagrams with PlantUML

2018-07-31 9 min read Anoff

This post covers PlantUML basics and how it can be used in GitLab or GitHub projects as well as a seamless local development environment using Visual Studio Code. I have been wanting to write this post for months. Lately I have been using PlantUML extensively at work but also in my private projects. You can see it being used in my plantbuddy and techradar projects on GitHub. Using it in different places and for various purposes I came across a bunch of issues that I want to share in this post.

Continue reading

GitLab CI/CD for GitHub

2018-03-30 4 min read Anoff

When creating a git project that you want to share with others you traditionally had the choice between GitHub with its huge community and tons of integrations, GitLab with a great overall dev experience from issues to one of the best CI/CD solutions out there and BitBucket being one of the friends you have since kindergarten. My personal decision was to host all my personal projects on πŸ¦‘ GitHub. For projects that need CI/CD I tinkered around with πŸ‘·β€ Travis CI and πŸ…ΎοΈ Circle CI on top of GitHub.

Continue reading

Deploy Datascience infrastructure on Azure using Terraform

2018-01-23 6 min read Anoff

In this article I will talk about my experience building my first infrastructure deployment using Terraform that does (a little) more than combining off-the-shelf resources.

The stack we will deploy πŸ“¦

Lately I’ve been looking at a lot of Microsoft Azure services in the big data area. I am looking for something to replace a Hadoop based 🐘 data analytics environment consisting mainly of HDFS, Spark & Jupyter.

How to Datascience on Azure?

Continue reading