Novice's Thoughts

Revamping my personal applications

Previously I had applications lived through subdomains like f1.maheshkumar.blog, football.maheshkumar.blog - soon it became tedious maintain.

Today I got the chance to revamp them all. Instead of having them all in separate domains I put them under maheshkumar.blog sections.

F1 & Football - refreshes in the background and show the read only data to user - so why having it as a python web app? I've switched them so that everyday a cron job will run and it'll build a html file and put it in the section folder. So I will see the latest data.

This way it got easier to maintain things. At least as of now. Let's see how this goes. The code is entirely generated by Claude. I have tried my best to secure.

This is my first attempt at Caddy. Trying it instead of my regular nginx setup. Let's see how it goes. The setup was simple enough. It should be fine for my use case.

Leave me your thoughts on my site if you want to share anything. Here's the github link: Github Repo - Raise an issue for your thoughts lol ;)