linkedin2cv 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +7 -0
  2. data/.buildpacks +2 -0
  3. data/.bundle/config +1 -0
  4. data/.gitignore +7 -0
  5. data/.node +1 -0
  6. data/.travis.yml +21 -0
  7. data/Gemfile +5 -0
  8. data/Gemfile.lock +119 -0
  9. data/Procfile +3 -0
  10. data/README.md +32 -0
  11. data/Rakefile +6 -0
  12. data/Vagrantfile +16 -0
  13. data/app/routes/api.rb +101 -0
  14. data/app/routes/web.rb +132 -0
  15. data/app/views/hello.erb +36 -0
  16. data/app/views/home.erb +12 -0
  17. data/app/views/index.haml +11 -0
  18. data/app.rb +26 -0
  19. data/config.ru +6 -0
  20. data/config.yml +31 -0
  21. data/lib/linkedin2cv/cli/command.rb +46 -0
  22. data/lib/linkedin2cv/converter.rb +116 -0
  23. data/lib/linkedin2cv/logging.rb +35 -0
  24. data/lib/linkedin2cv/renderer/latex_renderer.rb +64 -0
  25. data/lib/linkedin2cv/version.rb +3 -0
  26. data/linkedin2cv.gemspec +49 -0
  27. data/public/.bowerrc +3 -0
  28. data/public/.editorconfig +21 -0
  29. data/public/.gitattributes +1 -0
  30. data/public/.gitignore +5 -0
  31. data/public/.jshintrc +24 -0
  32. data/public/.travis.yml +7 -0
  33. data/public/Gruntfile.js +487 -0
  34. data/public/app/.buildignore +1 -0
  35. data/public/app/.htaccess +543 -0
  36. data/public/app/404.html +157 -0
  37. data/public/app/favicon.ico +0 -0
  38. data/public/app/images/yeoman.png +0 -0
  39. data/public/app/index.html +73 -0
  40. data/public/app/robots.txt +3 -0
  41. data/public/app/scripts/app.js +20 -0
  42. data/public/app/scripts/controllers/main.js +21 -0
  43. data/public/app/scripts/services/linkedin2cv.js +93 -0
  44. data/public/app/styles/main.scss +95 -0
  45. data/public/app/views/main.html +23 -0
  46. data/public/bower.json +19 -0
  47. data/public/karma-e2e.conf.js +54 -0
  48. data/public/karma.conf.js +56 -0
  49. data/public/package.json +41 -0
  50. data/public/test/.jshintrc +36 -0
  51. data/public/test/runner.html +10 -0
  52. data/public/test/spec/controllers/main.js +22 -0
  53. data/public/test/spec/services/happyapi.js +18 -0
  54. data/public/test/spec/services/happyservice.js +18 -0
  55. data/spec/converter_spec.rb +83 -0
  56. data/spec/mocks/config.yml +31 -0
  57. data/spec/mocks/profile.json +866 -0
  58. data/spec/spec_helper.rb +13 -0
  59. data/templates/cv.erb +327 -0
  60. data/templates/foo.asciidoc +11 -0
  61. data/templates/foo.latex +230 -0
  62. data/test.rb +109 -0
  63. data/test.sh +6 -0
  64. data/teust.rb +75 -0
  65. metadata +434 -0
