Brian :python: :flask: :apple: on Nostr: I get some time to write some code tonight. I could work on a helper app I use for ...
I get some time to write some code tonight. I could work on a helper app I use for school, but that would count as work in my mind.
Instead, I'm going to try to wire up a DIY comment service for my blog. I've already got my main domain running a small Flask server, so I'll throw a small database model on and create endpoints to fetch and post.
Then, I'm going to write a web component to load comments and provide a simple form.
#code #webdev #python
Instead, I'm going to try to wire up a DIY comment service for my blog. I've already got my main domain running a small Flask server, so I'll throw a small database model on and create endpoints to fetch and post.
Then, I'm going to write a web component to load comments and provide a simple form.
#code #webdev #python