SVG drawing with Javascript
Something I’ve been experimenting with a little bit as time permits. Here’s the original - I can’t find the source of the looping color square pattern, I had forked it from somewhere.
My twist on it - “mermaid scales”
I spent a lot of time learning Javascript over the summer and learned to love Codepen as a result. It’s so nice to be able to iterate and fiddle with things really quickly without having to spin up a whole bunch of background architecture to do one small task. Of course the flip side is eventually if you’re going to use the results in a large project, you have to figure out how to do that anyway. But it’s nice just for learning new techniques in a non-destructive environment.