Web Forms Hugo Sites - Part 3

Previous posts: Web Forms On Hugo Sites - Part 1 Web Forms On Hugo Sites - Part 2 The next step in the process is writing the serverless function on the Digital Ocean App Platform to connect to the database. Warning: this post will not be a happy one. I’m in the middle of figuring out the best way to do this, but I’ve learned some things, and so I decided to share them. ...

April 1, 2025 · zacharyc

Web Forms Hugo Sites - Part 2

Designing The Table Building on Web Forms On Hugo Sites - Part 1, the next step, discusses the database table. Database normalization is usually something I’m particularly interested in. Still, for the sake of simplicity, the approach here is designed for speed of entry and retrieval and not for minimization of data. If, for some reason, space becomes the more significant concern, there is room for optimization in this design. Each form question will be tagged with the form and submission. For example, if Alice submits a form with a collection of answers and Bob submits it with different answers, the question and answers will be tied to the submissions from Alice and Bob, respectively. ...

March 19, 2025 · zacharyc

Web Forms Hugo Sites - Part 1

The Hanukkah Coffee Box was made using Hugo, a static site generator. This means it creates static code you then deploy to the web. There is no server-side execution part of the code base. This is fine if you want to show content, but if you want to interact with the visitor to your site and collect feedback on a great coffee box, you will need to do something a little creative. ...

March 18, 2025 · zacharyc
An AI generated headshot from 2022.

AI Challenges

I have a running conversation with my friend Scott about how good modern generative LLMs are at solving problems. What roles will they replace? Will we be out of work in the next couple of years? It is true; Copilot is a must-have in VSCode. It often saves time when writing repetitive code in commonly used programming languages. When I want to know some piece of information, better and quicker results can be had by asking an LLM than searching and reading through all the ad-dense articles on the internet. ...

March 10, 2025 · zacharyc
Netowrk

Reasonable Uses of AI 1

I work for an AI startup, Gluino. We are literally building an AI system to help people do work. Still, I’m a bit of an old-fashioned human. I carry a pen and paper with me everywhere. One of the things I wrestle with is how to use AI responsibly and to the best of its ability to help me. In this series of posts, I want to discuss how I’ve used AI in the past, how it has helped me, and how it hasn’t. I will also mention some interesting uses of AI that I have seen or heard about, hoping to inspire responsible use of what we call AI. ...

September 18, 2024 · zacharyc