-
Creating a Google Chrome Extension with Node.js and React
Intro Using Node.js and React, I was able to create an extension for the Google Chrome Browser. This extension allows you to monitor a webpage for calls of a specified function, and records and lists those function calls in a tab in the inspector. The extension has been published to the Chrome Web Store and…
-
Analyzing NBA 3 Point Shot Streaks with Python, Pandas, and Tableau
This post describes how I was able to identify and analyze NBA 3-pointer data, inspired by the Rockets’ 27 straight missed three pointers in a crucial playoff game.