Skip to content

Commit 194c412

Browse files
committed
add HelloTech experience
1 parent bf5f694 commit 194c412

File tree

1 file changed

+70
-53
lines changed

1 file changed

+70
-53
lines changed

src/routes/resume/_jobs.ts

Lines changed: 70 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,85 @@
11
export interface Job {
2-
company: string;
3-
companyDescription: string;
4-
companyWebsite: string;
5-
jobTitle: string;
6-
start: string;
7-
end: string | null;
8-
markdown: string;
2+
company: string;
3+
companyDescription: string;
4+
companyWebsite: string;
5+
jobTitle: string;
6+
start: string;
7+
end: string | null;
8+
markdown: string;
99
}
1010

1111
export default [
12-
{
13-
company: 'Endpoint Escrow Inc.',
14-
companyDescription: 'Endpoint is a company which is disrupting escrow/mortgage by streamlining and automating much of the process.',
15-
companyWebsite: 'https://endpointclosing.com',
16-
jobTitle: 'Senior Software Engineer',
17-
start: '2019-08',
18-
end: null,
19-
markdown: `
12+
{
13+
company: "HelloTech Inc.",
14+
companyDescription:
15+
"HelloTech is an innovative b2b application which enables service workers to be dispatched for technical installations such as TV mounts and Wi-Fi installs with partners like Wal-Mart, Amazon & SimpliSafe.",
16+
companyWebsite: "https://www.hellotech.com",
17+
jobTitle: "Senior Software Engineer",
18+
start: "2020-12",
19+
end: "2021-12",
20+
markdown: `
21+
Worked on several microservices and designed new database and protobuf schemas to support feature work. Refactored database to improve performance.
22+
`,
23+
},
24+
{
25+
company: "Endpoint Escrow Inc.",
26+
companyDescription:
27+
"Endpoint is a company which is disrupting escrow/mortgage by streamlining and automating much of the process.",
28+
companyWebsite: "https://endpointclosing.com",
29+
jobTitle: "Senior Software Engineer",
30+
start: "2019-09",
31+
end: "2020-12",
32+
markdown: `
2033
* Implemented (in production) a strategy to communicate with the existing legacy database while building new features.
2134
* Helping facilitate transition to Microservice Architecture from our monolith
2235
* Collaborated on GraphQL api to service our internal admin needs
2336
* Extended & Created new databases schemas (dynamo) for new services being built
2437
`,
25-
},
26-
{
27-
company: 'Whiteblock Inc.',
28-
companyDescription: 'Whiteblock sells professional testing services to blockchain technology companies.',
29-
companyWebsite: 'https://whiteblock.io',
30-
jobTitle: 'Platform Architect',
31-
start: '2018-12',
32-
end: '2019-08',
33-
markdown: `
38+
},
39+
{
40+
company: "Whiteblock Inc.",
41+
companyDescription:
42+
"Whiteblock sells professional testing services to blockchain technology companies.",
43+
companyWebsite: "https://whiteblock.io",
44+
jobTitle: "Platform Architect",
45+
start: "2018-12",
46+
end: "2019-08",
47+
markdown: `
3448
`,
35-
},
36-
{
37-
company: 'BroadVoice Inc.',
38-
companyDescription: 'Broadvoice sells Cloud Voice-Over-IP and Communications services to small, medium, and enterprise businesses.',
39-
companyWebsite: 'https://www.broadvoice.com',
40-
jobTitle: 'Software Architect',
41-
start: '2018-05',
42-
end: '2018-12',
43-
markdown: `
49+
},
50+
{
51+
company: "BroadVoice Inc.",
52+
companyDescription:
53+
"Broadvoice sells Cloud Voice-Over-IP and Communications services to small, medium, and enterprise businesses.",
54+
companyWebsite: "https://www.broadvoice.com",
55+
jobTitle: "Software Architect",
56+
start: "2018-05",
57+
end: "2018-12",
58+
markdown: `
4459
`,
45-
},
46-
{
47-
company: 'LeaseLock Inc.',
48-
companyDescription: 'LeaseLock powers a modern lease experience that totally eliminates all security deposits, surety bonds and guarantors.',
49-
companyWebsite: 'https://leaselock.com',
50-
jobTitle: 'Software Architect',
51-
start: '2017-11',
52-
end: '2018-04',
53-
markdown: `
60+
},
61+
{
62+
company: "LeaseLock Inc.",
63+
companyDescription:
64+
"LeaseLock powers a modern lease experience that totally eliminates all security deposits, surety bonds and guarantors.",
65+
companyWebsite: "https://leaselock.com",
66+
jobTitle: "Software Architect",
67+
start: "2017-11",
68+
end: "2018-04",
69+
markdown: `
5470
`,
55-
},
56-
{
57-
company: 'Stem Disintermedia Inc.',
58-
companyDescription: 'Stem helps music collaborators receive royalties in a fair way.',
59-
companyWebsite: 'https://stem.is',
60-
jobTitle: 'Principal Platform Architect',
61-
start: '2015-10',
62-
end: '2017-07',
63-
markdown: `
71+
},
72+
{
73+
company: "Stem Disintermedia Inc.",
74+
companyDescription:
75+
"Stem helps music collaborators receive royalties in a fair way.",
76+
companyWebsite: "https://stem.is",
77+
jobTitle: "Principal Platform Architect",
78+
start: "2015-10",
79+
end: "2017-07",
80+
markdown: `
6481
`,
65-
},
82+
},
6683
] as Job[];
6784

6885
/*
@@ -74,4 +91,4 @@ Endpoint is a company which is disrupting escrow/mortgage by streamlining and au
7491
* Helping facilitate transition to Microservice Architecture from our monolith
7592
* Collaborated on GraphQL api to service our internal admin needs
7693
* Extended & Created new databases schemas (dynamo) for new services being built
77-
*/
94+
*/

0 commit comments

Comments
 (0)