Webassembly with java
We go through how to run java code in your browser using different projects.
This simple tutorial will show you how to parse JSON in java using JSON-simple from Google. JSON-simple is a bit old now but very stable and tested by large and small companies. I use this framework every day, so making a tutorial was a no-brainer.
We solve the day 11 challenges for the Advent of Code.
We solve the day 17 challenges for the Advent of Code.
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 talk about the Folding@Home project, where it came from and what kind of problems it will cover and how it works.
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.