Day 1140 - I want $10k monthly revenue - https://golifelog.com/posts/i-want-dollar10k-monthly-revenue-1707880033119
Improved the communication pipeline between my service's Elixir component and NodeJS component.
Unearthed a bad assumption in my code that a US city's name would be unique to its state. Definitely wrong. Now I have to fix some naive code.
Scrape Google Maps data
I'm building some maps-related stuff, and I initially thought I could use Google Maps data from the API without any problem. Turns out their ToS is terrible for any realistic server-side application.