stevenschwenke.de Version 2.0
It’s done. After months of working on migrating stevenschwenke.de to a completely new setup, I can finally announce the website to be online. In this article...
It’s done. After months of working on migrating stevenschwenke.de to a completely new setup, I can finally announce the website to be online. In this article...
Securing your AWS IAM user with multi factor authentication (MFA) is a good idea. However, when working on the command line interface (CLI), the need to ente...
Working with AWS a lot lately, I became used to drawing beautiful architecture diagrams with the help of diagrams.net, formerly known as DrawIO and its built...
Recently, a colleague told me about the new winget feature in Windows 10. This command line based package manager is developed by Microsoft as open source (C...
Welcome to the fifth newsletter for my book “Developer on the Stage” that will guide software developers to their first successful talk! Online Speaker Ment...
This is what I learned in September 2021: Not directly a lessons learned, but I presented my development setup (hardware, software, gadgets, furniture) a...
This is what I learned in August 2021: Processing a pretty old item from my TODO-list, I created an article about local variable type inference in Java. ...
A while ago, with Java 10, a new controversial language feature was introduced: var. With var, local variables don’t need the explicit type information on th...
This is what I learned in July 2021: Once again, I used JSON Web Tokens (JWT) in one of my projects. I took the time to document my knowledge about them ...