INSY 5345 Cloud Computing, Set up VPCs and EC2 instances for departments, Configured ALB with auto scaling Nginx servers, created a DynamoDB table and performed key-value queries, deployed a containerized Nginx website on EC2 with configured Security Group for global access, set up an EFS cluster with auto-scaling nodes, deployed Nginx pods, and configured a Load Balancer. CSE 3320 Operating Systems: Kernel Development, Configured and compiled a Linux kernel, added a custom system call, and used printk for process diagnostics, implemented thread synchronization with condition variables and learned to create, join threads and manage sleep functions. CSE 3310 Fundamentals of Software Engineering, Developed a workout scheduling feature using Java and Google Calendar API for the Maverick Workout Tracker app and UML. CSE 3318 Algorithms & Data Structures, Built a program to read integers into a linked list, compute their sum, and track execution time. Compared the performance of Merge Sort and insertion sort on integer arrays. Implemented Dijkstra's shortest path algorithm using an adjacency matrix for graph traversal.