馃嚛馃嚜 User Management with Cognito, Fargate, Python and the CDK - German AWS Community Day 2020

The recording of my talk on User Management with Cognito, Fargate, Python and the CDK at the German AWS Community Day 2020 has been released on YouTube.

2020-10-03 路 1 min 路 Maurice Borgmeier

What I learned from giving my first conference talk

A couple of days ago I delivered my first conference talk at the German AWS Community Day 2020. Today it鈥檚 time to reflect on the experience, the event and my process. In this post I鈥檓 going to share my thoughts on the conference as well as my key takeaways.

2020-10-01 路 9 min 路 Maurice Borgmeier

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鈥檛 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鈥檓 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鈥檓 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鈥檚 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鈥檙e going to take a look at some of the quality of life improvements Click offers to build command line interfaces. There鈥檚 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鈥檓 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鈥檓 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