How to increase the volume on your MP4 video

While recording my talk for the German AWS Community Day I created a video that isn’t loud enough. In this post I teach you how I used audacity and ffmpeg to increase the volume of my video.

2020-09-21 · 4 min · Maurice Borgmeier

Preparing for the German AWS Community Day 2020

In this article I share how I’m preparing for my first conference talk at the German AWS Community day on September 25, 2020. The talk will be about user management with Cognito, Fargate, Python and the CDK and I’m very curious as to how that will work out.

2020-09-07 · 4 min · Maurice Borgmeier

Record your terminal with Terminalizer

This article is an introduction to Terminalizer which allows you to record what’s going on in your terminal and convert this recording to a gif.

2020-08-31 · 7 min · Maurice Borgmeier

CLI Text styling, Progress Bars and more with Python and Click

In this article we’re going to take a look at some of the quality of life improvements Click offers to build command line interfaces. There’s a couple of things it makes a lot easier for users compared to building your own CLI - e.g. text styling or progress bars.

2020-08-24 · 11 min · Maurice Borgmeier

Advanced CLI structures with Python and Click

I’m going to show you some of the more advanced patterns and uses for the Python CLI building library Click. These include custom input validation, multi-level CLIs and command groups.

2020-08-17 · 8 min · Maurice Borgmeier

Building CLIs with Python and Click

In this article I’m going to give you an introduction to the Python library Click which allows you to build pretty command line interfaces in no time.

2020-08-12 · 8 min · Maurice Borgmeier