Understanding Encryption: XOR Encryption Demo

Sept. 27, 2020, 4:46 p.m.

Hello friend. I'm currently studying in my program how encryption works. One of the most fundamental types of encryption used is called XOR encryption. I made a CLI app to help illustrate how this kind of encryption works and some of the security issues around it. I've hosted it on Repl.it to make it easy for peo…

Comments: 2

Job Web Scrapper

Sept. 11, 2020, 4:21 p.m.

Learning how to web scrape has long been on my list. So I decided to try this tutorial at Real Python to gain some exposure to Beautiful Soup. It was fun and I learned a lot.

I decided to take it one step further to make a CLI app where…

Comments: 0

COVID19 International Tracker

April 12, 2020, 2:59 p.m.

I recently created a map app using Gatsby Leaflet and React for the UI. It tracks the spread of COVID19 around the world. I also used Netlify again for CI/CD (constant integration/constant deployment).

The map app uses the …

Comments: 0

Tic-Tac-Toe Using React!

Dec. 27, 2019, 1:34 p.m.

Everyone loves tic-tac-toe. And everyone has played it at some point. So I decided to make another game for my students back in Korea.

I also used Netlify again because I plan on making a ton of modifications to the basic tutorial to create a better UI and a more fun experience for use…

Comments: 0

Partying Robot!

Dec. 15, 2019, 5:15 p.m.

I recently finished General Assembly's free intro material on web development. I made a partying robot, using CSS animations & JavaScript to create a few interactive features.

The user can click 3 different buttons. One to toggle dancing (to give the client in the tutorial a break), one to toggle laser lights (what cool …

Comments: 2

Sample Menu Page!

Dec. 13, 2019, 5:14 p.m.

I recently made a sample menu page for one of my favorite restaurants. It uses CSS animations and JavaScript to add some inter-activeness for the user and create a more fun UX. Check it out here:

I also hosted this on Netlify to have direct deployment from GitHub whenever there's a …

Comments: 0

Mad-Lib Game!

Dec. 12, 2019, 5:14 p.m.

I recently created a web app for some of my former students in Korea. It's a mad-lib game. For those that don't know what it is, it's a game where you're prompted to give certain words (noun, verb, etc). Then a funny story is made using your input. Check it out here:

I used Netlify s…

Comments: 0