FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aRustyDev/data/cv.json at main · aRustyDev/aRustyDev · GitHub
aRustyDev
/
aRustyDev
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
31
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aRustyDev
/
data
/
cv.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
86 lines (86 loc) · 2.21 KB
Breadcrumbs
aRustyDev
/
data
/
cv.json
Copy path
File metadata and controls
86 lines (86 loc) · 2.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"personal"
: {
"name"
:
"
Adam
"
,
"email"
:
"
adam@example.com
"
,
"phone"
:
"
+1-555-0100
"
,
"location"
:
"
Remote
"
,
"links"
: {
"github"
:
"
https://github.com/aRustyDev
"
,
"linkedin"
:
"
https://linkedin.com/in/arustydev
"
,
"website"
:
"
https://im.arusty.dev
"
,
"blog"
:
"
https://blog.arusty.dev
"
}
},
"experience"
: [
{
"id"
:
"
example-senior-swe
"
,
"company"
:
"
Example Corp
"
,
"title"
:
"
Senior Software Engineer
"
,
"location"
:
"
Remote
"
,
"start"
:
"
2023-01
"
,
"end"
:
null
,
"highlights"
: [
"
Led architecture of distributed event processing system
"
,
"
Reduced deploy times by 60% through CI/CD pipeline optimization
"
],
"tags"
: [
"
backend
"
,
"
infra
"
]
},
{
"id"
:
"
example-swe
"
,
"company"
:
"
Startup Inc
"
,
"title"
:
"
Software Engineer
"
,
"location"
:
"
New York, NY
"
,
"start"
:
"
2020-06
"
,
"end"
:
"
2022-12
"
,
"highlights"
: [
"
Built real-time data pipeline processing 1M events/day
"
,
"
Designed and implemented REST API serving 50k requests/min
"
],
"tags"
: [
"
backend
"
,
"
data
"
]
}
],
"education"
: [
{
"id"
:
"
example-university
"
,
"institution"
:
"
Example University
"
,
"degree"
:
"
Bachelor of Science
"
,
"field"
:
"
Computer Science
"
,
"start"
:
"
2016-09
"
,
"end"
:
"
2020-05
"
,
"highlights"
: []
}
],
"skills"
: [
{
"id"
:
"
languages
"
,
"category"
:
"
Languages
"
,
"items"
: [
"
Rust
"
,
"
TypeScript
"
,
"
Go
"
,
"
Python
"
]
},
{
"id"
:
"
infrastructure
"
,
"category"
:
"
Infrastructure
"
,
"items"
: [
"
AWS
"
,
"
Terraform
"
,
"
Docker
"
,
"
Kubernetes
"
]
}
],
"projects"
: [
{
"id"
:
"
example-oss-tool
"
,
"name"
:
"
Example OSS Tool
"
,
"description"
:
"
A CLI tool for automating infrastructure deployments
"
,
"url"
:
"
https://github.com/aRustyDev/example-tool
"
,
"highlights"
: [
"
500+ GitHub stars
"
,
"
Used by 3 production teams internally
"
]
}
],
"certifications"
: [
{
"id"
:
"
aws-saa
"
,
"name"
:
"
AWS Solutions Architect Associate
"
,
"issuer"
:
"
Amazon Web Services
"
,
"date"
:
"
2023-06
"
,
"url"
:
"
https://aws.amazon.com/certification/
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL