Parsing Bank Transactions with Ramda, Part 1 Bank Transactions with Ramda, Part 2 (this article) When we left off, we'd gotten our data imported from the CSV, run a map operation on it to add some extra metadata, demonstrated how to use Ramda to filter it, and had a quick demonstration of simple currying. Let's… Continue reading Parsing Bank Transactions with Ramda, Part 2
Category: Uncategorized
Parsing Bank Transactions with Ramda, Part 1
Parsing Bank Transactions with Ramda, Part 1 (this article) Bank Transactions with Ramda, Part 2 Recently, I'd wanted to sort through a bunch of transaction data from my bank to figure out what our spending trends were in a couple of areas. I suppose I could've done this quite effectively with Excel or Apple Numbers,… Continue reading Parsing Bank Transactions with Ramda, Part 1
Installing a list of extensions in Visual Studio Code
I’ve been setting up a new OS X installation and wanted to quickly get Visual Studio Code set back up. Atom has a really handy command line utility, apm, that lets you do useful things like export a list of extensions and reinstall them elsewhere by passing in that list as a command line argument.… Continue reading Installing a list of extensions in Visual Studio Code