Software

















1#about-me {
2 company: "Google";
3 role: "Software Engineer Intern";
4 location: "Chicago, IL";
5 school: "University of Alabama, Tuscaloosa";
6 major: "Computer Science";
7 favorite: {
8 language: "Python";
9 book: "Meditations by Marcus Aurelius";
10 movie: "Into the Spider-Verse";
11 song: "Night Changes by One Direction";
12 food: "Ice Cream";
13 game: "Minecraft";
14 };
15 learning: "System Design and Distributed Systems";
16}