Skip to content
View hannahgsimon's full-sized avatar
:electron:
for (int i = 0; i < dreams.length; i++) { chase(dreams[i]); }
:electron:
for (int i = 0; i < dreams.length; i++) { chase(dreams[i]); }

Block or report hannahgsimon

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hannahgsimon/README.md

About Me

  • Hello world! I'm Hannah (@hannahgsimon)
  • 📚 Enthusiastic Master of Computer Science student at Cleveland State University, graduating in May 2026
  • 🏢 Park Place Technologies Intern · NASA Jet Propulsion Laboratory Intern · 3× Cleveland Clinic Intern
  • 🌱 Passionate about continuous improvement, learning, growth, & pushing the boundaries of technology
  • 🚀 I enjoy solving complex problems and advancing technology through computational innovation
  • 💡 Interests include software engineering, mathematics, algorithm optimization, embedded systems, AI, machine learning, quantum computing, cryptography, & data mining
  • 🌎 Outside of my technical work I enjoy traveling, discovering new places, exploring national parks, and the occasional bungee-jumping adventure

Connect With Me

  • 🤝 I'm always eager to expand my network, collaborate on new projects, or discuss innovative ideas. Please feel free to reach out!
     

⚙️ Technical Skills ⚙️

Programming Languages

C C++ C# Java Python Kotlin SQL MATLAB R Haskell Assembly

Markup & Scripting Languages

HTML CSS JavaScript XML Bootstrap Shell Scripting

Tools & Technologies

.NET Visual Studio Git Azure DevOps SQL Server Azure Service Bus Postman REST APIs CI/CD SonarQube Node.js Flask Android Studio

Testing & Quality Assurance

xUnit NSubstitute AutoFixture Unit Testing Integration Testing

Systems & Architecture

Systems Engineering · Data Structures & Algorithms · Object-Oriented Programming · High Performance Computing · Agent-Based Modeling

Simulation & Modeling

Digital Twins · Multiplatform Simulation · Physics Engine Integration · Omniverse · Unity · XR (VR/AR)

Interpersonal Skills

Communication · Teamwork · Active Listening · Leadership · Critical Thinking · Problem Solving · Creativity


Profile view counter on GitHub

Pinned Loading

  1. HALModeling2024 HALModeling2024 Public

    Developed code using the Hybrid Automata Library (HAL) to create a spatial agent-based model of radio-immune response to spatially fractionated radiotherapy. This project was in association with th…

    Java

  2. HALModeling2024Graphs HALModeling2024Graphs Public

    Created code to develop and analyze statistical graphs for the spatial radiotherapy model, which can be found at https://github.com/hannahgsimon/HALModeling2024. This project was in association wit…

    Python

  3. Producer-Consumer-IPC Producer-Consumer-IPC Public

    Producer–consumer synchronization implemented in C using Linux IPC mechanisms (semaphores, message queues, and lock files) to ensure safe concurrent execution without race conditions.

    C++

  4. ONC-RPC-Client-Server-System ONC-RPC-Client-Server-System Public

    Modified ONC RPC client–server programs in C generated via rpcgen, rebuilt protocol stubs, and validated multi-terminal client–server communication on Linux.

    C

  5. SIC-XE-Linking-Loader SIC-XE-Linking-Loader Public

    Developed a two-pass linking loader for the SIC/XE architecture that processes object code files, resolves external symbols, and generates an output file with the external symbol table and memory b…

    C

  6. SIC-XE-Assembler SIC-XE-Assembler Public

    Developed a two-pass assembler for the SIC/XE architecture that processes assembly language programs, and generates a listing file with a symbol table and a corresponding object code file.

    C