OpenAI categoriser
Today I finally ported the OpenAI categoriser over to my Django project for jobsinenglish.dk.
I didn't take as long as I had thought.
Now the most dreaded task is ahead of me, porting the NextJS frontend over to Django templates.
I think the part of this that I dread the most is figuring out the NextJS structure, and "translating" the typescript code into Django template tags.
However, it makes me happy to know that now I will have full independence to work on improvements to the frontend, iterate quickly on user-suggested features (like search) and worry less about making actual progress with development.