Skip to content

Commit

Permalink
update icon, copy
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonkalt committed Jun 21, 2024
1 parent 03de131 commit 12110b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h1>Karson Kalt</h1>
<div role="tablist">
<button role="tab" id="stdout" aria-controls="tab-panel-1" aria-selected="true" tabindex="0" hidden>
<svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg">
<path d="M4 17L10 11L4 5" stroke="currentColor" fill="none"/>
<path d="M12 19H20" stroke="currentColor"fill="none"/>
<path d="M2 21L12 12L2 3" stroke="currentColor" fill="none"></path>
<path d="M12 21H22" stroke="currentColor" fill="none"></path>
</svg>
Stdout
<span class="unread-badge" ></span>
Expand Down
18 changes: 11 additions & 7 deletions assets/js/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,23 @@ const snarkyResponses = [

function educationCommand(args) {
return `Education:
- **B.S. Digital Marketing**, Utah Valley University (2010 - 2014)
- **B.S. Digital Marketing**, <a href="https://www.uvu.edu/"target="_blank">Utah Valley University</a> (2010 - 2014)
- **Flatiron School**, Software Engineering Immersive (2017)
`;
}

function experienceCommand(args) {
return `Experience:
1. **Senior Software Engineer Applications**, JupiterOne (2024 - Present)
- TBD
2. **Software Engineer**, JupiterOne (2018 - 2024)
- TBD
`;
1. **Software Engineer, Applications**, <a href="https://www.jupiterone.com/"target="_blank">JupiterOne</a> (October 2021 - Present)
Natural Language Querying
− Designed and developed the integration of generative AI into our search experience, converting natural language to our query language. Resulted in one of our highest adoption rates and helped accelerate platform time-to-value.
− Implemented a vector database embedding cache, improving query response times and reducing operational costs.
− Implemented Natural Language Processing (NLP) techniques including fuzzy matching and stop word filtering to enhance search precision.
Design System Development
− Spearheaded the development of JupiterOne’s design system, including creation of a comprehensive component library, design tokens, and theming system. Helping to streamline the development process and enabling engineers to focus on core feature development.
− Crafted standardized-yet-customizable component APIs through a mix of composability, customization, and "component slots". Balanced flexibility with ease-of-use, allowing for customization without excessive rigidity. Leveraged standard naming conventions and JSDoc for streamlined development.
`;
}

export {
Expand Down

0 comments on commit 12110b8

Please sign in to comment.