How I got here
I didn’t start in software. I was a Chemistry major, pre-med, fully pointed at medical school. Then came my senior year, when I realized this wasn’t it. I wasn’t excited.
So I took a leap of faith and switched to Computer Science. It remains one of the best decisions I’ve ever made.
The moment it clicked is embarrassingly specific: an intro class (ITSC-1212, to be exact) had us write “Hello, World” in Java. That was all it took. I had no idea what I was doing or how any of it actually worked under the hood, but I knew, immediately, that this was what I wanted to do with my time. Since then, I’ve dove head first into the world of coding & computing. I’ve been chasing that same feeling ever since.
1public class HelloWorld {2 public static void main(String[] args) {3 System.out.println("Hello, World");4 // Yup, that's all it took5 }6}I currently work at SAS as a software developer.
Where I’m headed
That “Hello, World” jolt is still the thing that keeps me motivated to continue building — continue shipping software that reaches real people and makes their lives meaningfully better.