How to build an app using Electron
We look into how the electron app framwork works and how to use it to create a simple progress counter application.
Vi går igenom vissa kort kommandon för tangentbord.
After configuring the system we will install a boot manager, build the kernel and finally boot into our newly built system.
We solve the day 7 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…
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs.
We look into how to setup an expansion file in Android and download it from Google Play.