Doing some evening coding
I will continue working on one of my projects and if you want to come hangout you are welcome.
I reflect at the last year and my feelings about this journey.
We look at dockerizing our java build both in the cloud and in our local docker environment.
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.
We look into writing a QR code generator in java from scratch. QR Code has a lot of different technologies and strategies in order to create a readable and unambiguous code. Writing an implementation in Java needs to be done in multiple steps and have a lot of fun and interesting challenges.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We go through the latest features of Java and what to expect in marsh.