Java 21 – Finalized abbreviation
We are looking into the new version of Java 21. Go through all the features that are finished in this release and some of the features that are still in the works.
We solve the day 7 challenges for the Advent of Code.
In this video, I give a small view of our new office and introduce channel memberships.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We will look at JBang which is a tool that could simplify your workflow with java applications. For instance you could run java programs directly from maven or github, you can create new programs in java with JBang.
We solve the day 18 challenges for the Advent of Code.
We look into how to create TFRecords to and handle images from a custom dataset. Later we load these records into a model and do some predictions.