@@ -0,0 +1,866 @@
1
+ {
2
+ "apiStandardProfileRequest": {
3
+ "headers": {
4
+ "_total": 1,
5
+ "values": [{
6
+ "name": "x-li-auth-token",
7
+ "value": "name:yKEG"
8
+ }]
9
+ },
10
+ "url": "http://api.linkedin.com/v1/people/_9bb4q-S_6"
11
+ },
12
+ "associations": "Web Standards Group\nLa Trobe University Alumni",
13
+ "currentShare": {
14
+ "author": {
15
+ "firstName": "Matt",
16
+ "id": "_9bb4q-S_6",
17
+ "lastName": "Fellows"
18
+ },
19
+ "comment": "Taking back content v3: LinkedIn - http://lnkd.in/bayHVGW",
20
+ "content": {
21
+ "description": "Test auto-publish from WP to Twitter & LinkedIn @VaughanHaysom...",
22
+ "eyebrowUrl": "http://www.linkedin.com/share?viewLink=&sid=s5868877033525760000&url=http%3A%2F%2Flnkd%2Ein%2FbayHVGW&urlhash=3kLa",
23
+ "resolvedUrl": "http://www.onegeek.com.au/uncategorized/taking-back-content-v3-linkedin",
24
+ "shortenedUrl": "http://lnkd.in/bayHVGW",
25
+ "submittedUrl": "http://www.onegeek.com.au/uncategorized/taking-back-content-v3-linkedin",
26
+ "title": "Taking back content v3: LinkedIn"
27
+ },
28
+ "id": "s5868877033525760000",
29
+ "source": {
30
+ "application": {"name": "onegeek-blog"},
31
+ "serviceProvider": {"name": "LINKEDIN"}
32
+ },
33
+ "timestamp": 1399249369000,
34
+ "visibility": {"code": "anyone"}
35
+ },
36
+ "currentStatus": "Taking back content v3: LinkedIn - http://lnkd.in/bayHVGW",
37
+ "educations": {
38
+ "_total": 2,
39
+ "values": [
40
+ {
41
+ "degree": "Cognitive Science / Computer Science",
42
+ "endDate": {"year": 2007},
43
+ "fieldOfStudy": "Computer Science, Psychology, Usability",
44
+ "id": 8579699,
45
+ "schoolName": "La Trobe University",
46
+ "startDate": {"year": 2003}
47
+ },
48
+ {
49
+ "activities": "* Sports Captain\n* Represent school at EIS (Eastern school district sports)\n* Pierre de Coubertin award",
50
+ "endDate": {"year": 2002},
51
+ "id": 213369253,
52
+ "schoolName": "Billanook College",
53
+ "startDate": {"year": 1997}
54
+ }
55
+ ]
56
+ },
57
+ "emailAddress": "matt.fellows@onegeek.com.au",
58
+ "firstName": "Matt",
59
+ "following": {
60
+ "companies": {
61
+ "_total": 6,
62
+ "values": [
63
+ {
64
+ "id": 1028,
65
+ "name": "Oracle"
66
+ },
67
+ {
68
+ "id": 9016,
69
+ "name": "Melbourne IT"
70
+ },
71
+ {
72
+ "id": 20226,
73
+ "name": "Splunk"
74
+ },
75
+ {
76
+ "id": 70179,
77
+ "name": "Netregistry"
78
+ },
79
+ {
80
+ "id": 166286,
81
+ "name": "TechTarget"
82
+ },
83
+ {
84
+ "id": 1508717,
85
+ "name": "REA Group"
86
+ }
87
+ ]
88
+ },
89
+ "industries": {
90
+ "_total": 2,
91
+ "values": [
92
+ {"id": 96},
93
+ {"id": 6}
94
+ ]
95
+ },
96
+ "people": {"_total": 0},
97
+ "specialEditions": {"_total": 0}
98
+ },
99
+ "formattedName": "Matt Fellows",
100
+ "headline": "Manager, Digital at Melbourne IT",
101
+ "industry": "Information Technology and Services",
102
+ "interests": "The Internet, Human Computer Interaction and Usability, Basketball, Waterskiing, Web Programming, Java Programming, cloud computing, mobile, responsive design",
103
+ "jobBookmarks": {
104
+ "_total": 3,
105
+ "values": [
106
+ {
107
+ "isApplied": false,
108
+ "isSaved": true,
109
+ "job": {
110
+ "active": false,
111
+ "company": {
112
+ "id": 9016,
113
+ "name": "Melbourne IT"
114
+ },
115
+ "descriptionSnippet": "Your primary role as Web Technical Lead will be to lead a cross functional team in online projects within the Digital Team, primarily in the eCommerce and Self-Service space.The Technical Lead will work closely with our Senior Agile BA (Iteration Manager), Marketing and Operations teams and will supervise our Manila and Melbourne based development teams to ensure the Web platforms are healthy, and",
116
+ "id": 10478125,
117
+ "position": {"title": "Web Technical Lead"},
118
+ "postingTimestamp": 1389853520000
119
+ },
120
+ "savedTimestamp": 1392097557000
121
+ },
122
+ {
123
+ "isApplied": false,
124
+ "isSaved": true,
125
+ "job": {
126
+ "active": false,
127
+ "company": {
128
+ "id": 9016,
129
+ "name": "Melbourne IT"
130
+ },
131
+ "descriptionSnippet": "Your primary role as Web Technical Lead will be to lead a cross functional team in online projects within the Digital Team, primarily in the eCommerce and Self-Service space.The Technical Lead will work closely with our Senior Agile BA (Iteration Manager), Marketing and Operations teams and will supervise our Manila and Melbourne based development teams to ensure the Web platforms are healthy, and",
132
+ "id": 11478704,
133
+ "position": {"title": "Web Technical Lead"},
134
+ "postingTimestamp": 1391668622000
135
+ },
136
+ "savedTimestamp": 1392097572000
137
+ },
138
+ {
139
+ "isApplied": false,
140
+ "isSaved": true,
141
+ "job": {
142
+ "active": false,
143
+ "company": {
144
+ "id": 9016,
145
+ "name": "Melbourne IT"
146
+ },
147
+ "descriptionSnippet": "Melbourne IT helps organisations of all sizes to successfully do business online. Our complete portfolio of Internet-based technology services drives business effectiveness and profitability for more than 350,000 customers around the world. The breadth of our offering extends from helping small businesses build an online presence through to managing the complex technology environments of large ent",
148
+ "id": 10291949,
149
+ "position": {"title": "API Web Developer"},
150
+ "postingTimestamp": 1388644923000
151
+ },
152
+ "savedTimestamp": 1392097588000
153
+ }
154
+ ]
155
+ },
156
+ "lastModifiedTimestamp": 1402486661398,
157
+ "lastName": "Fellows",
158
+ "location": {
159
+ "country": {"code": "au"},
160
+ "name": "Melbourne, Australia"
161
+ },
162
+ "memberUrlResources": {
163
+ "_total": 2,
164
+ "values": [
165
+ {
166
+ "name": "Company Website",
167
+ "url": "http://www.melbourneit.com.au"
168
+ },
169
+ {
170
+ "name": "Personal Website",
171
+ "url": "http://www.onegeek.com.au"
172
+ }
173
+ ]
174
+ },
175
+ "mfeedRssUrl": "http://www.linkedin.com/rss/mefeed?key=qDNK_YloNKBf9dbWmw17l_wFbl9MGyECGnM1kYpTrUuvt7F6t-OhQlPzHUHplVt",
176
+ "numConnections": 435,
177
+ "numConnectionsCapped": false,
178
+ "numRecommenders": 3,
179
+ "pictureUrl": "http://m.c.lnkd.licdn.com/mpr/mprx/0_4dB698eI8kV8WU0PZ7kM9GjIhG0CIgfPVH_M9GRc03ItqJ41NfboZC7JaExgesaxJov4J5WC-5ep",
180
+ "positions": {
181
+ "_total": 7,
182
+ "values": [
183
+ {
184
+ "company": {
185
+ "id": 9016,
186
+ "industry": "Internet",
187
+ "name": "Melbourne IT",
188
+ "size": "201-500 employees",
189
+ "ticker": "MLB",
190
+ "type": "Public Company"
191
+ },
192
+ "id": 522866547,
193
+ "isCurrent": true,
194
+ "startDate": {
195
+ "month": 12,
196
+ "year": 2013
197
+ },
198
+ "summary": "* Thought leadership & change management\n* Drive development team agility via Scrum and DevOps approaches to software development\n* Coach group on applying MVP thinking, delivering incremental business value\n* Lead conversion rate optimisation for Melbourne IT web properties \n* Lead design of modern RESTful API to support Internal/B2B/B2C/App channels\n* Drive move from traditional web frameworks (Zend/PHP) to more performant Angular JS desktop & mobile applications",
199
+ "title": "Manager, Digital"
200
+ },
201
+ {
202
+ "company": {
203
+ "industry": "Information Technology and Services",
204
+ "name": "OneGeek"
205
+ },
206
+ "id": 549327750,
207
+ "isCurrent": true,
208
+ "startDate": {
209
+ "month": 1,
210
+ "year": 2007
211
+ },
212
+ "summary": "* Freelance Web Application development\n* Development of JobsFindYou portal (startup)\n* Open Source development (GitHub)",
213
+ "title": "Freelance Web Developer"
214
+ },
215
+ {
216
+ "company": {
217
+ "id": 9016,
218
+ "industry": "Internet",
219
+ "name": "Melbourne IT",
220
+ "size": "201-500 employees",
221
+ "ticker": "MLB",
222
+ "type": "Public Company"
223
+ },
224
+ "endDate": {
225
+ "month": 11,
226
+ "year": 2013
227
+ },
228
+ "id": 416192733,
229
+ "isCurrent": false,
230
+ "startDate": {
231
+ "month": 7,
232
+ "year": 2013
233
+ },
234
+ "summary": "* Team leadership/management (Max team size 15)\n* Change management\n* Web architecture, Web API design & development\n* Led DevOps initiative in ITS Dev; includes transition to public/private cloud, continuous deployment, complete environment automation (puppet) + release automation and ChatOps\n* Iterative development using Scrum/Agile\n* Grow online channel revenue in close partnership with Business Unit. \"Fail-fast\" and learn quickly with metrics in Adobe Analytics (SiteCatalyst) with iterative development, agile processes and compartmentalised change\n* Promote developer-centric culture\n* Deliver custom B2C, B2B and B2B2C web portal for MIT Transformation programme ($1M+ budget)\n* Love Web",
235
+ "title": "Manager, Web Development"
236
+ },
237
+ {
238
+ "company": {
239
+ "id": 9016,
240
+ "industry": "Internet",
241
+ "name": "Melbourne IT",
242
+ "size": "201-500 employees",
243
+ "ticker": "MLB",
244
+ "type": "Public Company"
245
+ },
246
+ "endDate": {
247
+ "month": 6,
248
+ "year": 2013
249
+ },
250
+ "id": 77110112,
251
+ "isCurrent": false,
252
+ "startDate": {
253
+ "month": 8,
254
+ "year": 2008
255
+ },
256
+ "summary": "* Introduced Agile Development (Scrum) & build automation to improve time to market, improve collaboration and reduce waste improving nr deployment rate > 500%\n* Introduced a fraud detection system > 2 weeks into online channel reducing fraud ~0% of online transaction, saving on charge-backs, domain name registries and manual labour\n* B2B, B2C and B2B2C systems support\n* New product launches into Online and Call Centre channels\n* Served as an SME and Tech Lead on Transformation Project, overseeing the Web stream\n* Lead offshore development initiative in Web arena\n* Introduced Enterprise CMS to reduce manual development\n* Development ambassador, pushing a development-centric culture. Introduction of Hack-days.",
257
+ "title": "Web Team Leader"
258
+ },
259
+ {
260
+ "company": {
261
+ "id": 3529478,
262
+ "industry": "Human Resources",
263
+ "name": "Jobs Find You Pty Ltd",
264
+ "size": "1-10 employees",
265
+ "type": "Privately Held"
266
+ },
267
+ "endDate": {"year": 2012},
268
+ "id": 530690478,
269
+ "isCurrent": false,
270
+ "startDate": {"year": 2009},
271
+ "summary": "* Developed B2C and B2B portals for the online resume platform.\n* Introduced initial monitization via Affiliate and advertiser program.\n* Assisted with Strategic direction of company.",
272
+ "title": "Founding Director"
273
+ },
274
+ {
275
+ "company": {
276
+ "id": 9016,
277
+ "industry": "Information Technology and Services",
278
+ "name": "Melbourne IT",
279
+ "ticker": "MLB",
280
+ "type": "Public Company"
281
+ },
282
+ "endDate": {
283
+ "month": 8,
284
+ "year": 2008
285
+ },
286
+ "id": 16959805,
287
+ "isCurrent": false,
288
+ "startDate": {
289
+ "month": 1,
290
+ "year": 2006
291
+ },
292
+ "summary": "* PHP (Zend Framework) development\n* User Interface development using POSH, CSS and JS\n* Web Service Integration\n* Java Application development (J2EE, JSP and XML)",
293
+ "title": "Web Developer"
294
+ },
295
+ {
296
+ "company": {
297
+ "id": 2677,
298
+ "industry": "Restaurants",
299
+ "name": "McDonald's",
300
+ "size": "51-200 employees",
301
+ "ticker": "MCD",
302
+ "type": "Public Company"
303
+ },
304
+ "endDate": {
305
+ "month": 2,
306
+ "year": 2006
307
+ },
308
+ "id": 31229767,
309
+ "isCurrent": false,
310
+ "startDate": {
311
+ "month": 9,
312
+ "year": 2000
313
+ },
314
+ "summary": "* Budgets and labour forecasting\n* Stock inventoring\n* Team management & leadership\n* Management training\n* Made delicious hamburgers",
315
+ "title": "Manager"
316
+ }
317
+ ]
318
+ },
319
+ "projects": {
320
+ "_total": 9,
321
+ "values": [
322
+ {
323
+ "description": "Led a staged migration of the Melbourne IT Web platforms from existing internal, physical Solaris infrastructure to commodity Intel environment running RHEL.\n\nSummary:\n\n * Scope: Migration of MIT website and sub-systems, including eCommerce, Renewal, Self-Service and CMS Managed legacy components tied heavily to existing environments\n\n * Deployment automation of complex environment via internally built engine (project Godspeed) and distributed RPM packages\n\n * Re-architected to suit HA environment, including a layer 7 reverse proxy (Nginx) for performance, security and flexibility in configuration with the services that comprise the overall web platform\n\n * Revised DR strategy for existing integrated internal systems\n\n * Implementation of major infra-as-code principles and leveraging as Puppet, Jenkins CI and Git as core components\n\n * Integration with a centralised sys-logging platform and Splunk data sink\n * Focus on increased use and reliance monitoring and reporting tools for proactive system health, including Graphite, NewRelic, Sentry, Splunk and Nagios.\n\n * Close collaboration with Operations team to ensure \n\nKey successes: \n\n * Increased conversion, cross-product attachment & engagement rates\n * Avg. deployment time reduced from 1 hour to less than 15 mins\n\n * Decrease in page loading times between 30-50%\n\n * Significant reduction in website error rate\n\n * Increase in website Apdex \\ NPS\n\n * Shifted Web Dev and Operations working paradigm to a more open, collaborative and proactive partnership\n",
324
+ "id": 167,
325
+ "name": "Melbourne IT AWS Migration \\ \"DevOps\"",
326
+ "startDate": {
327
+ "month": 2,
328
+ "year": 2013
329
+ },
330
+ "url": "http://www.melbourneit.com.au"
331
+ },
332
+ {
333
+ "description": "Currently working with a startup to implement a disruptive mobile application prototype in the Marketing / Advertising space. The business details cannot be disclosed at this time, however I am working as a Solution Architect and also a Developer to the client as there are a number of parties required to deliver the project and requires technical coordination.\n\nTechnical Summary:\n\n * Scala based application including RESTful API\n * Utilization of both SQL & NoSQL databases for specific requirements, including transactional and large file storage/retrieval\n * AngularJS front end using Iconic library (PhoneGap/Cordova) for mobile app deployment\n * Integration with external systems\n * Initial deployment to a cloud environment (Heroku, AWS etc.)\n",
334
+ "id": 169,
335
+ "name": "Startup - Mobile App (Advertising)",
336
+ "startDate": {
337
+ "month": 4,
338
+ "year": 2014
339
+ }
340
+ },
341
+ {
342
+ "description": "Summary:\n\n * Major redesign of flagship Melbourne IT website (www.melbourneit.com.au)\n * Goal to reduce web foot print and time-to-market\n * Adoption of AngularJS as the main UI framework\n * Staged weight loss strategy from existing PHP/Java frameworks into Restful, API driven UIs \n\nKey Successes:\n\n * Achieved sub 1-second domain search (fastest of all major competitors)\n * Increased domain search engagement\n * Increased domain name conversion rates\n * Deployment of RESTful API (Migration from legacy SOAP/RPC services)",
343
+ "id": 171,
344
+ "name": "Melbourne IT Website Refresh (In Progress)",
345
+ "startDate": {
346
+ "month": 3,
347
+ "year": 2014
348
+ },
349
+ "url": "http://www.melbourneit.com.au"
350
+ },
351
+ {
352
+ "description": "Part of an ongoing initiative to re-align the technical and business support platforms that will underpin Melbourne ITs future growth strategies, including M&A activities.\n\nIn 1 year, Melbourne IT was able to deliver Oracle Siebel, BRM, Fusion (AIA) and OBIEE and a fully integrated, custom Web solution tailored to Melbourne IT's domain name oriented business via a custom integration API.\n\nI was responsible for the technical delivery of the following streams of work, run as Agile projects and a budget of over $1M:\n\n- eCommerce (shop) website \n- Customer Self-Service portal\n- Identity and Access Management (IAM) system\n- Provisioning Fallout Interfaces\n- Design of JSON-based, RESTful API abstracting the new Oracle Business Support Systems (above) enabling internal and external clients a modern integration point (delivered by solution partner Rubicon Red)\n\nAchievements:\n\n- Delivered on-time and within budget\n- A better platform for our customers, newer products, automated provisioning\n- Only mobile/tablet optimised Account console in our industry\n- Increased Net Promoter Score (customer satisfaction)",
353
+ "endDate": {
354
+ "month": 12,
355
+ "year": 2013
356
+ },
357
+ "id": 67,
358
+ "name": "Transformation",
359
+ "startDate": {
360
+ "month": 12,
361
+ "year": 2012
362
+ }
363
+ },
364
+ {
365
+ "description": "2013\n* Conversion rate optimisation of online Renewing customers\n* Significantly increased MRR via attachment rates\n* Collaborated with Marketing / Product to deliver integrated experience\n* Delivered using offshore resources (resource constrained due to Transformation)\n* Positive growth in 2013, first time during Transformation programme\n\n2014\n* Improving speed/performance (move to cloud and new technology)\n* Refreshing UX for design consistency & aesthetics\n* Significant new product launches\n* Increased NPS score\n* Added mobile/tablet responsive design\n* Achieved 16% conversion rate lift from previous conversion base levels.",
366
+ "endDate": {
367
+ "month": 6,
368
+ "year": 2014
369
+ },
370
+ "id": 117,
371
+ "name": "Renewal - Conversion Rate Optimisation",
372
+ "startDate": {
373
+ "month": 7,
374
+ "year": 2013
375
+ },
376
+ "url": "http://renew.melbourneit.com.au"
377
+ },
378
+ {
379
+ "description": "Substantiate is Australia's leading provider of tax logbook services and products, using a mix of technology and in-house expertise to provide innovative solutions to clients.\n\nProduct:\n\n* Tax consulting\n* Automate analysis of FBT, FTC and other tax legislation using GPS data and publicly available road databases (Australian road databases + Open Street Map)\n* Produce ATO compliant reports for lodgement by client\n\nProject responsibilities:\n\n* Leveraging the Skylock platform's GPS capabilities (see other project) extend the Architecture to support reporting and analysis needs of the Substantiate arm of the business\n* Create web reporting interface\n* Create generic data ingestion platform for bulk, one-off analyses\n* Use of data analysis tools (Hadoop ecosystem, NoSQL databases, R etc.) to look at other financial opportunities for clients\n* Ad-hoc data analysis and reporting (Generally Ruby Scripting around above tools)",
380
+ "endDate": {
381
+ "month": 4,
382
+ "year": 2013
383
+ },
384
+ "id": 176,
385
+ "name": "Substantiate - GPS logbook solutions",
386
+ "startDate": {
387
+ "month": 9,
388
+ "year": 2012
389
+ }
390
+ },
391
+ {
392
+ "description": "SkyLock is a cloud-based security product, providing an affordable and intuitive GPS tracking solution for the recreational vehicle market (Cars, Caravans, Boats etc.)\n\nCore product features:\n\n* 24/7 monitoring\n* Intuitive Web interface with near-real time event tracking\n* Geofencing, Tow alarms, speed alerts and more\n\nProject responsibilities:\n\n* Design and deliver solution architecture\n* Implementation of secure (OAuth2) RESTful API, integration middleware and micro-service components (Fuse ESB \\ MoM \\ JEE)\n* Oversee Web Development (Spring MVC) stream\n* Setup and deployment of HA infrastructure to AWS cloud, including CI and deployment automation",
393
+ "endDate": {
394
+ "month": 9,
395
+ "year": 2012
396
+ },
397
+ "id": 174,
398
+ "name": "Skylock - Cloud-based GPS Security Portal",
399
+ "startDate": {
400
+ "month": 4,
401
+ "year": 2012
402
+ }
403
+ },
404
+ {
405
+ "description": "Part of an E2E solution that delivered industries highest auto-renewal rates for domain names (> 80%)\n\n* UX implementation and careful interaction design played critical role in opting in more customers and reduction in opt-out\n* Worked with talented Marketing group on communications (on/offline)",
406
+ "endDate": {
407
+ "month": 3,
408
+ "year": 2013
409
+ },
410
+ "id": 115,
411
+ "name": "Auto-renewal",
412
+ "startDate": {
413
+ "month": 1,
414
+ "year": 2013
415
+ }
416
+ },
417
+ {
418
+ "description": "The transformation programme is an IT integration and business transformation project brought about primarily to standardise business functions & processes, and to consolidate core customer information into a single system. This would enable Melbourne IT to more efficiently manage its customers, improve service offerings and \n\nI have served in a Solution Architect type role around the Web Properties integration piece which forms the all-important pointy part of the value chain \u2013 the direct interaction between Melbourne IT and its customers.\n\nMy involvement in the project to date has included the following:\n* Acting as a Subject Matter Expert (SME), providing advice on scoping and preparing the Web sub-project's business requirements\n* High-level design for integrating existing websites, service portals, the new Oracle suite and our existing legacy systems\n* Technical lead, including mid-level and detailed designs for the implementation of 5 sub-streams.",
419
+ "endDate": {
420
+ "month": 11,
421
+ "year": 2012
422
+ },
423
+ "id": 25,
424
+ "name": "Business Transformation Programme (IWS)",
425
+ "startDate": {
426
+ "month": 1,
427
+ "year": 2010
428
+ },
429
+ "url": "http://www.webcentral.com.au/order/"
430
+ }
431
+ ]
432
+ },
433
+ "publicProfileUrl": "http://www.linkedin.com/in/digitalmatt",
434
+ "recommendationsReceived": {
435
+ "_total": 3,
436
+ "values": [
437
+ {
438
+ "id": 532226681,
439
+ "recommendationText": "Matt is a true all rounder. Not only is he the most talented developer I know, he is a brilliant manager and gifted leader. \r\n\r\nMatt thrives under pressure and has been repeatedly recognised by Melbourne IT for his outstanding contributions. His broad understanding of programming, architecture and methodologies has also led Matt to become a respected thought leader within Melbourne IT. Despite the increased demand from all levels of the business, Matt still finds the time to mentor staff, deliver projects on time and drive innovation.\r\n\r\nAmong his recent achievements Matt has championed movements towards agile development, continuous integration, cloud infrastructure, and the development of a RESTful API that will transform the way Melbourne IT builds applications into the future.\r\n\r\nHaving seen the skill, energy and passion Matt brings to his work I have no doubt that he would make a valuable addition to any company.",
440
+ "recommendationType": {"code": "colleague"},
441
+ "recommender": {
442
+ "firstName": "Jon",
443
+ "id": "kab7KVRC6l",
444
+ "lastName": "Trumbull"
445
+ }
446
+ },
447
+ {
448
+ "id": 38386430,
449
+ "recommendationText": "Matt is an extremely diligent individual and the most respected employee at Melbourne IT. His intelligence and approach to work are highly regarded. I have no second thoughts in saying that he will be a huge asset to any organization.",
450
+ "recommendationType": {"code": "colleague"},
451
+ "recommender": {
452
+ "firstName": "Ramachandra",
453
+ "id": "u2euVKdSvK",
454
+ "lastName": "Poduri"
455
+ }
456
+ },
457
+ {
458
+ "id": 37146210,
459
+ "recommendationText": "Matt has got to be one of the most amazing people I've ever worked with! I highly enjoyed working with him on a regular basis. With strong interpersonal and people management skills and a passion for the web, Matt has easily earned the trust and respect of his team and the wider ITS group. Matt has significant experience within the web development arena, and I am confident he can achieve more as he has the intelligence, potential and drive. I miss working with Matt, as well as making cupcakes for his team. :) All the best, Matt!",
460
+ "recommendationType": {"code": "colleague"},
461
+ "recommender": {
462
+ "firstName": "Lynette",
463
+ "id": "1xASZckKZj",
464
+ "lastName": "Chen"
465
+ }
466
+ }
467
+ ]
468
+ },
469
+ "relatedProfileViews": {
470
+ "_total": 10,
471
+ "values": [
472
+ {
473
+ "firstName": "Mark",
474
+ "id": "QURO7MHYlN",
475
+ "lastName": "Murphy"
476
+ },
477
+ {
478
+ "firstName": "Guye",
479
+ "id": "Ni2ZLKjTJG",
480
+ "lastName": "Engel"
481
+ },
482
+ {
483
+ "firstName": "Kartic",
484
+ "id": "boze6xjkMU",
485
+ "lastName": "Srinivasan"
486
+ },
487
+ {
488
+ "firstName": "Bruce",
489
+ "id": "HsPzpd4KNF",
490
+ "lastName": "Tonkin"
491
+ },
492
+ {
493
+ "firstName": "James",
494
+ "id": "h4UyxfxTc3",
495
+ "lastName": "Maidment"
496
+ },
497
+ {
498
+ "firstName": "Mark",
499
+ "id": "Ie0hDXmHwr",
500
+ "lastName": "Jenkins"
501
+ },
502
+ {
503
+ "firstName": "Theo",
504
+ "id": "cBP7JFxQH7",
505
+ "lastName": "Hnarakis"
506
+ },
507
+ {
508
+ "firstName": "Remone",
509
+ "id": "Hf9GOm8lOx",
510
+ "lastName": "Tawadros"
511
+ },
512
+ {
513
+ "firstName": "Peter",
514
+ "id": "aAmG9FBpd9",
515
+ "lastName": "Berry"
516
+ },
517
+ {
518
+ "firstName": "Robert",
519
+ "id": "L9RclMh7qo",
520
+ "lastName": "Scironni"
521
+ }
522
+ ]
523
+ },
524
+ "skills": {
525
+ "_total": 46,
526
+ "values": [
527
+ {
528
+ "id": 120,
529
+ "skill": {"name": "Change Management"}
530
+ },
531
+ {
532
+ "id": 121,
533
+ "skill": {"name": "DevOps"}
534
+ },
535
+ {
536
+ "id": 122,
537
+ "skill": {"name": "Agile Methodologies"}
538
+ },
539
+ {
540
+ "id": 123,
541
+ "skill": {"name": "Web Development"}
542
+ },
543
+ {
544
+ "id": 124,
545
+ "skill": {"name": "APIs"}
546
+ },
547
+ {
548
+ "id": 125,
549
+ "skill": {"name": "E-commerce"}
550
+ },
551
+ {
552
+ "id": 126,
553
+ "skill": {"name": "HTML 5"}
554
+ },
555
+ {
556
+ "id": 127,
557
+ "skill": {"name": "Web Applications"}
558
+ },
559
+ {
560
+ "id": 128,
561
+ "skill": {"name": "Agile Project Management"}
562
+ },
563
+ {
564
+ "id": 129,
565
+ "skill": {"name": "Continuous Delivery"}
566
+ },
567
+ {
568
+ "id": 130,
569
+ "skill": {"name": "Web Architecture"}
570
+ },
571
+ {
572
+ "id": 131,
573
+ "skill": {"name": "Solution Architecture"}
574
+ },
575
+ {
576
+ "id": 132,
577
+ "skill": {"name": "Team Leadership"}
578
+ },
579
+ {
580
+ "id": 133,
581
+ "skill": {"name": "Cloud Computing"}
582
+ },
583
+ {
584
+ "id": 134,
585
+ "skill": {"name": "Automation"}
586
+ },
587
+ {
588
+ "id": 135,
589
+ "skill": {"name": "conversion rate optimization"}
590
+ },
591
+ {
592
+ "id": 136,
593
+ "skill": {"name": "Web Analytics"}
594
+ },
595
+ {
596
+ "id": 137,
597
+ "skill": {"name": "Management"}
598
+ },
599
+ {
600
+ "id": 138,
601
+ "skill": {"name": "Web Services"}
602
+ },
603
+ {
604
+ "id": 139,
605
+ "skill": {"name": "Apache"}
606
+ },
607
+ {
608
+ "id": 140,
609
+ "skill": {"name": "Java"}
610
+ },
611
+ {
612
+ "id": 141,
613
+ "skill": {"name": "SEO"}
614
+ },
615
+ {
616
+ "id": 142,
617
+ "skill": {"name": "Zend Framework"}
618
+ },
619
+ {
620
+ "id": 143,
621
+ "skill": {"name": "Web Project Management"}
622
+ },
623
+ {
624
+ "id": 144,
625
+ "skill": {"name": "Mobile Devices"}
626
+ },
627
+ {
628
+ "id": 145,
629
+ "skill": {"name": "User Interface Design"}
630
+ },
631
+ {
632
+ "id": 146,
633
+ "skill": {"name": "JavaScript"}
634
+ },
635
+ {
636
+ "id": 147,
637
+ "skill": {"name": "CSS"}
638
+ },
639
+ {
640
+ "id": 148,
641
+ "skill": {"name": "Java Enterprise Edition"}
642
+ },
643
+ {
644
+ "id": 149,
645
+ "skill": {"name": "Spring"}
646
+ },
647
+ {
648
+ "id": 150,
649
+ "skill": {"name": "User Experience"}
650
+ },
651
+ {
652
+ "id": 151,
653
+ "skill": {"name": "Mobile Applications"}
654
+ },
655
+ {
656
+ "id": 152,
657
+ "skill": {"name": "jQuery"}
658
+ },
659
+ {
660
+ "id": 153,
661
+ "skill": {"name": "Information Architecture"}
662
+ },
663
+ {
664
+ "id": 154,
665
+ "skill": {"name": "Google Analytics"}
666
+ },
667
+ {
668
+ "id": 155,
669
+ "skill": {"name": "MySQL"}
670
+ },
671
+ {
672
+ "id": 156,
673
+ "skill": {"name": "MVC"}
674
+ },
675
+ {
676
+ "id": 157,
677
+ "skill": {"name": "Git"}
678
+ },
679
+ {
680
+ "id": 158,
681
+ "skill": {"name": "OSGi"}
682
+ },
683
+ {
684
+ "id": 159,
685
+ "skill": {"name": "JSON"}
686
+ },
687
+ {
688
+ "id": 160,
689
+ "skill": {"name": "Analytics"}
690
+ },
691
+ {
692
+ "id": 161,
693
+ "skill": {"name": "AJAX"}
694
+ },
695
+ {
696
+ "id": 162,
697
+ "skill": {"name": "JIRA"}
698
+ },
699
+ {
700
+ "id": 163,
701
+ "skill": {"name": "PHP"}
702
+ },
703
+ {
704
+ "id": 164,
705
+ "skill": {"name": "Puppet"}
706
+ },
707
+ {
708
+ "id": 165,
709
+ "skill": {"name": "CMS"}
710
+ }
711
+ ]
712
+ },
713
+ "suggestions": {"toFollow": {
714
+ "companies": {
715
+ "_count": 10,
716
+ "_start": 0,
717
+ "values": [
718
+ {
719
+ "id": 118612,
720
+ "name": "Melbourne Convention Bureau"
721
+ },
722
+ {
723
+ "id": 1215845,
724
+ "name": "Hub Melbourne"
725
+ },
726
+ {
727
+ "id": 1838879,
728
+ "name": "Committee for Melbourne"
729
+ },
730
+ {
731
+ "id": 974782,
732
+ "name": "Melbourne Food & Wine Festival"
733
+ },
734
+ {
735
+ "id": 2401507,
736
+ "name": "Fed Square Pty Ltd"
737
+ },
738
+ {
739
+ "id": 1099112,
740
+ "name": "Destination Melbourne"
741
+ },
742
+ {
743
+ "id": 327728,
744
+ "name": "Open iT, Inc."
745
+ },
746
+ {
747
+ "id": 632501,
748
+ "name": "City of Melbourne"
749
+ },
750
+ {
751
+ "id": 234969,
752
+ "name": "Next I.T."
753
+ },
754
+ {
755
+ "id": 427218,
756
+ "name": "Wormhole IT"
757
+ }
758
+ ]
759
+ },
760
+ "industries": {"_total": 0},
761
+ "newsSources": {"_total": 0},
762
+ "people": {"_total": 0}
763
+ }},
764
+ "summary": "Experienced Development Thought Leader with over 8 commercial years delivering eCommerce Web Applications. Strong online B2C, B2B and API capability with some conversion rate optimisation experience.\n\nI'm an adaptive leader, and challenge teams to think differently about software delivery; no one approach or technology works in all situations. Agile and DevOps are just labels, it's how you approach software delivery that really matters.\n\nYou'll find me hacking on GitHub in my spare time in Ruby, Scala & Angular, and have 8+ years experience in Java, PHP, and your HTML5/JS stack.\n\nI love the Web, I love to challenge the status quo and love what I do.",
765
+ "threeCurrentPositions": {
766
+ "_total": 2,
767
+ "values": [
768
+ {
769
+ "company": {
770
+ "id": 9016,
771
+ "industry": "Internet",
772
+ "name": "Melbourne IT",
773
+ "size": "201-500 employees",
774
+ "ticker": "MLB",
775
+ "type": "Public Company"
776
+ },
777
+ "id": 522866547,
778
+ "isCurrent": true,
779
+ "startDate": {
780
+ "month": 12,
781
+ "year": 2013
782
+ },
783
+ "summary": "* Thought leadership & change management\n* Drive development team agility via Scrum and DevOps approaches to software development\n* Coach group on applying MVP thinking, delivering incremental business value\n* Lead conversion rate optimisation for Melbourne IT web properties \n* Lead design of modern RESTful API to support Internal/B2B/B2C/App channels\n* Drive move from traditional web frameworks (Zend/PHP) to more performant Angular JS desktop & mobile applications",
784
+ "title": "Manager, Digital"
785
+ },
786
+ {
787
+ "company": {
788
+ "industry": "Information Technology and Services",
789
+ "name": "OneGeek"
790
+ },
791
+ "id": 549327750,
792
+ "isCurrent": true,
793
+ "startDate": {
794
+ "month": 1,
795
+ "year": 2007
796
+ },
797
+ "summary": "* Freelance Web Application development\n* Development of JobsFindYou portal (startup)\n* Open Source development (GitHub)",
798
+ "title": "Freelance Web Developer"
799
+ }
800
+ ]
801
+ },
802
+ "threePastPositions": {
803
+ "_total": 3,
804
+ "values": [
805
+ {
806
+ "company": {
807
+ "id": 9016,
808
+ "industry": "Internet",
809
+ "name": "Melbourne IT",
810
+ "size": "201-500 employees",
811
+ "ticker": "MLB",
812
+ "type": "Public Company"
813
+ },
814
+ "endDate": {
815
+ "month": 11,
816
+ "year": 2013
817
+ },
818
+ "id": 416192733,
819
+ "isCurrent": false,
820
+ "startDate": {
821
+ "month": 7,
822
+ "year": 2013
823
+ },
824
+ "summary": "* Team leadership/management (Max team size 15)\n* Change management\n* Web architecture, Web API design & development\n* Led DevOps initiative in ITS Dev; includes transition to public/private cloud, continuous deployment, complete environment automation (puppet) + release automation and ChatOps\n* Iterative development using Scrum/Agile\n* Grow online channel revenue in close partnership with Business Unit. \"Fail-fast\" and learn quickly with metrics in Adobe Analytics (SiteCatalyst) with iterative development, agile processes and compartmentalised change\n* Promote developer-centric culture\n* Deliver custom B2C, B2B and B2B2C web portal for MIT Transformation programme ($1M+ budget)\n* Love Web",
825
+ "title": "Manager, Web Development"
826
+ },
827
+ {
828
+ "company": {
829
+ "id": 9016,
830
+ "industry": "Internet",
831
+ "name": "Melbourne IT",
832
+ "size": "201-500 employees",
833
+ "ticker": "MLB",
834
+ "type": "Public Company"
835
+ },
836
+ "endDate": {
837
+ "month": 6,
838
+ "year": 2013
839
+ },
840
+ "id": 77110112,
841
+ "isCurrent": false,
842
+ "startDate": {
843
+ "month": 8,
844
+ "year": 2008
845
+ },
846
+ "summary": "* Introduced Agile Development (Scrum) & build automation to improve time to market, improve collaboration and reduce waste improving nr deployment rate > 500%\n* Introduced a fraud detection system > 2 weeks into online channel reducing fraud ~0% of online transaction, saving on charge-backs, domain name registries and manual labour\n* B2B, B2C and B2B2C systems support\n* New product launches into Online and Call Centre channels\n* Served as an SME and Tech Lead on Transformation Project, overseeing the Web stream\n* Lead offshore development initiative in Web arena\n* Introduced Enterprise CMS to reduce manual development\n* Development ambassador, pushing a development-centric culture. Introduction of Hack-days.",
847
+ "title": "Web Team Leader"
848
+ },
849
+ {
850
+ "company": {
851
+ "id": 3529478,
852
+ "industry": "Human Resources",
853
+ "name": "Jobs Find You Pty Ltd",
854
+ "size": "1-10 employees",
855
+ "type": "Privately Held"
856
+ },
857
+ "endDate": {"year": 2012},
858
+ "id": 530690478,
859
+ "isCurrent": false,
860
+ "startDate": {"year": 2009},
861
+ "summary": "* Developed B2C and B2B portals for the online resume platform.\n* Introduced initial monitization via Affiliate and advertiser program.\n* Assisted with Strategic direction of company.",
862
+ "title": "Founding Director"
863
+ }
864
+ ]
865
+ }
866
+ }