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 look at the freecodecamp.org site and how to use it, you can refresh your knowledge or start your career with just a few simple steps.
We will look into using API-Platform a turn-key solution to create applications upon a docker swarm using swagger, react, symphony and doctrine.
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
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…
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.