


Personal Website
This project is what you are looking at right now!
I have been working on this for a while, more so because I opted to work on other things, and I am not passionate about website design.
I figured that building a personal website would help me learn about a different field of computer science while being a working portfolio of sorts.
A lot of time spent over thinking what frameworks/libraries/engines/services/devices/etc. to use, which was incredibly unproductive.
The biggest lesson I've learned from this, is to not overthink what I am doing, just find a goal, and do it.
The quicker I actually start working and programming, the more goals I will hit.
I eventually landed on using ExpressJS, and planned on hosting it locally on a dedicated device.
That fell through when I realized I am currently not able to login to my internet provider's user portal to portfoward, so I rented a virtual private server.
Learning web developement is important, especially because it is the easiest, most efficient, and popular medium for me to express myself and my work in this field.
The website is made up of javascript, css, and html.
I opted to not use a front-end engines/libraries/frameworks because I figured it would be more useful to learn the basics on a simple site.
The most difficult part was learning css, as you can see, but I have managed to make the website somewhat presentable.
In the end, it was useful to gain more experience in something that I am not used to doing, and to have something that I've made visible to people.

Login System

While working on the Text Classifier, I was using the 20 Newsgroups data set which has categories and subcategories.
I needed a way to iterate through each datum in a category and all of the data subcategorized in it.
Sometimes, I needed to iterate through all of the data.
I figured the easiest way to do that was to find some simple container provided by the C++ Standard Library.
For the first time in my programming, I had no data structure that could provide me with what I wanted!
Therefore, I had to take a detour away from the text classifying, and write a container.
It felt gratifying that I had to write separate code to assist in developing what I was working on.
The tricky part was that since I was using such a large data set, I had to attempt to make the containter as efficient in time and memory as possible.
CSV Visualizer


