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
import { oceanTheme } from "https://esm.town/v/iamseeley/oceanTheme";
import { renderResume } from "https://esm.town/v/iamseeley/renderResume";
import { resumeSetup } from "https://esm.town/v/iamseeley/resumeSetup";
import { starterTheme } from "https://esm.town/v/iamseeley/starterTheme";
export const resumeConfig = {
// URL to fetch the resume JSON data. This should point to your raw resume JSON.
// If you want to host your resume JSON somewhere I recommend a setup like this on val town (https://www.val.town/v/iamseeley/resumeDetails) or a github gist.
// You can test out the resume view using my resume: https://iamseeley-resumedetails.web.val.run
resumeJsonUrl: "",
// Alternatively, you can provide the resume JSON directly here.
// Example: { "basics": { "name": "John Doe" }, "work": [ ... ] }
resumeJson: {
"meta": {
"theme": "elegant",
},
"basics": {
"name": "Thomas Davis",
"label": "Web Developer",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"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 focused developer who prioritizes user feedback first and foremost. I'm generally very flex
"website": "https://lordajax.com",
"email": "thomasalwyndavis@gmail.com",
"location": {
"city": "Melbourne",
"countryCode": "AU",
},
"profiles": [
{
"username": "ajaxdavis",
"url": "https://twitter.com/ajaxdavis",
"network": "twitter",
},
{
"url": "https://github.com/thomasdavis",
"username": "thomasdavis",
"network": "github",
},
],
},
"education": [
{
"endDate": "2009-12-12",
"startDate": "2008-02-12",
"area": "Software Engineering (incomplete)",
"studyType": "Bachelors",
"institution": "The University of Queensland",
},
],
"references": [
{
"reference":
"Thomas was hired as a lead developer and, upon the leaving of our co-founder took over as CTO of Earbits. Thomas 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 every
"name": "Joey Flores, Co-founder and CEO of Earbits, Inc.",
},
{
"reference":
"I've had the great pleasure of working with Thomas for the past three years at Earbits, and on a few side projects. Two years ago our CTO left on a moment's notice, Thomas saved our company by quickly stepping up to fill this role. He has been w
"name": "Yotam Rosenbaum, SVP of Operations, Earbits, Inc.",
},
{
"reference":
"Thomas 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, worki
"name": "Ryan Kirkman, Senior Software Engineer at Nerdwallet",
},
{
"reference":
"On Thomas Davis... Hire this guy. Do not be fooled. Incredibly capable and fast. Plays well with others. Unbelievable at front-end work end programming but that is just the start. Visionary. Hire him before I do.",
"name": "Greg Davis",
},
],
"skills": [
{
"keywords": [
"HTML / JSX",
"SCSS / CSS / BEM / Styled Components",
"Javascript / Typescript",
"React / Next",
"Redux / Apollo",
],
"level": "Senior",
"name": "Frontend",
},
{
"keywords": [
"Node",
"Ruby",
"Python",
"Postgres",
"Redis",
"Serverless",
],
"level": "Senior",
"name": "Backend",
},
{
"keywords": [
"AWS",