2
votes
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
The codebase for my personal links website has gotten messy so I spent some time cleaning it up. The Playwright tests are in decent shape now.
Also, I started using Deno workspaces, which are a way to have multiple Deno or npm packages in a single repo. I'm moving all the database access code to one package and then I'll remove the Sqlite dependency from the other code to enforce a layered architecture.
I've been using GLM and Deepseek LLM's to reduce costs and they seem good enough to use day-to-day, except that they can't see images.