PeşinTaksit is now running on Cloudflare Workers
PeşinTaksit was working. But for a small product, I was maintaining an oversized stack on Docker Swarm: MariaDB, Redis, Nuxt, and Fastify.
With AI assistance, I re-engineered the project and deployed it to Cloudflare Workers in about an hour. The data was a good fit for Cloudflare KV, so I moved it there. I removed MariaDB and Redis, then migrated the Fastify routes and services that depended on them to Nuxt server routes.
This was not a new scaling claim. PeşinTaksit does not receive much traffic; I wanted to keep it alive without the overhead of managing unnecessary containers.
I reviewed the resulting code and did not find any significant issues. Next, I will focus on the UI/UX and make the tool easier to use.
parEvren Balu/evrenbal