Skip to content

Commit

Permalink
use strong
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonkalt committed Jun 21, 2024
1 parent 12110b8 commit 5ef43ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ const snarkyResponses = [

function educationCommand(args) {
return `Education:
- **B.S. Digital Marketing**, <a href="https://www.uvu.edu/"target="_blank">Utah Valley University</a> (2010 - 2014)
- <strong>B.S. Digital Marketing</strong>, <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. **Software Engineer, Applications**, <a href="https://www.jupiterone.com/"target="_blank">JupiterOne</a> (October 2021 - Present)
<strong>Software Engineer, Applications</strong>, <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.
Expand Down

0 comments on commit 5ef43ef

Please sign in to comment.