Hello again! 
Today I completed the Man-in-the-Middle (MITM) attack room, where I learned about ARP poisoning, DNS spoofing, and SSL stripping. It was interesting to understand how an attacker within the same network can intercept and manipulate traffic, which really emphasizes the importance of secure communication and proper network defenses.
On the development side, I finished the CS50x “Birthday” problem set. I implemented database insertion, added both client-side and server-side validation to properly sanitize user input, and used a Jinja for loop to dynamically render the birthday entries in a table. Although it wasn’t required, I also implemented a remove button to enhance functionality.








