

if you hate JS and think it’s dumb, but still have to use it, look into Eloquent Javascript (free) https://eloquentjavascript.net/ and the mozilla docs https://developer.mozilla.org/en-US/docs/Web/JavaScript.
Eloquent JS is written by someone who also hates JS, but understands it very well.
I used them while I worked on the Microtonal Music Grid (still in progress)

I finished Microtonal music grid :
https://newdawnowl.itch.io/microtonal-grid
It’s a step sequencer that lets you play in arbitrary scales, and arbitrary even temperment music systems, and it’s so simple to use a child could do it.
I finished a bill database manager in django. It sounds fancy but you just choose where a file is and where you want it to go, or where a file is, and say how much the payment was and why it was done. It’s to help manage tax returns or the like. I made it very, very simple on purpose.
I’m working on a spending tracker, in django again, and trying to create an android app that can scan receipts so you can send data from pictures you take into it. I’ve got the DB running, I’ve got the android app sending data into a placeholder in the DB, and the next step is to create some adjustments to the android app so that you can clean up and structure the text into decent entries and put them into the db that way.
I need to clean up the microtonal grid codebase, put the bill db manager on my personal server, and start recording videos for publicity and code breakdowns and demos etc so I can build some kind of publicity arm.