My Blog
Tech
Mar 4, 2026
Vibe coding: A few words
For the past month, I had utilized Claude to learn more about many things AI. AI coding, agentic design, prompt engineering, context engineering. The more I use LLM, the more I understand the hype and...
Tech
Jan 4, 2026
OCR web project with Claude Code
[Link](https://github.com/bachsofttrick/ocr-web) to my OCR web project. Today, I used Claude Code to write my frontend for my app, an OCR (Optical Character Recognition) using a LLM. LLM might not be...
Tech
Jan 1, 2026
GraphQL is good, within reasons. And also dependency injection
For two weeks, I have been hard at work learning FastAPI and GraphQL. And I have some opinions on them. Firstly, I like FastAPI. It seems like Python is finally catching up to NodeJS a bit with imple...
Tech
Jan 1, 2026
mod_wsgi not working with OpenSSL
A major task I was given this week was to figure out why pgAdmin wasn't working. So that task was on the high-priority list, because without it, our database administrator wouldn't be able to work. Wh...