Working on a native Slack client for macOS, in Swift 4.
Preparing to interview for a compiler engineer position.
It’s not quite ready for public beta and doesn’t have a proper website yet, but you can get notified when a release is ready, if you want. :) https://taut.netlify.com
Web scraping is gross but incredibly useful. I’ve put together a cookbook of sorts for scraping with node. Maybe it’ll be helpful to folks just starting out.
For medium sized to large projects the “happy path” to me is to write specs as early as possible and to document as you go. The trick is to keep writing specs and updating docs as the software evolves.