Skip to content

Instantly share code, notes, and snippets.

Jordan Lee - Future Software Engineer

Experience

Software Quality Assurance Analyst/Engineer - HealthBI - Feb 2020 - Present

  • Wrote hundreds of automated tests using Java and Selenium, while leveraging Web Development skills to better test the application.
  • Debugging a Spring Boot/Vaadin framework application
  • Writing code and scripts to resolve issues as part of the Operations and Maintenance team
@jorlee92
jorlee92 / Resume.md
Last active July 16, 2019 13:22
Jordan Lee Resume for Microsoft Application

Jordan Lee

Experience

Software Test Engineer/Programmer - IntraEdge Technology - Feb 2019 - July 2019

Software Quality Assurance Intern - Blackboard Inc - Summer 2018

Support Desk Technician - Sprouts Farmers Market - August 2016 - April 2018 and October 2018 - February 2019

from collections import deque
import copy
def numSwaps(engList, searchTerms, num):
currentIndex = 0;
counter = 0
currentSwitches = 0
currentEngine = engList[currentIndex]
while(counter < num):
# Each loop we will always pop an element off of the searchTerms queue
console.log(findHealthcareBenefitEligibility({
age: 25,
wasFosterChild: false,
isPregnant: false,
income: 1600,
householdsize: 1,
isUSCitizen: true,
}));
//Place finding
/find/{category}/near/{type}/{location}
Categories would be [Bar, Food, Entertainment]
Locations would be Zipcodes, Cities,
Profile
<div id="app">
<h1>{{msg}}</h1>
<form>
<input type="text" v-model="input"></input>
<p v-show="input.length === 0">Please enter some text</p>
<div v-if = "input.length > 15">
Thats a lot of text
</div>
/*MAIN STYLES-------------------*/
body{
font-family: 'Spectral SC', serif;
}
.main-header{
height:200px;
}
.comtaier {
width:80%;
Job
{
title: String,
location: String,
applicants: [ID];
poster: ID,
}
var mongo = require('mongodb').MongoClient
var first = String(process.argv[2]);
var second = String(process.argv[3]);
// var first = "blah";
// var second = "blah2";
var jsonObject = {
firstname: first,
lastName: second
};
const url = "mongodb://localhost:27017/learnyoumongo"
var mongo = require('mongodb').MongoClient
const url = "mongodb://localhost:27017/learnyoumongo"
mongo.connect(url, function(err, db) {
if(err){}
var first = process.argv[2];
db.collection('parrots').find(
{
age: {$gt: +first}