Skip to content
View breezy-codes's full-sized avatar
🎮
Probably gaming
🎮
Probably gaming

Highlights

  • Pro
Block or Report

Block or report breezy-codes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
breezy-codes/README.md

Introduction Image

About Me

  • 👋 I’m Brianna, but you can call me Breezy.
  • 🎓 I'm currently pursuing an Honours Bachelor's degree in Cyber Security at Deakin University with a WAM of 92.
  • 📝 Recipient of the Deakin Scholarhip for Excellence and the Deakin Associate Dean Summer Research Scholarship.
  • 🎓 My ADR Scholarship and Honours work focuses on Computer/Telecommunication networks and RAN configurations.
  • 🔒 Deakin Maths Yearbook 2023: I was the first person to be in the Deakin Maths Yearbook twice, as well as twice in the same year. I wrote a report on Cryptography, and another on Quantum Cryptography.
  • 📚 In my own time, I'm studying cryptography, quantum cryptography, quantum mechanics, physics, and calculus.
  • 🎯 My research interests include O-RAN, reconfigurable RAN, resource allocation for 6G networks, and cryptography.
  • 🚀 After my Bachelor's, I'll be continuing my academic journey with a PhD.

Current Projects and Research

  • 📝 Research: Currently working on research in Computer/Telecommunication networks, particularly in O-RAN and reconfigurable RAN for 6G networks. I'm currently working on publishing my first paper to IEEE.
  • 🔬 Machine Learning: Developing Machine Learning Models to solve different problems within mobile networks as passion projects.
  • 📝 Learning: Studying quantum mechanics and physics, with a focus on cryptography and resource allocation.

Computer Network Based Projects

I created a series of Computer Networks based projects and tutorials that got me a grade of 100 in my Computer Networks subject.

  1. 🌐 ARP Simulator: A simple python program to simulate the ARP process in a local network environment.
  2. 🌐 Control Plane Simulator: Two simple programs to simulate finding the shortest path over the network.
  3. 🌐 Server Client Program: A simple Server Client style program that simulates how they communicate.
  4. 🌐 Youtube Tutorial Series: My YouTube playlist of tutorials I made around Computer Networks, CISCO packet Tracer and Wireshark.
  5. 🌐 Tutorial Articles on my Portfolio: Text Versions of the tutorials

Cryptography and Quantum-Based Projects

  1. 🔒 Quantum Cryptography: Contains work I've done surrounding Quantum Cryptography, including code I developed as part of the Deakin Maths Yearbook 2023.
  2. 🔒 Cryptography Projects: Contains a series of small cryptography projects and programs I've made both during my studies and as projects to help in my own learning and development.

Hackathon Project

  • 🚀 Eclectic Sheep Society: A collaborative project developed for a hackathon, showcasing the alcohol consumption problem within Australia. Highlighting government statistics on the issue.

🔥 My Stats :

readme stats top langs
GitHub Profile Trophies

Languages

Languages

Tools and Softwares

Tools

Pinned

  1. ARP-Simulator ARP-Simulator Public

    This Python-based ARP Simulator implements a client-server model to demonstrate the Address Resolution Protocol (ARP) in a local network environment. Using a predefined network dictionary with IP a…

    Python 1

  2. Control-Plane-Simulator Control-Plane-Simulator Public

    This project simulates a basic network control plane using Dijkstra's shortest path algorithm. It allows users to understand how routing decisions are made in computer networks based on the shortes…

    Python 1

  3. Server-Client-Program Server-Client-Program Public

    This Python-based server-client application allows users to query a predefined animal dictionary using UDP socket communication. The server listens for requests and responds with animal names and d…

    Python 1

  4. Eclectic-Sheep-Society Eclectic-Sheep-Society Public

    Our group project for Govhack2023

    JavaScript 3 2

  5. Greedy-Algorithm Greedy-Algorithm Public

    Greedy algorithms are a category of algorithms that solve optimisation problems by making a series of choices that are locally optimal, aiming for a globally optimal solution. These algorithms oper…

    Jupyter Notebook 1