You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "<p><strong>Web Developer</strong> with web/ client application development experience at both large and small companies. Recent experience using Python and the Tornado Web Framework. Previous experience with Windows/ Microsoft-based technologies (MFC, Win32). Interest in web application/ service development.</p>\r\n"
"name": "Virginia Polytechnic Institute and State University",
28
+
"summary": "Bachelor of Science in Computer Science",
29
+
"completion_date": "2002-05-12",
30
+
"is_current": false,
31
+
"location": "Blacksburg, VA",
32
+
"start_date": "1998-08-10"
33
+
}
34
+
},
35
+
{
36
+
"pk": 1,
37
+
"model": "resume.job",
38
+
"fields": {
39
+
"description": "Helping to build the Future of Music, one API at a time.",
40
+
"title": "Web Developer",
41
+
"company_url": "http://the.echonest.com/",
42
+
"company": "The Echo Nest",
43
+
"completion_date": "2011-01-26",
44
+
"is_current": true,
45
+
"location": "Somerville, MA",
46
+
"is_public": true,
47
+
"company_image": "",
48
+
"start_date": "2009-09-15"
49
+
}
50
+
},
51
+
{
52
+
"pk": 2,
53
+
"model": "resume.job",
54
+
"fields": {
55
+
"description": "Worked on internal and external Web sites for the user-targeting startup; Developed site and services using Python, the Django web framework, and Amazon Web Services.",
56
+
"title": "Web Developer",
57
+
"company_url": "http://lookery.com/",
58
+
"company": "Lookery, Inc",
59
+
"completion_date": "2009-08-03",
60
+
"is_current": false,
61
+
"location": "Cambridge, MA/ San Francisco, CA",
62
+
"is_public": true,
63
+
"company_image": "",
64
+
"start_date": "2008-06-16"
65
+
}
66
+
},
67
+
{
68
+
"pk": 1,
69
+
"model": "resume.accomplishment",
70
+
"fields": {
71
+
"job": 1,
72
+
"description": "Led redesign/ reimplementation of the Echo Nest API Platform (http://developer.echonest.com/), allowing for faster and more flexible development and deployment.",
73
+
"order": 1
74
+
}
75
+
},
76
+
{
77
+
"pk": 6,
78
+
"model": "resume.accomplishment",
79
+
"fields": {
80
+
"job": 1,
81
+
"description": "Rebuilt website from a PHP-based system to one using the Django Web Framework",
82
+
"order": 1
83
+
}
84
+
},
85
+
{
86
+
"pk": 2,
87
+
"model": "resume.accomplishment",
88
+
"fields": {
89
+
"job": 1,
90
+
"description": "Rebuilt and restyled the developer documentation system using the Python Sphinx documentation system.",
91
+
"order": 2
92
+
}
93
+
},
94
+
{
95
+
"pk": 7,
96
+
"model": "resume.accomplishment",
97
+
"fields": {
98
+
"job": 2,
99
+
"description": "Integrated Amazon Web Service functionality using the Boto Python library.",
100
+
"order": 2
101
+
}
102
+
},
103
+
{
104
+
"pk": 3,
105
+
"model": "resume.accomplishment",
106
+
"fields": {
107
+
"job": 1,
108
+
"description": "Built API statistics dashboard for use by employees.",
109
+
"order": 3
110
+
}
111
+
},
112
+
{
113
+
"pk": 8,
114
+
"model": "resume.accomplishment",
115
+
"fields": {
116
+
"job": 2,
117
+
"description": "Built internal and user-facing information dashboards for business data reporting.",
118
+
"order": 3
119
+
}
120
+
},
121
+
{
122
+
"pk": 4,
123
+
"model": "resume.accomplishment",
124
+
"fields": {
125
+
"job": 1,
126
+
"description": "Coordinated with external design firms to release a new version of the Echo Nest corporate site (http://the.echonest.com/) and launch a new music app-related blog on the WordPress platform (http://evolver.fm/).",
127
+
"order": 4
128
+
}
129
+
},
130
+
{
131
+
"pk": 9,
132
+
"model": "resume.accomplishment",
133
+
"fields": {
134
+
"job": 2,
135
+
"description": "Built a custom fork of Django-Paypal to support PayPal subscription checkouts.",
136
+
"order": 4
137
+
}
138
+
},
139
+
{
140
+
"pk": 5,
141
+
"model": "resume.accomplishment",
142
+
"fields": {
143
+
"job": 1,
144
+
"description": "Provided development and upkeep for Fanalytics (http://fanalytics.echonest.com/), a record label-specific music analytics and blogger tracking platform.",
145
+
"order": 5
146
+
}
147
+
},
148
+
{
149
+
"pk": 10,
150
+
"model": "resume.accomplishment",
151
+
"fields": {
152
+
"job": 2,
153
+
"description": "Developed scripts pertaining to database maintenance and for the importing and exporting of data from internal APIs.",
154
+
"order": 5
155
+
}
156
+
},
157
+
{
158
+
"pk": 11,
159
+
"model": "resume.accomplishment",
160
+
"fields": {
161
+
"job": 2,
162
+
"description": "Configured new Amazon EC2 web server images using nginx as a front-end proxy and Apache serving Django using mod_wsgi.",
importsettings# Assumed to be in the same directory.
5
+
exceptImportError:
6
+
importsys
7
+
sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll have to run django-admin.py, passing it your settings module.\n(If the file settings.py does indeed exist, it's causing an ImportError somehow.)\n"%__file__)
0 commit comments