I'm a Software Engineer based out of Charlotte, NC with experience in Data Engineering, Cloud Infrastructure, and Mobile Development (especially SwiftUI). Iβm currently pursuing my Masterβs in Computer Science at Georgia Tech, focusing on machine learning and interactive intelligence. π
- π Iβm currently building a native iOS app that allows users to track their drinking habits and estimate blood alcohol content in real time.
- π± Iβm studying for the AWS Certified Solutions Architect β Associate and the FINRA SIE Exam.
- β‘ Fun fact: I was recognized as a winner of Appleβs 2024 Swift Student Challenge, where I built an app that generates a color palette from any image.
| π Project | π§ Description | π» Tech |
|---|---|---|
| 2024 Swift Student Challenge Winner | ||
| SwimCloud Points Prediction Model | ||
| France Public Transport Clustering |
class Zack:
def __init__(self):
self.location = "Charlotte, NC"
self.focus = "Building systems that blend data, design, and automation"
self.learning = ["AWS SAA-C03", "FINRA SIE", "SwiftUI"]
self.fun_fact = "Winner of Appleβs 2024 Swift Student Challenge π"
def say_hi(self):
print("Thanks for stopping by! π")
me = Zack()
me.say_hi()

