Category: Friday
-
Friday 5/29/2026
Today I worked on a react native app class project. I was attempting to make it possible to update user profile pictures, but I ran into a small wall where I am logging that the selected image has an undefined URI, which is an issue. This is the more interesting portion of the code I…
-
Friday 5/22/2026
This week I made more work to my blockchain and a small bit of work in the Erie Royals React native app. I have most recently been trying to get the clients and server side of my blockchain project to share the same blockchain and have them validate each other. Today specifically I read from…
-
Friday 5/15/2026
This week I worked mostly on a blockchain project. The concept is to learn more about cryptocurrencies and hashing. server.py: client.py: from datetime import datetime import time import socket from wallet import Wallet from block import Blockchain, Block blockchain = Blockchain() ace = Wallet() def start_client(host=’localhost’, port=12345): client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) …
-
Friday 4/24/26
This week I have been mainly working on my Capstone project Teams bot. In terms of the progress made, I have: Above is the code for the proactive messaging which is on hold due to lack of proper integration into Microsoft Teams. Above is the code to send adaptive card with a random pokemon image.
-
Free Friday 4/17/2026
I have recently been developing a Teams app that is supposed to have multiple uses to help the classroom. I have created a simple bot using the Teams Python SDK that quotes whatever the user says, and I have tested it using a localhost and Microsoft devtools. The problem I am now facing is that…
-
Friday 3/13/2026
Today was uneventful. I only continued my work on a pseudoclone of the eriesd wesbite. My javascript is currently broken due to my attempts to replicate their sliding banner image just under the header. As you can see, my function is unfinished because I ripped it apart and am rebuilding it. I also had to…
-
Friday 3/6/2026
I started making a new website. This one will be a pseudo clone of the Eriesd site. I have already made a header, their image bar, which does not slide yet, but I will work on. And I have stylized it and made a hover effect for the announcement cards. HTML: CSS: Next Week I…
-
Js and venv
Today I worked on more advanced website development using JavaScript, html, and venv. I made a way to stop the website from taking empty input and made it so that swear qword would be replaced by harmless words such as fudge.
-
Friday 12/5/25
This week was a four-day school week. I worked on Cyber Patriot scripts and also added this to the To Do list so that I can eventually get the ftp directory to have more secure permissions but I’m still working it out.
-
Free Friday 10/10/25
Today I wrote some code for the cyber patriot cyber security competition. I fixed some broken code, added some new things to the script, polished up a bit and ended up getting a total of over seventy points with the entire scripted and non-scripted section. I don’t really know if I’m supposed to show cyber…