WeatheredHiker.com
I am the Weathered Hiker. This is my site about programming, robotics, and electronics. I discuss and use Java, Dart, C/C++, PHP, Assembly, and BASIC. See the sidebar for some of my projects and ramblings.
In a number of my projects, I have used AI to generate the code in whole or in part. I have found it to be an invaluable tool to be able to create something that is useful, works, and takes minimal effort. Sometimes it's just easier to make a quick tool rather then to try and find one that ends up doing a dozen other things you didn't want or need. Using AI can be a double edged sword. It can create some nice code, but it can also create needlessly complex code, or not think about code reuse. I will always give the code a once over to understand what was done, and tailor it to my needs.
Note that I am house cleaning my repos and making projects more presentable. More will appear here once cleaned up and made public.
My commercial SaaS bookmark manager using Java Spring Boot, Thymeleaf, JDBC, MySQL/MariaDB, Spring Security, MFA, OAuth2, PWA, Postmark and Stripe.
A multi-user green house inventory and order tracking system, in use since 2006. It is a Java Swing based desktop application using MySQL database.
App for calculating how much a road trip will cost and how to split with rideshares. First app I that used Flutter to deploy to Android and iOS at the same time.