Welcome to northCoder

a blind man in a dark cellar looking for a black cat that isn't there

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

Visual Studio Code Editor Tabs

30 Jun 2024
File editor tabs in Visual Studio Code.
ide

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…

French Dictionary Word Order

31 May 2024
Word order conventions for French dictionaries - and how to recreate them using Java.

Using Jdbi with Java Records

22 Jan 2024
A very quick example, showing one possible way of using Jdbi with Java records.

Amazon Linux 2023 and cron

12 Jan 2024
Amazon Linux 2023 does not include a cron daemon. Here is one way to add it (and start it).