v1-main-domain.md
minkai@home:~/writing$ cat v1-main-domain.md
Agentic-Coding-Recap-05-2026
It has been two weeks since I started received this domain and started playing with Claude Code around. Aim of this project was:
- Getting used to Agentic Coding and its workflow with some handson things
- Trying out a new frontend framework
- Testing how fast I can go to production with mostly "vibes"
Short Recap:
- Used multiple LLMs to draft me good guidelines on how to approach this. Only Limitation was using Cloudflare Workers
- From the result I received some extensive steps one containing a PRD which I partially input into Claude Code and used the provided Claude.md
- With the PRD, which contained the project structure, Claude created the structure and added some additional sidefeatures like a CI/CD integration to Github and all the relevant config and ignore files.
- The start went really well, only a few minor issues due to integration setup with e.g. prettier
- After some fixes everything was up and running on minkai.hu in only 1 day!
- Once Features needed to be added the context window had to be regularely compacted.
- Sometimes Claude would overwrite past features, e.g. the crosshair which I, as a gamer, got inspired by FPS games.
- Otherwise a lot of the guardrails through the CI/CD had issues
- Using Github MCP messes up git. I had a lot of git merge conflicts, so I assume after each linting run it would cause a divergence of the configs
- I think I am using Claude Code suboptimally since he oftentimes reads the whole codebase. Next steps:
- Creating a storage solution to store more pictures
- Trying out Multiplayer DOOM
- Extend Gym Panel to motivate me to do more sports...
- Read up on Claude Tutorials/Certs
minkai@home:~/writing$