-
Ok, I think this 1 page is done... I want to change some of the site styling overall, but I'm still fiddling around with 11ty. I also want links back to prev days. And I want some interaction on mouse-over, but I got all the pieces for one page good enough backreads.com/emails
-
The emails piece of this was always a fun side project inside the fun side project, the goal is to combine that data with other sources, but I wanted to get it out and use it to help me clean up incoming links to exclude standard newsletter cruft and it has done that.
-
The d3 stuff was a fun side project inside the fun side project inside the fun side project. I ended up ripping out the external package and just using d3 and JSDOM directly myself. It was mostly to see how I could do it and what it would act like.
-
For the curious D3 & JSDOM together turn out to be quite memory heavy. I had to up the memory on that Lambda significantly. I think in the future I should split those steps up into different Lambdas in the state machine.
-
No reason not to do it now, except that's a clean up chore to save for end of product (I may end up needing to split more Lambdas up anyway) and I want to get back to playing with the Twitter API b/c that part is fun.