-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.ftd
More file actions
334 lines (248 loc) · 9.63 KB
/
sample.ftd
File metadata and controls
334 lines (248 loc) · 9.63 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
-- import: fifthtry.github.io/resume as r
-- import: fifthtry.github.io/resume/assets
-- r.resume john-doe:
basic: $basic
location: $location
profile: $profiles
work: $works
volunteer: $volunteers
education: $educations
award: $awards
certificate: $certificates
publication: $publications
skill: $skills
language: $languages
interest: $interests
reference: $references
project: $projects
-- r.basic basic: John Doe
label: Web Developer
email: john@gmail.com
phone: (912) 555-4321
url: https://johndoe.com
maritalStatus: Single
dateOfBirth: 03rd Jan 1986
summary: "I’m a full-stack web developer who can build apps from the ground up. I’ve worked mostly at startups so I am used to wearing many hats. I am a very product focussed developer who prioritizes user feedback first and foremost. I’m generally very flexible when investigating new roles."
image: $assets.files.profile-picture.jpg
-- r.location location: 2712 Broadway
postalCode: CA 94115
city: Francisco
countryCode: US
region: California
-- r.profile list profiles:
-- r.profile: Twitter
username: johndoe
url: https://twitter.com/john
-- r.profile: Linked-in
username: johndoe
url: https://twitter.com/john
-- r.profile: Figma
username: johndoe
url: https://twitter.com/john
-- r.profile: Github
username: johndoe
url: https://twitter.com/john
-- end: profiles
-- r.work list works:
-- r.work: Tokenized
position: Senior Javascript Developer
url: /
startDate: May, 2020
endDate: Present
location: Bangalore
summary: Tokenized is a Bitcoin wallet for issuing, managing and trading digital tokens. I built out the front end which was packaged as an electron app. It was a difficult frontend to build because we stored the user keys locally and used them to sign transactions and contracts.
highlights: Awarded as Employee of the Year - 2013, and won a holiday trip to London, UK.
-- r.work: Blockbid
position: Senior Javascript Developer
url: /
startDate: Mar, 2018
endDate: Jan, 2020
location: Paddington DC
summary: Blockbid is an Australian crypto currency exchange. I started off on the frontend but eventually became lead tech and worked on every moving piece of the exchange. I really enjoyed working with liquidity providers and connecting their platforms to help us achieve liquid markets.
highlights: Optimizing markets with tens of millions of rows using SQL., Used Figma for design and UX work
-- r.work: Listium
position: Developer
url: /
startDate: Jan, 2016
endDate: Jan, 2018
location: Melbourne
summary: Built a very large and complex React / Redux application. It works on all platforms and has IOS/Android builds due to it being a PWA. (wrapped it in React Native though only implementing a WebView)
highlights: Worked with Postgres, Redis and Dynamodb for storage. Hosted on a mixture of Heroku Apps and EC2 servers. Hybrid app supported on all platforms
-- r.work: Cdnjs
position: Co-Founder
url: /
startDate: Jan, 2014
endDate: Jan, 2016
location: Melbourne
summary: Following Google’s CDN for jQuery, we decided to start a CDN for the less popular Javascript frameworks. The CDN is community moderated and open source on GitHub. We secured a partnership with Cloudflare who now supports the infrastructure.
highlights: Larger market share than Yahoo, Microsoft and Google javascript content distribution networks. We serve hundreds of billions request a month
-- end: works
-- r.volunteer list volunteers:
-- r.volunteer: AI dreams
position: Lead volunteer
url: /
startDate: Oct 2011
endDate: Dec 2014
summary: Helped launch eight student tech startups. Helped manage program platform. Student magazine editor volunteer.
highlights: Honored as editor for student magazine.
-- r.volunteer: Technician mentorship program
position: Mentor
url: /
startDate: Feb 2009
endDate: Oct 2011
summary: Volunteered as a mentor. Helped students gain basic IT skills. Taught and offered guidance to trainees on new computer programs.
highlights: Honored with student choice award for best mentor.
-- end: volunteers
-- r.education list educations:
-- r.education: University of Oklahoma
url: /
area: Management Information Technology
studyType: Masters
startDate: Aug-2007
endDate: Jan-2009
score: 9.0
courses: Business, Cybersecurity
-- r.education: University of Oklahoma
url: /
area: Information Technology
studyType: Bachelors
startDate: Aug-2004
endDate: Jan-2007
score: 8.0
courses: C++, Java
-- end: educations
-- r.award list awards:
-- r.award: Website of the day
date: Aug-2014
awarder: Awwward
summary: Received for my website domain.com.
-- r.award: Java Champion
date: April-2018
awarder: Oracle
summary: Obtained thanks to my contributions to the Java community.
-- end: awards
-- r.certificate list certificates:
-- r.certificate: AWS Certified Solutions - Architect - Professional
date: Dec-2019
issuer: Amazon Web Services
url: /
-- r.certificate: Oracle Certified Professional - Java SE 17 Developer
date: July-2018
issuer: Oracle
url: /
-- r.certificate: CCNA Routing and Switching
date: Jun-2017
issuer: Cisco
url: /
-- end: certificates
-- r.publication list publications:
-- r.publication: Chasing the Higgs Boson
publisher: The New York Times
releaseDate: Mar 2013
url: /
summary: Integer luctus erat at sapien pharetra, nec elementum diam euismod. Maecenas condimentum eu nisi ut aliquet. Donec vitae ultricies risus. Donec commodo justo at odio cursus, nec mattis tellus dignissim.
-- r.publication: Clean Code: A Handbook of Agile Software Craftsmanship
publisher: Pearson
releaseDate: Aug 2008
url: /
summary: Morbi lobortis sodales nisi, et vulputate diam posuere vitae. Phasellus sollicitudin vehicula justo vel tincidunt. Donec faucibus magna ut sollicitudin tincidunt. Etiam sodales neque eu mollis egestas. Nam nisl nulla, iaculis sit amet condimentum quis, iaculis ut ex. Donec gravida efficitur ligula, ac auctor magna efficitur vel.
-- end: publications
-- r.keyword list frontend:
-- r.keyword: HTML / JSX
level: expert
-- r.keyword: SCSS / CSS
level: beginner
-- r.keyword: Javascript / React
level: advance
-- end: frontend
-- r.keyword list backend:
-- r.keyword: Node
level: competent
-- r.keyword: Ruby
level: expert
-- r.keyword: Python
level: competent
-- r.keyword: Postgres
level: expert
-- r.keyword: Redis
level: competent
-- r.keyword: Serverless
level: expert
-- end: backend
-- r.keyword list devops:
-- r.keyword: AWS
level: competent
-- r.keyword: Cloud
level: expert
-- r.keyword: Heroku
level: competent
-- r.keyword: Caching
level: expert
-- end: devops
-- r.skill list skills:
-- r.skill: Frontend
keywords: $frontend
-- r.skill: Backend
keywords: $backend
-- r.skill: Devops
keywords: $devops
-- end: skills
-- r.language list languages:
-- r.language: English
fluency: expert
-- r.language: Hindi
fluency: beginner
-- r.language: German
fluency: advance
-- end: languages
-- r.interest list interests:
-- r.interest: Nature
keyword: Gardening
-- r.interest: Travel
keyword: Reading
-- r.interest: Food
keyword: Noodles
-- end: interests
-- r.reference list references:
-- r.reference: Joey Flores
reference: John was hired as a lead developer and, upon the leaving of our co-founder, took over as CTO of Earbits. John is, hands down, one of those A Players you hear of companies dying to hire. He is incredibly smart, not just at code but about everything from classical music to Chinese language and culture. John is great to work with and, as a well established contributor to open source projects and several successful ventures, commands the respect of engineers at all levels. I would suggest doing anything you can to have him on your team.
phone-no: 123-456789
email-id: joe@joe.com
position: Co-founder and CEO
company: Earbits, Inc.
-- r.reference: Yotam Rosenbaum
reference: I've had the great pleasure of working with John for the past three years at Earbits, and on a few side projects. Two years ago our CTO left on a moment's notice, John saved our company by quickly stepping up to fill this role. He has been with our company through thick and thin and made serious personal sacrifices in order to help the company during tough times. He is a phenomenal hacker and a true team player. Highly recommended!
phone-no: 123456-789
email-id: Yotam@yotam.com
position: SVP of Operations
company: Earbits, Inc.
-- r.reference: Ryan Kirkman
reference: John is an extremely talented engineer with a very broad range of skills and experience. From being a thought leader in the front-end community via backbonetutorials.com and cdnjs.com, to designing and implementing the API for cdnjs.com, working with John has been a fantastic learning experience. John is truly a full stack developer, and his work output is incredible. If there is any opportunity to work with John, I take it. He is the definition of an A player.
phone-no: 12345-6789
email-id: Ryan@Ryan.com
position: Senior Software Engineer
company: Nerdwallet
-- end: references
-- r.project list projects:
-- r.project: Deno.com
description: JavaScript and TypeScript that is based on the V8 JavaScript engine and the Rust programming language. It was created by John Doe, original creator of Node.js, and is focused on productivity.
highlights: Vitae tempus quam pellentesque, Scelerisque felis imperdiet, Dui accumsan sit amet nulla
keyword: Node JS, JavaScript, TypeScript, Rust
startDate: May 2018
endDate: Present
url: /
role: Creator
entity: Deno
type: Mobile Application
image: $assets.files.image-1.svg
-- r.project: Node.org
description: Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that executes JavaScript code outside a web browser.
keyword: Node JS
startDate: Aug 2011
endDate: May 2018
url: /
role: Contributor and evangelist
entity: Node.org
type: Server-side Application
image: $assets.files.image-2.svg
-- end: projects