I've built hundreds of sites and apps. Here are a few of them.
When I started programming when I was 9, I was building for myself. I built 200+ websites and apps by the time I was 15, when I entered the industry and started working fulltime. I still love to build projects in my free time.
Jupiter is a completely machine-learning based AI that achieves the 2048 tile (wins the game) almost 100% of the time. I built and published Jupiter in September 2020, and wrote three articles about the project on my blog.
I used web workers, multi-threaded JS, and webpack minification to increase performance, speed, and load-times.
I implemented machine learning techniques including the MCTS (Monte-Carlo Tree Search) algorithm in JavaScript.
I also wrote a technical article about the AI algorithm used in Jupiter, which reached the front page of Hacker News and was read by thousands of developers.
I identified a common transcription error in archived NY Times articles, which appeared over 300 times in just three notable articles, including the first article in the Pentagon Papers release. My program fixes the errors automatically with ease.
I wrote the program in JavaScript to be run on both the web and on a server with Node. The Google Ngram Dictionary and commonality rankings were used to help fix errors in words.
I built and deployed a site with a demo of the program using Vercel with GitHub actions.
I am currently liaising with a NY Times archivist to see how this program can be of help to their team.