Skip to content

Commit ebdb12b

Browse files
committed
fix formatting in markdown sections of jobs
1 parent 904d595 commit ebdb12b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/routes/resume/_jobs.ts

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export default [
1818
start: "2021-12",
1919
end: "2023-03",
2020
markdown: `
21-
Automated deployment of several blockchain test networks. Used Pulumi in golang to automate genesis ceremony and wallet funding on these test networks. Built out & trained a team to manage the devops & infrastructure side.
22-
`,
21+
Automated deployment of several blockchain test networks. Used Pulumi in golang to automate genesis ceremony and wallet funding on these test networks. Built out & trained a team to manage the devops & infrastructure side.`,
2322
},
2423
{
2524
company: "HelloTech Inc.",
@@ -30,8 +29,7 @@ export default [
3029
start: "2020-12",
3130
end: "2021-12",
3231
markdown: `
33-
Worked on several microservices and designed new database and protobuf schemas to support feature work. Refactored database to improve performance.
34-
`,
32+
Worked on several microservices and designed new database and protobuf schemas to support feature work. Refactored database to improve performance. `,
3533
},
3634
{
3735
company: "Endpoint Escrow Inc.",
@@ -42,11 +40,10 @@ export default [
4240
start: "2019-09",
4341
end: "2020-12",
4442
markdown: `
45-
* Implemented (in production) a strategy to communicate with the existing legacy database while building new features.
46-
* Helping facilitate transition to Microservice Architecture from our monolith
47-
* Collaborated on GraphQL api to service our internal admin needs
48-
* Extended & Created new databases schemas (dynamo) for new services being built
49-
`,
43+
* Implemented (in production) a strategy to communicate with the existing legacy database while building new features.
44+
* Helping facilitate transition to Microservice Architecture from our monolith
45+
* Collaborated on GraphQL api to service our internal admin needs
46+
* Extended & Created new databases schemas (dynamo) for new services being built`,
5047
},
5148
{
5249
company: "Whiteblock Inc.",
@@ -101,7 +98,9 @@ export default [
10198
start: "2011-01",
10299
end: "2012-12",
103100
markdown: `
104-
Worked on various projects including coupons, menus, and server optimization (linux). I spent a few months overhauling the search engine in elasticsearch with custom weights. Small team of 3 people.
101+
Worked on various projects including coupons, menus, and server optimization (linux).
102+
103+
I spent nearly a year overhauling the search engine in elasticsearch with custom weights. Small team of 3 people.
105104
`,
106105
},
107106
] as Job[];

0 commit comments

Comments
 (0)