Why Are Java Strings Immutable?
24 Jan 2025
This question has been asked surprisingly frequently over the years, on various software forums and Q&A sites. At least, in this case, we can read what James Gosling had to say on the subject.
Populating and then Iterating Over a Hugo Map
25 Nov 2024
An example of populating a Hugo map (dict) and then iterating over it.
Customizing Hugo Tables of Contents
12 Nov 2024
The default styling for my Hugo table of contents (ToC) does not work well with the way I typically use Markdown headings. Here is how I customized what Hugo generates for a ToC…
New Look for northCoder - With My Own Codeblock Style
11 Nov 2024
I have replaced the old Hugo theme with one I created myself, including a custom code block renderer…
Hugo Website with Dual Language Support
31 Oct 2024
A very simple static website, built using Hugo and supporting two languages for its content.
jOOQ Beginner's Guide - Follow-Up
04 Oct 2024
A follow-up to an earlier post, with some changes to my jOOQ data access (DAO) code.
Notes From a jOOQ Beginner
10 Sep 2024
I started learning jOOQ. Here is a repository of what I learned.