No math or crypto background. Just a normal web programmer.
Where do I start? I've a few hundred dollars to spend on books and courses. Also, any community to join (not from investment/currency perspective, but from tech)?
What do I build, to learn and as potential show offs for future jobs?
For some of the basics, you can take a look at Anders Brownworth's web demonstration: https://anders.com/blockchain/
I'd also recommend looking at the source code of some of the bigger blockchains (Bitcoin Core, Geth, etc..) and look at some smaller demo blockchain implementations:
- https://github.com/Jeiwan/blockchain_go/tree/master
- https://github.com/kendricktan/misocoin
- https://github.com/jeffbarg/Littlecoin (disclaimer: I am the author of this project)