Skip to content

Commit af4bb09

Browse files
committed
Tweak skill descriptions
1 parent c4b2c3b commit af4bb09

2 files changed

Lines changed: 14 additions & 21 deletions

File tree

generator.py

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
"name": "Python",
6666
"level": "Expert",
6767
"percentage": 100,
68-
"details": "My primary language for 5+ years. Used for web scraping, automation, data science, and mission-critical drone software.",
68+
"details": "My primary language for most of my programming career. Used for web scraping, automation, data science, and drone software.",
6969
"projects": ["PyAerial", "airstrik.py", "DroneTracker", "finiteCraft", "Triggered"]
7070
},
7171
{
7272
"name": "C/C++",
7373
"level": "Advanced",
7474
"percentage": 90,
75-
"details": "Highly proficient in C/C++ for systems programming and performance-critical applications. Used in various academic and personal projects.",
76-
"projects": ["Embedded Systems", "Data Structures"]
75+
"details": "Proficient in C/C++ for systems programming and performance-critical applications. Used in various academic and personal projects.",
76+
"projects": ["Embedded Systems via Arduino", "Python compiler extensions for aerpaw", "JIT compilation for performance-critical Python code"]
7777
},
7878
{
7979
"name": "JavaScript",
@@ -86,58 +86,58 @@
8686
"name": "Java",
8787
"level": "Competent",
8888
"percentage": 80,
89-
"details": "Solid understanding of OOP principles. Experience building Minecraft plugins and enterprise-style applications.",
89+
"details": "Really good understanding of OOP principles. Experience mostly in the context of building Minecraft plugins.",
9090
"projects": ["Statify"]
9191
},
9292
{
9393
"name": "C#",
9494
"level": "Competent",
9595
"percentage": 75,
96-
"details": "Experience with .NET and game development. Most recently used for a high-performance chess engine challenge.",
96+
"details": "Experience with .NET and game development. Most recently used for Sebastian Lague's Chess Challenge.",
9797
"projects": ["Chess-Challenge"]
9898
},
9999
{
100100
"name": "Bash",
101101
"level": "Competent",
102102
"percentage": 70,
103103
"details": "Proficient in writing scripts for automation, CI/CD pipelines, and Linux system administration.",
104-
"projects": ["Server Automation", "Docker setup scripts"]
104+
"projects": ["All projects", "Docker setup scripts"]
105105
},
106106
],
107107
"Technologies & Frameworks": [
108108
{
109109
"name": "Linux/Unix",
110110
"level": "Expert",
111111
"percentage": 100,
112-
"details": "Heavy user of Linux for development and server management. Comfortable with advanced kernel tuning and shell scripting.",
113-
"projects": ["Server Management", "Drone Command Center"]
112+
"details": "Heavy user of Linux for development and server management, as well as a daily driver of Cosmic.",
113+
"projects": ["Server Management", "All Projects"]
114114
},
115115
{
116116
"name": "Docker",
117117
"level": "Expert",
118118
"percentage": 100,
119-
"details": "Expert in containerization. All my major projects are deployed using Docker for reproducibility and scale.",
119+
"details": "All my major projects are deployed using Docker for reproducibility and scale.",
120120
"projects": ["PyAerial", "airstrik.py", "DroneTracker", "Piranha"]
121121
},
122122
{
123123
"name": "JetBrains Suite",
124124
"level": "Expert",
125125
"percentage": 100,
126-
"details": "Advanced user of PyCharm, CLion, and IntelliJ. Highly efficient with IDE-driven development workflows.",
126+
"details": "Advanced user of PyCharm, CLion, and IntelliJ. I use these IDEs for all my development work and am proficient with their advanced features.",
127127
"projects": ["All Projects"]
128128
},
129129
{
130130
"name": "Git",
131131
"level": "Advanced",
132132
"percentage": 90,
133-
"details": "Deep understanding of Git workflows, branching strategies, and repository management.",
133+
"details": "Great understanding of Git workflows, branching strategies, and repository management.",
134134
"projects": ["All Projects"]
135135
},
136136
{
137137
"name": "Selenium / Web Scraping",
138138
"level": "Advanced",
139139
"percentage": 90,
140-
"details": "Specialized in high-speed, distributed web scraping and browser automation.",
140+
"details": "Really good at web scraping and browser automation.",
141141
"projects": ["finiteCraft", "Molotov"]
142142
},
143143
{
@@ -158,16 +158,9 @@
158158
"name": "MongoDB",
159159
"level": "Advanced",
160160
"percentage": 90,
161-
"details": "NoSQL database implementation for real-time tracking data and large-scale JSON storage.",
161+
"details": "NoSQL database implementations for drone tracking data",
162162
"projects": ["PyAerial", "airstrik.py"]
163163
},
164-
{
165-
"name": "Solidworks / CAD",
166-
"level": "Competent",
167-
"percentage": 80,
168-
"details": "Proficient in 3D modeling and mechanical design for engineering projects.",
169-
"projects": ["Mechanical Design Projects"]
170-
},
171164
]
172165
}
173166

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)