You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="text-sm text-zinc-600 dark:text-zinc-300 leading-relaxed">This summer, I am working with Mr. Geoffrey Bell at Merrill Lynch to help modernize their internal calculations platform via FactSet with Python.</p>
<pclass="text-sm text-zinc-600 dark:text-zinc-300 leading-relaxed">I am currently enrolled in the Computer Engineering program at North Carolina State University. I am pursuing a Bachelor's in Statistics and Computer Engineering and a Master's of Computer Science.</p>
<divclass="text-sm font-mono text-zinc-500 dark:text-zinc-400 mb-2">Fall 2023 - Spring 2025</div>
90
96
<pclass="text-sm text-zinc-600 dark:text-zinc-300 leading-relaxed">This was my first experience taking college coursework. I graduated with multiple appearances on the Dean's List, membership in the Phi Theta Kappa chapter, and an Associate in Science degree.</p>
<pclass="text-sm text-zinc-600 dark:text-zinc-400 mb-3 mt-2">Proficient in C/C++ for systems programming and performance-critical applications. Used in various academic and personal projects.</p>
<pclass="text-sm text-zinc-600 dark:text-zinc-400 leading-relaxed mb-4">DroneTracker is a computer vision system that uses PTZ cameras to track drones in real-time. It integrates with AXIS cameras via VAPIX protocol.</p>
667
+
<pclass="text-sm text-zinc-600 dark:text-zinc-400 leading-relaxed mb-4">DroneTracker is a computer vision system that uses PTZ cameras to track drones in real-time. It integrates with AXIS cameras via VAPIX protocol. See a video of it in action: https://drive.google.com/file/d/1kAgfkhz04cGI_hY1XcNIUBpDtY-OiKQi/view</p>
662
668
663
669
<divclass="mt-4"><h4class="font-semibold font-mono text-zinc-900 dark:text-zinc-100 mb-2">Features</h4><ulclass="space-y-1"><liclass="text-sm font-mono text-zinc-600 dark:text-zinc-400 flex items-start"><spanclass="mr-3">•</span><span>PTZ camera control via VAPIX</span></li><liclass="text-sm font-mono text-zinc-600 dark:text-zinc-400 flex items-start"><spanclass="mr-3">•</span><span>Real-time drone position estimation</span></li><liclass="text-sm font-mono text-zinc-600 dark:text-zinc-400 flex items-start"><spanclass="mr-3">•</span><span>MAVSDK integration for telemetry</span></li><liclass="text-sm font-mono text-zinc-600 dark:text-zinc-400 flex items-start"><spanclass="mr-3">•</span><span>Containerized deployment</span></li></ul></div>
consttaglines=["is a Computer Engineering and Statistics student @ NCSU","is a full-stack developer","likes drones :D","is an open source enthusiast","has three cats :3","is always learning","would like a job \ud83e\udd7a","plays Factorio"];
792
+
consttaglines=["is a Computer Engineering and Statistics student @ NCSU","is a full-stack developer","does things differently","likes drones :D","is an open source enthusiast","has three cats :3","is always learning","would like a job \ud83e\udd7a","plays Factorio"];
Copy file name to clipboardExpand all lines: site.toml
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ about = [
41
41
taglines = [
42
42
"is a Computer Engineering and Statistics student @ NCSU",
43
43
"is a full-stack developer",
44
+
"does things differently",
44
45
"likes drones :D",
45
46
"is an open source enthusiast",
46
47
"has three cats :3",
@@ -49,8 +50,16 @@ taglines = [
49
50
"plays Factorio"
50
51
]
51
52
53
+
54
+
[[experiences]]
55
+
title = "Financial Services Technical Lead, Merrill Lynch"
56
+
link = "https://advisor.ml.com/sites/nc/raleigh-nc"
57
+
date = "May 2025 - Present"
58
+
description = "This summer, I am working with Mr. Geoffrey Bell at Merrill Lynch to help modernize their internal calculations platform via FactSet with Python."
59
+
52
60
[[experiences]]
53
61
title = "North Carolina State University"
62
+
link = "https://ncsu.edu"
54
63
date = "Fall 2025 - Present"
55
64
description = "I am currently enrolled in the Computer Engineering program at North Carolina State University. I am pursuing a Bachelor's in Statistics and Computer Engineering and a Master's of Computer Science."
56
65
@@ -62,6 +71,7 @@ description = "I have had the pleasure to work with Dr. Mihail Sichitiu at the A
62
71
63
72
[[experiences]]
64
73
title = "Wake Tech Community College"
74
+
link = "https://waketech.edu"
65
75
date = "Fall 2023 - Spring 2025"
66
76
description = "This was my first experience taking college coursework. I graduated with multiple appearances on the Dean's List, membership in the Phi Theta Kappa chapter, and an Associate in Science degree."
67
77
@@ -79,7 +89,7 @@ icon = "code-slash-outline"
79
89
level = "Advanced"
80
90
duration = "over 3 years"
81
91
details = "Proficient in C/C++ for systems programming and performance-critical applications. Used in various academic and personal projects."
82
-
projects = ["Embedded Systems via Arduino", "Python compiler extensions for aerpaw", "JIT compilation for performance-critical Python code"]
92
+
projects = ["Embedded Systems via Arduino", "Python compiler extensions for AERPAW", "JIT compilation for performance-critical Python code"]
description = "Track drones with cameras! Another AERPAW project."
229
-
details = "DroneTracker is a computer vision system that uses PTZ cameras to track drones in real-time. It integrates with AXIS cameras via VAPIX protocol."
239
+
details = "DroneTracker is a computer vision system that uses PTZ cameras to track drones in real-time. It integrates with AXIS cameras via VAPIX protocol. See a video of it in action: https://drive.google.com/file/d/1kAgfkhz04cGI_hY1XcNIUBpDtY-OiKQi/view"
230
240
features = ["PTZ camera control via VAPIX", "Real-time drone position estimation", "MAVSDK integration for telemetry", "Containerized deployment"]
231
241
link = "https://github.com/quantumbagel/DroneTracker"
0 commit comments