Linux by example – Building different file utils
We talk about building different file utils and how they can be stringed together to great usage.
We look at some keyboard shortcuts in windows that might streamline your workflow.
With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look at kubernetes using minikub and KinD which is two easy setups to try out kubernetes locally.
We look into the next long time supported version of Java, the latest revision 23 contains improvements in speed, simplicity and …
This short promotes my video about the DNS TXT records required to deliver your emails to all email providers. If you send an …
Was debugging some code the other day and had some annoyance. I had to set a breakpoint in my code and then try to figure out where a problem happened by going into methods, and jump multiple steps before actually reaching the code I wanted to test. In this case the code to debug was…
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…