Discrete Mathematics
Austin College
2022
Course focused on mathematical foundations essential for computer science, including logic, set theory, combinatorics, and algorithms.
- Studied propositional and predicate logic, including proof techniques, truth tables, and logical equivalences
- Gained proficiency in boolean algebra and number theory and their applications in computer programming
- Analyzed logical expressions and their normalized forms
- Applied predicate logic to formalize problems and easily translate them to software
Operating Systems
Austin College
2022
Course focused on the modular and layered design of operating systems, emphasizing process control, synchronization, resource management, and memory systems.
- Studied concurrent processes and synchronization techniques, including semaphores, mutexes, and condition variables
- Explored interrupt handling mechanisms and the role in system performance and responsiveness
- Analyzed process scheduling algorithms and resource allocation strategies for reliable performance in critical systems
- Examined various kernel architectures, focusing on interprocess communication and management of system resources such as file systems, input devices, and networking capabilities
Computer Systems and Foundations
Austin College
2021
Course covering the fundamentals of computer organization revolving around the Von Neumann architecture and low-level system operations.
- Gained insight into internal CPU operations, including the fetch-decode-execute cycle and pipelining
- Explored CPU performance optimizations through caching and cache coherency protocols
- Analyzed memory management techniques of memory virtualization, address translation with page tables, and segmentation
- Developed a comprehensive understanding of low-level system interactions and their impact on software performance
Advanced Computer Science
Career and Technical Education Center
2018
Algorithms and data structures course emphasizing hands-on implementation and problem-solving. Developed custom implementations of core Java data structures and applied them to relevant algorithmic challenges.
- Implemented fundamental data structures, including ArrayList, LinkedList, Stack, Heap, and various trees
- Designed and optimized algorithms for searching, sorting, and traversal operations
- Applied data structures to solve complex programming challenges, emphasizing efficiency and scalability
- Gained experience in analyzing algorithmic complexity and applicable trade-offs in performance and memory usage
- Developed strong proficiency in Java, object-oriented design, and memory management
Cisco Networking
Career and Technical Education Center
2017
Course covering foundational and advanced networking concepts in preparation for Cisco certification. Gained experience in principles for deploying networking hardware for enterprise applications.
- Gained proficiency in network protocols, subnetting, and VLAN configuration
- Manually configured Cisco routers and switches, including routing protocols and access control lists
- Implemented network security measures, troubleshooting techniques, and performance optimization
- Developed hands-on experience with command-line configuration using Cisco IOS
- Acquired knowledge necessary to earn a Cisco certification
Video Game Design
Career and Technical Education Center
2017
A course in video game development, focusing on core game design principles and asset management. Developed games in C# using the XNA framework to handle timing, rendering, and input detection.
- Implemented key game development concepts, including update/render cycles, effective collision detection, and object-oriented entity management
- Developed clones of classic games with custom-built tooling including level editors and procedural generation
- Optimized mass-entity collision detection using quadtree spatial partitioning to improve performance
- Managed assets including sprites, textures, and animations efficiently using the XNA framework
- Gained experience with game architecture, physics simulation, and user input handling