How does Diffie-Hellman work?
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.
This short promotes my video about the DNS TXT records required to deliver your emails to all email providers. If you send an …
I’m trying to solve all the Advent of Code puzzles in this video series.
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…
We look at dockerizing our java build both in the cloud and in our local docker environment.
In this video, we’ll explore the fascinating world of hyphenation. Hyphenation is the process of breaking words into syllables and adding hyphens to indicate where a word should be divided at the end of a line. It’s an important aspect of typesetting, as it helps to improve the readability and aesthetics of printed text. Research…
We look at a regular expression to parse a URL in detail so we can reason about regex.