Today I just worked on my personal website. I added content to the Home and about me pages as well as adding a new page to show off all my projects and such. I plan on finishing this website over the next week, then im going to buy a domain name and host it from netlify.
One thought on “Free Friday (2/9/2024)”
Leave a Reply Cancel reply
Related Posts
Playing Frankenstein on a deceased computer (Free Friday 10/31/25)
HAAPPYYY HALLOWEEN. Today at school I brought in a gaming pc my friend gave to me because it broke on him, after some troubleshooting at my house I came to the conclusion that the Power Supply Unit (PSU) was shot. When I plugged it in for the first time and attempted to power it on, […]
Working on my Discord Bot (Free Friday 5/17/24) (makeup)
Today I worked on my Discord Bot and added two commands, a help command and a roll dice command. The roll dice command takes in an argument for how many sides the dice will be, then it randomly selects a number between 1 and the number you entered, the default would be 6. A very, […]
Starting a Discord Bot (Free Friday 5/3/24) (Make Up)
Today I created a discord bot using discord.py. I started by going to the discord developer portal and creating an “app” (aka the bot) and getting the client token. Now that we have the client token we can use discord.py to program how the bot will behave. Here’s my code: I created a flip coin […]
Add screenshot and code to explain what you learned.