My Blog
Tech
Apr 19, 2026
Unblocking Claude Code Sandbox bwrap issue
I used Claude Code in two ways: normal agent mode in CLI and autonomous mode in Docker Container (with bypass-permissions on). Anthropic came out with sandbox mode, supposedly to bridge the gap betwee...
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...