Month: July 2022
-
Type hints in Python 3
Python has support for type hinting since version 3.5. That’s quite useful, because it makes your code more predictable since you have more information about what types to expect. In this article we will dive deeper into what type hinting exactly is, how it works and how you can use it in Python 3. With…
-
New features when upgrading from Java 11 to Java 17
In september 2021 Java 17 was released. Now, almost one year later, it is about time to upgrade. Java 17 is an LTS release with support until September 2023 and extended support until September 2026, which makes this version ideal for running in a production environment. We will walk you through the most important new…