Category: Uncategorized
-
2/26/2026, Web Development For Past Two Weeks
Introductions for the weeks of 2/9/26 – 2/13/26 and 2/16/26 – 2/20/26 My most recent project has been relearning HTML/CSS and JS in time for the SkillsUSA PA state web development competitions. To prepare, I have been making a pseudo-clone of the PBIS rewards student portal. Html: I have made the html code to make…
-
Free Monday
I did cyber patriot
-
Html Parsing and Beautiful Soup
I have recently been learning Html Parsing and combining it with beautiful soup. The other day I made a stock price scraper that tells you if the price is higher or lower than the last update. Here is the code: And what the code does when run: tsla253.91254.4Sell
-
Rps.py
I made a rock paper scissors game on python today. It is a simple random loop of basic inputs and responses. Here is the code.
-
Why I don’t like blog posts
I don’t like blog posts very much because they are requiring me to type actual words which is way harder than coding. I don’t need the points from this particular blog post so I can just give you an opinion on blogs. Hail our supreme leader, The great and honorable King Ace of Aceland the…
-
Goldenrod Adventure: The Best Platformer of 2024
I have been working on a making a platformer game for a shot while. I am calling it “Goldenrod Adventure” because most of it is two shades of one color. The game is only 4 levels, but still a decent game nonetheless in my opinion. Here is some of the code for the main file…
-
Free friday on the day my wrist hurt
I learned let, how to use a source on a script tag, and also about primitive values. Another thing I learned is that Javascript is a dynamically typed language, which means values don’t need to be set right away. Also null and undefined are different apparently. Yet another new thing was non-primitive values inheriting from…
-
Free Friday again
I worked on Javascript and got more comfortable with buttons. Here is some code that worked and you don’t need to see what didn’t work The rest was just basic html and css to get it to interact correctly.
-
What I did today.(Freee Friday 4/26)
Today I learned some Javascript and practiced changing text when a button was clicked and also opening windows.
-
Alien Invasion Code
My main code