Stanley Liu

Software Engineer

These are some of the projects I have worked on. I think it is an important practice to tinker around and try new things seperate from your job to stay sharp and up-to-date.

dealiooo

2-4 multiplayer online card game based similar to Monopoly Deal. Collect properties and money, Steal cards from other players, Charge people rent, Swap cards, Counter other peoples cards, and much more!

  • Worked in a group to build a fully functional 1-4 player multiplayer strategic card game
  • Designed and implemented the game engine that handles all the possible user states and actions
  • Built fully functional responsive frontend using React and Figma for Icon/Assets building
React.js, Node.js, Express.js, TypeScript

upnextbus

Get around the city with real-time predictions using upnextbus.

  • Wrote an interactive user-friendly mobile application with React Native used to track bus times and locations
  • Integrating with Google Maps API and Redux to manage application state
React Native, TypeScript, Google Maps API

projectEDF

solve the question of "where local support would be best for developers to start renewable energy projects"

  • Worked in team to develop and train a machine learning model using python and pandas
  • Analyzed the best features for model and measured the predictive performance
  • Built a heatmap using mapbox API to visualize the solar project locations that would be most receptive
JavaScript, Python, Pandas, Mapbox API

find food trucks SF

Find food trucks in SF.

  • Developed an iOS application built with Swift and MapKit to grab nearby food truck locations in San Francisco using Alamofire to fetch API data and Core Data to store bookmarks
  • Worked on clustering annotation markers to increase rendering performance
Swift, iOS, Alamofire, MapKit, CoreData

trashposters

A place where people can view and report environmental issues in their community and see responses from City Officals.

  • Worked in a team, focusing primarily on frontend to building out the user interface.
  • Used django to render html using template engine, forms, and url routes.