Skip to content

Commit

Permalink
minor updates to descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Feb 9, 2024
1 parent a0ca288 commit e428dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions src/data/experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ const data = [
image: '/images/content/sap.svg',
link: 'https://www.sap.com/canada/index.html',
description: [
'Coordinated with senior engineers to implement a layered cache resiliency system involving several core ' +
'microservices to ensure 99%+ uptime, developed accompanying documentation and testing strategies',
'Implemented a layered cache resiliency system involving several core microservices to ensure 99%+ uptime',
'Analyzed artifact build pipeline to expose regression-related variations between local and cloud deployments',
'Prioritized and managed 80+ concurrent Jira tickets involving new features or fixes to existing systems',
'Resolved a crucial ERP connection error by identifying an overlooked edge case related to the transfer of SQL ' +
'data between microservices, ensuring the on-time deployment of several essential features',
'Refactored core system dependencies and designed asynchronous logic to adhere to architectural standards',
'Created and maintained several automated Jest and Jasmine testing suites to achieve 98%+ code coverage',
'Converted core module to use asynchronous logic, resulting in a 2% reduction of system-wide loading times ',
'Created and maintained several automated Jest and Jasmine testing suites to achieve 99%+ code coverage',
'Led team-wide knowledge transfer sessions, reducing development time for several workflows by up to 95%',
'Verified proposed changes with remote Jenkins, local Node.js, and cloud-based Kubernetes environments',
'Conducted code reviews and knowledge transfer sessions to improve existing practices and code quality',
],
skills: [
'JavaScript',
Expand Down
4 changes: 2 additions & 2 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const data = [
duration: 'Jan 2023 - May 2023',
link: 'https://github.com/kajgrant/guitar-tuner',
description: [
'Engineered a custom ARM based architecture using the Xilinx Zedboard FPGA for a guitar tuner program',
'Designed a dual core ARM-based architecture using the Xilinx Zedboard FPGA for a custom guitar tuner',
'Streamlined data transfer logic to achieve 1Hz accuracy and an input to output latency of less than 1 second',
'Interfaced 9+ Audio Codecs, FFT blocks, GPIO blocks, and VGA controllers with C-based software',
'Created an optimized hardware block in VHDL to perform the Harmonic Product Spectrum calculation',
'Reduced latency to less than 1s between live auto stream input and corresponding VGA display output',
],
skills: ['C', 'VHDL', 'Vivado', 'Xilinx Vitis', 'Frequency Theory'],
},
Expand Down

0 comments on commit e428dcd

Please sign in to comment.