Edwin's old projects. This document lists some notable projects that I have once worked on and describes what they're about and what I learned. Of course, not all are complete or functional - but most are.
They include:
- word-finder
- Like scrabble for the terminal
- Graded as final project for class AP Computer Science A
- Contains my first shell script
- portable-workstation
- Dotfile bootstrapper for Windows
- appliance-manager
- Supposed to be an IoT tracker
- My first hackathon project
- sigag
- Desktop app implementing a pomodoro timer
- Likely first real-world project with HTML, CSS
- Likely first project using npm
- Described in my blog post Frontend Web Development: My First Year
- baeuda
- Desktop app for studying flashcards
- Described in my blog post Frontend Web Development: My First Year
- periodic-table, periodic-table-v2
- Fully responsive periodic table for the web
- First full-stack project
- First time I deployed to cloud (DigitalOcean VM) and registered a domain (aperiodictable.com, chemtable.app)
- Created to rival ptable.com, since at the time it did not implement responsive design
- Wrote v2 as an improvement, but stalled due to performance issues I could not fix at the time
- Described in my blog post Frontend Web Development: My First Year
- dockerized-mars, dockerized-mmlogic
- One of first projects using Docker
- infrastructure-old
- First attempt at writing Infrastructure as Code to idempotently setup my homelab(s)
- Described in my blog post Fixing My Network after expanding the LAN
- Described in my blog post Fiddling with Ubuntu Server Images
- babel-hacklang
- Custom "Version" of JavaScript with keywords replaced with friends' names
- fox-night
- Wrote so me and my friends from Hack Club could watch movies together
-
- Dotfile manager (symlinker)
- Worked quite well until I wrote , which supercedes it
- typescript-runtime-transpiler
- bats-support, bats-file, and bats-assert
- Others: tails, glue, fox-suite, dotfox, dotmgr
Some not included in this organization include:
- eankeen/blog, hyperupcall/blog
- Superseded repositories for my blog
- eshsrobotics/website-challenge-2019
- Custom website for local high school robotics club (made for competition)
- replit-discord/carnival
- Supposed to be a place for the replit community to deploy games
- Learned how to time on tooling (ESLint, Webpack, Babel, PostCSS, etc.)
- lusaxweb/vuesax
- One of the first OSS Projects I've contributed to