Skip to content

Commit

Permalink
Update resume files. Update docx generator go mod. Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed Jul 23, 2024
1 parent 0b2f202 commit 4d2f204
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ code _data/resume.json

# license key from https://cloud.unidoc.io/api-keys
# used for generating .docx files
LICENSE_KEY="<unicloud-api-key>" make -s print-resume
LICENSE_KEY="<unicloud-api-key>" make -s print-resume # make sure executing with correct go version
```

### how it works
Expand Down
21 changes: 20 additions & 1 deletion _data/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
],
"whois": "A swiss army knife with **over 6 years** of experience working in social media 👥, fintech 💵, big data 📊, efficiency engineering 🚀, monitoring 📉, and site reliability 🚒",
"mission": "Make life **better**, however he can.\n\nAlso hike 🥾, climb 🧗, surf 🏄‍♂️, create 🎨, eat 🍜, and play with good dogs 🐶"
"mission": "Make life **better**, however he can\n\nAlso hike 🥾, climb 🧗, surf 🏄‍♂️, create 🎨, eat 🍜, make friends 🫂, and play with good dogs 🐶"
},
"skills": {
"languages": [
Expand Down Expand Up @@ -496,6 +496,25 @@
}
],
"volunteer": [
{
"name": "opentelemetry-rust",
"icon": "🦀",
"tags": [
"oss",
"rust",
"opentelemetry"
],
"description": [
"Wrote template for OpenTelemetry Rust metric semantic conventions and fixed some pre-existing code generation issues."
],
"links": [
{
"icon": "📝",
"text": "pull request`",
"url": "https://github.com/open-telemetry/opentelemetry-rust/pull/1918"
}
]
},
{
"name": "atom",
"icon": "⚛️",
Expand Down
Binary file modified resume.docx
Binary file not shown.
21 changes: 20 additions & 1 deletion resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
],
"whois": "A swiss army knife with **over 6 years** of experience working in social media 👥, fintech 💵, big data 📊, efficiency engineering 🚀, monitoring 📉, and site reliability 🚒",
"mission": "Make life **better**, however he can.\n\nAlso hike 🥾, climb 🧗, surf 🏄‍♂️, create 🎨, eat 🍜, and play with good dogs 🐶"
"mission": "Make life **better**, however he can\n\nAlso hike 🥾, climb 🧗, surf 🏄‍♂️, create 🎨, eat 🍜, make friends 🫂, and play with good dogs 🐶"
},
"skills": {
"languages": [
Expand Down Expand Up @@ -496,6 +496,25 @@
}
],
"volunteer": [
{
"name": "opentelemetry-rust",
"icon": "🦀",
"tags": [
"oss",
"rust",
"opentelemetry"
],
"description": [
"Wrote template for OpenTelemetry Rust metric semantic conventions and fixed some pre-existing code generation issues."
],
"links": [
{
"icon": "📝",
"text": "pull request`",
"url": "https://github.com/open-telemetry/opentelemetry-rust/pull/1918"
}
]
},
{
"name": "atom",
"icon": "⚛️",
Expand Down
Binary file modified resume.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions scripts/resume/go-print-docx/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module print-docx

go 1.22.4
go 1.22

require (
github.com/alecthomas/kong v0.9.0
github.com/unidoc/unioffice v1.33.0
github.com/yuin/goldmark v1.7.2
github.com/alecthomas/kong v0.8.1
github.com/unidoc/unioffice v1.34.0
github.com/yuin/goldmark v1.7.4
)

require github.com/richardlehane/msoleps v1.0.3 // indirect
20 changes: 10 additions & 10 deletions scripts/resume/go-print-docx/go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v2n4FU=
github.com/alecthomas/assert/v2 v2.6.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA=
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2ojoH/0=
github.com/alecthomas/assert/v2 v2.1.0/go.mod h1:b/+1DI2Q6NckYi+3mXyH3wFb8qG37K/DuK80n7WefXA=
github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY=
github.com/alecthomas/kong v0.8.1/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U=
github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE=
github.com/alecthomas/repr v0.1.0/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8=
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
github.com/richardlehane/msoleps v1.0.3 h1:aznSZzrwYRl3rLKRT3gUk9am7T/mLNSnJINvN0AQoVM=
github.com/richardlehane/msoleps v1.0.3/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
github.com/unidoc/unioffice v1.33.0 h1:26XSC19GrdifrjLByeRVclPE2N08kmJjELXpITOyr38=
github.com/unidoc/unioffice v1.33.0/go.mod h1:BMguzPH3QO+4hcnmdBxg8iHVnmdLBYJfLh9nDgXwLeI=
github.com/yuin/goldmark v1.7.2 h1:NjGd7lO7zrUn/A7eKwn5PEOt4ONYGqpxSEeZuduvgxc=
github.com/yuin/goldmark v1.7.2/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/unidoc/unioffice v1.34.0 h1:ixLmbsN1o2j+2e20LK2dTOJSMPPek13l/WzVNt5dbOc=
github.com/unidoc/unioffice v1.34.0/go.mod h1:BMguzPH3QO+4hcnmdBxg8iHVnmdLBYJfLh9nDgXwLeI=
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=

0 comments on commit 4d2f204

Please sign in to comment.