Pinned Repositories
example-scala-cloudfunction
A basic example of a Google Cloud Function setup with Scala, Maven, and ScalaTest configured out of the box.
gcp-metadata-access-token
Python logic to fetch access tokens from within GCE instances via request. No external dependencies except for Python 3.
github-classroom-grading-tool
A grading tool to automate repetition in grading student assignments through Github classroom. Written in Go.
leetcode-problem-parser
A containerized, chromedriver-driven crawler that scrapes problem information from Leetcode, a popular interview preparation site.
lru_cache_http_client
Python's requests library decorated with an LRU cache for similar GET requests. Supports an optional TTL policy.
resume
My resume.
scala-covid-cli
A simple CLI to fetch data from John Hopkins' Center for Systems Science and Engineering COVID 19 datasets
scala-yahoo-finance-data
A Scala application that gets Yahoo Finance data from parsing webpages via Jsoup
todayi
A CLI to log what you do throughout the day without having to keep track of the files. Allows you to tag various entries and produce md, csv, and gist reports.
wnghub
A CLI to view your latest Github notifications without ever having to leave the terminal.
brighton1101's Repositories
brighton1101/lru_cache_http_client
Python's requests library decorated with an LRU cache for similar GET requests. Supports an optional TTL policy.
brighton1101/scala-yahoo-finance-data
A Scala application that gets Yahoo Finance data from parsing webpages via Jsoup
brighton1101/todayi
A CLI to log what you do throughout the day without having to keep track of the files. Allows you to tag various entries and produce md, csv, and gist reports.
brighton1101/wnghub
A CLI to view your latest Github notifications without ever having to leave the terminal.
brighton1101/example-scala-cloudfunction
A basic example of a Google Cloud Function setup with Scala, Maven, and ScalaTest configured out of the box.
brighton1101/gcp-metadata-access-token
Python logic to fetch access tokens from within GCE instances via request. No external dependencies except for Python 3.
brighton1101/github-classroom-grading-tool
A grading tool to automate repetition in grading student assignments through Github classroom. Written in Go.
brighton1101/leetcode-problem-parser
A containerized, chromedriver-driven crawler that scrapes problem information from Leetcode, a popular interview preparation site.
brighton1101/scala-covid-cli
A simple CLI to fetch data from John Hopkins' Center for Systems Science and Engineering COVID 19 datasets
brighton1101/resume
My resume.
brighton1101/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
brighton1101/boundary-layer
Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
brighton1101/c-json-parser
Header-only JSON parsing in C with no dependencies outside stdlib.
brighton1101/CS360-Projects-React-Frontend
React frontend to interact with Flask backend service serving up scripts I wrote in my Artificial Intelligence class over the course of the semester.
brighton1101/CS360Projects-With-Flask-Backend
Connecting the scripts I did for my Artificial Intelligence class at school with a Flask web service
brighton1101/docker-nginx-php-lecture
Demo for a lecture in ITP 405 (Advanced Backend Web Development at USC) introducing running apps within a single Docker container.
brighton1101/example-express-typescript-setup
An example of how to setup simple Express server with Typescript
brighton1101/fpinscala
Code, exercises, answers, and hints to go along with the book "Functional Programming in Scala"
brighton1101/group-problem-tracker-app
Frontend react app using typescript for group problem tracker
brighton1101/group-problem-tracker-backend
Backend services that track the management of problems/solutions for groups
brighton1101/haskell-programming-from-first-principles
My exercise solutions from Haskell Programming From First Principles
brighton1101/jquery-validation
jQuery Validation Plugin library sources
brighton1101/opencensus-java
A stats collection and distributed tracing framework
brighton1101/PyGithub
Typed interactions with the GitHub API v3
brighton1101/react-babel-webpack-from-scratch
Setting up React/Babel/Webpack with HTML for building single page apps
brighton1101/react-redux-typescript-basic-auth-setup
Creating a LoginContainer and simple auth class and managing auth using redux state/localStorage. Just for practice, definitely not perfect.
brighton1101/subreddit-data-mining
An example setup of a mini data pipeline. Fetches data from public Reddit API endpoints, writes to CSV/BQ, then use Spark to analyze. WIP
brighton1101/typescript-react-webpack-starter
A starter for Typescript, React, and Webpack. Includes dev server to get going.
brighton1101/web-sockets
brighton1101/whereis