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.
MySQL Schema and Data Dump Examples
25 Aug 2024
Some basic examples of using mysqldump to extract different types of information (schemas/objects/data) from a MySQL database. Also includes TABLE… INTO and LOAD… INTO examples. Finally, I have a very quick look at MySQL Shell.
Thymeleaf and HTMX - More Thoughts
23 Aug 2024
Some more thoughts about using HTMX with Thymeleaf, taking a closer look at web contexts.
Using DaisyUI Components with Alpine.js
14 Aug 2024
If you use Tailwind, you may also have seen Daisy. And if you’ve seen Daisy, you may not have realized that it does not include any JavaScript functions for its component library…
Displaying a 3D Model in a Web Page
28 Jul 2024
My first attempt at displaying a 3D model in a web page using three.js
Using Thymeleaf Fragments with HTMX
05 Jun 2024
A quick look at using Thymeleaf fragments as a way to provide HTML responses to Ajax requests from HTMX tags.
Are You Still Not Using SRI Hashes?
03 Jun 2024
I found some CDN resources in a project of mine that were not using SRI hashes…