Java 17 – Clean Power
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
We look into how to build docker images for performance. Talk about the compromises between speed and size.
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 look into different looping concepts, what they are and when to use them.
We look into the machine learning network viewer Netron.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into lambda functions in java using example code and understand what functions could help you with. Java has many new concepts that could help you, and lambda is just one of them. For example, you could create Suppliers that give you a value, Consumers that use a value, and then functional interfaces.