Skip to content

Commit

Permalink
recent
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Nov 14, 2024
1 parent f3a1f77 commit 6725c6f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
18 changes: 13 additions & 5 deletions src/Employment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,21 @@
<!-- onboarding of customer devices, and the CI/CD process-->
<!-- </Acc>-->
<Acc>
Modernize UI with patented state management and UX flow framework systems
Patent state management and UX flow framework systems
based on functional and procedural programming paradigms
</Acc>
<!-- <Acc>-->
<!-- Enable customers to generate reports of metrics relevant to their devices,-->
<!-- such as carbon emissions, by constructing real-time device data collection-->
<!-- and archival infrastructure and microservices-->
<!-- </Acc>-->
<Acc>
Develop real-time carbon emissions reporting infrastructure and
systems for customer devices
</Acc>
<Acc>
Enable customers to generate reports of metrics relevant to their devices,
such as carbon emissions, by constructing real-time device data collection
and archival infrastructure and microservices
Establish and implement internal machine learning model training platform
utilizing AWS and on-premises ESX VM infrastructure
</Acc>
<!-- <Acc>-->
<!-- Enable customer awareness of their carbon footprint via development-->
Expand Down Expand Up @@ -142,7 +150,7 @@
title="Freelance Developer"
start="Dec 2016"
end="Jan 2018"
employer="Multiple Clients"
employer="Virginia Theological Seminary"
>
<Acc>
Introduce critical automation and future-proofing for
Expand Down
16 changes: 8 additions & 8 deletions src/Tech.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@

<SectionHeader>Tech</SectionHeader>
<div class="bars">
<SkillBar percentage={98} tools={['Spring', 'Gradle', 'Hibernate', 'Kotlin', 'Scala']}>Java</SkillBar>
<SkillBar percentage={98} tools={['TypeScript', 'React', 'Angular', 'Vue', 'Svelte', 'Electron']}>Front-End</SkillBar>
<SkillBar percentage={95} tools={['Tensorflow', 'Keras', 'Sklearn', 'OpenCV', 'Torch', 'SageMaker']}>AI/ML</SkillBar>
<SkillBar percentage={88} tools={['Postgres', 'ElasticSearch', 'MongoDB', 'Redis', 'DynamoDB']}>Databases</SkillBar>
<SkillBar percentage={90} tools={['Bash', 'AWS', 'Kafka', 'Terraform', 'Serverless', 'Kubernetes']}>Infra/DevOps</SkillBar>
<!-- TODO need better java skills these kinda suckzzz -->
<SkillBar
percentage={98}
tools={['FastAPI', 'Flask', 'Django', 'Numpy', 'Pandas', 'Extensions API']}>
Python
</SkillBar>
<SkillBar percentage={98} tools={['TypeScript', 'React', 'Angular', 'Vue', 'Svelte', 'Electron']}>Front-End</SkillBar>
<SkillBar percentage={90} tools={['Tensorflow', 'Keras', 'Sklearn', 'OpenCV', 'Torch', 'SageMaker']}>AI/ML</SkillBar>
<SkillBar percentage={88} tools={['Postgres', 'ElasticSearch', 'MongoDB', 'Redis', 'DynamoDB']}>Databases</SkillBar>
<SkillBar percentage={90} tools={['Bash', 'AWS', 'Kafka', 'Terraform', 'Serverless', 'Kubernetes']}>Infra/DevOps</SkillBar>
<!-- TODO need better java skills these kinda suckzzz -->
<SkillBar percentage={95} tools={['Spring', 'Gradle', 'Hibernate', 'Kotlin', 'Scala']}>Java</SkillBar>
<SkillBar percentage={95} tools={['ASP.NET', 'EntityFramework', 'C#', 'Mono']}>.NET</SkillBar>
<!-- <SkillBar percentage={80} tools={['MSVC', 'MSBuild', 'Windows Driver Foundation']}>Windows</SkillBar>-->
<SkillBar percentage={85} tools={['C/C++', 'Embedded', 'Kernel Modules', 'HID', 'WDK']}>Bare Metal</SkillBar>
<SkillBar percentage={80} tools={['C/C++', 'Embedded', 'Kernel Modules', 'HID', 'WDK']}>Bare Metal</SkillBar>
<SkillBar percentage={89} tools={['UE5', 'Unity', 'Godot', 'Networking', 'Shaders']}>Gamedev</SkillBar>
<SkillBar percentage={0} tools={['Agile', 'JWT', 'XSL', 'IAM', 'SSO', 'DevOps', 'Lambda', 'Git', 'CI/CD', 'WebSocket', 'MS SQL', 'RDS', 'REST', 'GoLang', 'MVC']}>Other</SkillBar>
<SkillBar percentage={0} tools={['Agile', 'JWT', 'XSL', 'IAM', 'SSO', 'Lambda', 'Git', 'CI/CD', 'WebSocket', 'MS SQL', 'RDS', 'REST', 'GoLang', 'MVC']}>Other</SkillBar>
<!-- TODO for some reason this is clipped in browser but correct in pdf -->
<div class="claim">This resume built using <a href="https://svelte.dev/">Svelte</a></div>
</div>

0 comments on commit 6725c6f

Please sign in to comment.