My Personal Blog


Entry 1 - My First Entry

05/22/2023

Today I decided to do something that in the past I would have never even think of doing. I archived my entire website and decided to start everything over.
Over these few days I have learned many different new things regarding web development and today after watching a few YouTube videos of the topic, I decided to restart my website and use my newfound knowledge to create something better than what I had before.

Even though my old website is gone now I have to say that all things considered, it was not that bad (taking into account that this was my first ever website not made with any Web Design application). But in comparson, this new site I developed is a lot better than the old one.

My old website's landing page

Landing page of my old website

My old website's blog

Blog page of my old website

My old website's Sonic page

Sonic page of my old website

My old website's playlist page

Playlist page of my old website

My old website's form page

Unindexed form page of my old website

Here is an archive of my old website.

Okay fine, in retrospect, the old website does not look quite good, and I made a really good call ditching it.
It Amazes me that in 1 day I managed to do what I spent 3 days doing last time, and I managed to do it much better. This shows my progress in this programming language and I couldn't be more happy.


Entry 2 - JavaScript

05/24/2023

After almost a week, I think that I have managed to get a good grasp into HTML and CSS developing. Yeah, obiously I am still a noob and a complete beginner but I think that now I can make at least desent websites without that much difficulty.

Now I have to start learning JavaScript and, oh boy, does it look difficult. From the few JavaScript things that I have looked into, It already seems like quite a difficult language. Not to even mention that the only language I'm decent on is Python. I have made a few JavaScript programs in the past, but nothing major just some counters and Click per second applications. The other part of this problem is that I am not quite sure yet of how I would use JavaScript in this website, the only thing that I have needed JavaScript for thus far has been to disable some links, but I am reenabling those quickly. One of these days I just have to sit down and brainstorm what I want this website to become in the future and how I can achieve that.

A disabled link

The only instance of JavaScript in this website

A basic cps counter

My most complex program yet

A basic JavaScript counter

My first full JavaScript program