Software Project Samples

Hand-made HTML Job Application for Family-owned Company

Tracking Financial Investments via Command-Line Interface and Coinbase Python API

Postgres SQL: Analyze Cross-Player Trades and Auctions in World of WarCraft

Web Scraping World of WarCraft Database for
Crafting Recipes

1. REST API GET request to scrape raw recipe data on current webpage

2. Surgically remove the recipe data from the raw web scraped data.

3. Re-factor JSON recipe sub-data for much better readability

4. Create simple but convenient BASH script to GREP search terms from the command line.

1

2

3

4

How it Works