|
65 | 65 | "name": "Python", |
66 | 66 | "level": "Expert", |
67 | 67 | "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.", |
69 | 69 | "projects": ["PyAerial", "airstrik.py", "DroneTracker", "finiteCraft", "Triggered"] |
70 | 70 | }, |
71 | 71 | { |
72 | 72 | "name": "C/C++", |
73 | 73 | "level": "Advanced", |
74 | 74 | "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"] |
77 | 77 | }, |
78 | 78 | { |
79 | 79 | "name": "JavaScript", |
|
86 | 86 | "name": "Java", |
87 | 87 | "level": "Competent", |
88 | 88 | "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.", |
90 | 90 | "projects": ["Statify"] |
91 | 91 | }, |
92 | 92 | { |
93 | 93 | "name": "C#", |
94 | 94 | "level": "Competent", |
95 | 95 | "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.", |
97 | 97 | "projects": ["Chess-Challenge"] |
98 | 98 | }, |
99 | 99 | { |
100 | 100 | "name": "Bash", |
101 | 101 | "level": "Competent", |
102 | 102 | "percentage": 70, |
103 | 103 | "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"] |
105 | 105 | }, |
106 | 106 | ], |
107 | 107 | "Technologies & Frameworks": [ |
108 | 108 | { |
109 | 109 | "name": "Linux/Unix", |
110 | 110 | "level": "Expert", |
111 | 111 | "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"] |
114 | 114 | }, |
115 | 115 | { |
116 | 116 | "name": "Docker", |
117 | 117 | "level": "Expert", |
118 | 118 | "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.", |
120 | 120 | "projects": ["PyAerial", "airstrik.py", "DroneTracker", "Piranha"] |
121 | 121 | }, |
122 | 122 | { |
123 | 123 | "name": "JetBrains Suite", |
124 | 124 | "level": "Expert", |
125 | 125 | "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.", |
127 | 127 | "projects": ["All Projects"] |
128 | 128 | }, |
129 | 129 | { |
130 | 130 | "name": "Git", |
131 | 131 | "level": "Advanced", |
132 | 132 | "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.", |
134 | 134 | "projects": ["All Projects"] |
135 | 135 | }, |
136 | 136 | { |
137 | 137 | "name": "Selenium / Web Scraping", |
138 | 138 | "level": "Advanced", |
139 | 139 | "percentage": 90, |
140 | | - "details": "Specialized in high-speed, distributed web scraping and browser automation.", |
| 140 | + "details": "Really good at web scraping and browser automation.", |
141 | 141 | "projects": ["finiteCraft", "Molotov"] |
142 | 142 | }, |
143 | 143 | { |
|
158 | 158 | "name": "MongoDB", |
159 | 159 | "level": "Advanced", |
160 | 160 | "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", |
162 | 162 | "projects": ["PyAerial", "airstrik.py"] |
163 | 163 | }, |
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 | | - }, |
171 | 164 | ] |
172 | 165 | } |
173 | 166 |
|
|
0 commit comments