DEV

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 …

HOWTOS

Getting started with AWS CDK v2

With the AWS CDK you can easily build your infrastructure on AWS as Infrastructure-as-Code. Instead of writing long CloudFormation templates in YML you can write short, to the point code to create an S3 bucket, deploy a Lambda or create a CloudFront …

Logo techword.nl
DEV

Overview of available JDKs

There are different kinds of JDKs, each with its own pros and cons. We will walk you through a couple of known JDKs, so you know exactly which one to download under which circumstances. JDK stands for Java Standard Edition Development Kit and is used …