DanielTsiang
Software Engineer. Programmer with a First-Class Masters in Engineering (MEng) degree from Imperial College London.
United Kingdom
Pinned Repositories
advent-of-code
This repository holds the scripts I wrote to solve the Advent of Code 2021 challenges.
ConsoleCalculator-JavaScript
A calculator that runs in the console using JavaScript with Node.js. The calculator has arithmetic and vowel counting modes.
CS50ai
This repository holds the programs I wrote as part of Harvard University's CS50 Artificial Intelligence with Python course.
CS50w
This repository holds the programs I wrote as part of Harvard University's CS50w Web Programming course.
CS50x
This repository holds the programs I wrote as part of Harvard University's CS50x Computer Science course.
CSV-metrics-Python
Python code to understand the most and least profitable hour of the day for a given restaurant when considering labour cost and gross sales. Data is parsed from two CSVs, one describing the shifts, and the other one describing the hourly sales revenue.
DanielTsiang
danieltsiang.github.io
A webpage that displays my CV in an interactive format.
stock-simulator
A RESTful web app that simulates managing portfolios of stocks, using real stocks’ prices by querying an API.
traffic-sign-classifier
A single-page web app serving a Machine Learning model which classifies traffic signs. This Flask app is served by Gunicorn with NGINX as the reverse proxy.
DanielTsiang's Repositories
DanielTsiang/stock-simulator
A RESTful web app that simulates managing portfolios of stocks, using real stocks’ prices by querying an API.
DanielTsiang/traffic-sign-classifier
A single-page web app serving a Machine Learning model which classifies traffic signs. This Flask app is served by Gunicorn with NGINX as the reverse proxy.
DanielTsiang/advent-of-code
This repository holds the scripts I wrote to solve the Advent of Code 2021 challenges.
DanielTsiang/ConsoleCalculator-JavaScript
A calculator that runs in the console using JavaScript with Node.js. The calculator has arithmetic and vowel counting modes.
DanielTsiang/CS50ai
This repository holds the programs I wrote as part of Harvard University's CS50 Artificial Intelligence with Python course.
DanielTsiang/CS50w
This repository holds the programs I wrote as part of Harvard University's CS50w Web Programming course.
DanielTsiang/CS50x
This repository holds the programs I wrote as part of Harvard University's CS50x Computer Science course.
DanielTsiang/CSV-metrics-Python
Python code to understand the most and least profitable hour of the day for a given restaurant when considering labour cost and gross sales. Data is parsed from two CSVs, one describing the shifts, and the other one describing the hourly sales revenue.
DanielTsiang/DanielTsiang
DanielTsiang/danieltsiang.github.io
A webpage that displays my CV in an interactive format.
DanielTsiang/tic-tac-toe-JSwithReact
An interactive tic-tac-toe game built using JavaScript with React.
DanielTsiang/nb-clean
Clean Jupyter notebooks of outputs, metadata, and empty cells, with Git integration
DanielTsiang/TipCalculator-JavaScript
A tip calculator built using JavaScript and styled with CSS.