Skip to content
View shenbenson's full-sized avatar

Highlights

  • Pro

Block or report shenbenson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
shenbenson/README.md

coding

Hey, I'm Benson ๐Ÿ‘‹

Software Engineer - Developer Experience & AI Tooling

  • ๐Ÿ› ๏ธ Building platforms and workflows that help engineers ship faster
  • ๐Ÿค– Integrating AI tools, agents, and automation into real dev workflows
  • ๐ŸŽ“ ECE grad from the University of Waterloo
  • ๐ŸŽฎ Video games, badminton & basketball on the side
  • ๐ŸŒ bensonshen.com


๐Ÿงฐ Tech Stack


๐Ÿ“ซ Let's Connect

Pinned Loading

  1. SignMyYearbook SignMyYearbook Public

    In this time where we need to be social distancing, I created a tool (website) that could allow people to register for their own yearbook page, and allow others to sign on them.

    PHP

  2. Online-Shop-Model Online-Shop-Model Public

    A mock online retail website created with HTML, CSS, PHP, MySQL, and JavaScript. It imports product information from CSV files to set up the database. Uses PHP scripts to dynamically generate web pโ€ฆ

    PHP 1

  3. Connect4 Connect4 Public

    Connect-4 game made with Python & PyGame. Uses the Minimax algorithm with Alpha-beta pruning for single-player mode.

    Python

  4. YJunZheng/Twitchionary YJunZheng/Twitchionary Public

    A twitch-themed pictionary game made for streamers. Created with JavaScript and tmi.js.

    JavaScript 1

  5. COVID-19-Bot COVID-19-Bot Public

    Built with Python and the Tweepy library. Provides users with the newest COVID-19 info daily, and upon user's request.

    Python

  6. TicTacToeAI TicTacToeAI Public

    A tic tac toe AI that never loses. It is built with Minimax with Alpha-beta pruning. The program looks at all the possible moves ahead and decides on the best move based on its score.

    Python