Last active
August 4, 2024 10:52
-
-
Save jimmcslim/151536c34f094a4e620ac298dd226bf7 to your computer and use it in GitHub Desktop.
My resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "James Webster", | |
"label": "Software engineer", | |
"email": "[email protected]", | |
"phone": "+61422036741", | |
"summary": "I am a technical lead, software architect and lead developer with over 20 years of experience in software development. I have worked in a variety of industries including finance, energy, and software consulting. I have a strong background in software development and architecture, and I have worked in a variety of roles including technical lead, software architect, and lead developer. I have experience in a variety of technologies including Java, C#, and JavaScript, and I have experience in a variety of software development methodologies including Agile and Scrum.", | |
"location": { | |
"city": "Brisbane", | |
"countryCode": "AU", | |
"region": "Queensland" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"url": "http://linkedin.com/in/jameswebster" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "jimmcslim", | |
"url": "https://github.com/jimmcslim" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Freetrade", | |
"location": "Brisbane, AU", | |
"position": "Staff Software Engineer", | |
"url": "https://freetrade.io", | |
"startDate": "2021-12", | |
"description": "This is a description", | |
"summary": "This is a summary", | |
"highlights": [ | |
"This is a highlight", | |
"This is another highlight", | |
"This is a third highlight", | |
"This is a fourth highlight", | |
"This is yet another highlight" | |
] | |
}, | |
{ | |
"name": "Workday", | |
"location": "Brisbane, AU", | |
"position": "Senior Software Development Engineer", | |
"url": "https://workday.com", | |
"startDate": "2021-05", | |
"endDate": "2021-12" | |
}, | |
{ | |
"name": "SixPivot", | |
"location": "Brisbane, QLD", | |
"position": "Senior Consultant", | |
"url": "https://sixpivot.com.au", | |
"startDate": "2019-03", | |
"endDate": "2021-04" | |
}, | |
{ | |
"name": "Edge Energy Services", | |
"location": "Brisbane, AU", | |
"position": "Technical Lead and Senior Software Developer", | |
"url": "https://edge2020.com.au/", | |
"startDate": "2018-10", | |
"endDate": "2015-10" | |
}, | |
{ | |
"name": "Creative Analytics", | |
"location": "Brisbane, AU", | |
"position": "Senior Software Developer", | |
"url": "https://analytics.com.au", | |
"startDate": "2014-03", | |
"endDate": "2015-09" | |
}, | |
{ | |
"name": "Stanwell", | |
"location": "Brisbane, AU", | |
"position": "Energy Trading Systems Developer", | |
"url": "https://stanwell.com", | |
"startDate": "2010-05", | |
"endDate": "2014-02" | |
}, | |
{ | |
"name": "Sunsuper", | |
"location": "Brisbane, AU", | |
"position": "Senior Developer and Application Architect", | |
"url": "https://sunsuper.com.au", | |
"startDate": "2009-10", | |
"endDate": "2010-05" | |
}, | |
{ | |
"name": "Barclays Capital", | |
"location": "London, UK", | |
"position": "Senior Developer", | |
"url": "https://barcap.com", | |
"startDate": "2008-05", | |
"endDate": "2009-08" | |
}, | |
{ | |
"name": "ThoughtWorks", | |
"location": "Brisbane, AU - Sydney, AU - London, UK", | |
"position": "Consultant", | |
"url": "https://thoughtworks.com", | |
"startDate": "2003-03", | |
"endDate": "2008-05" | |
}, | |
{ | |
"name": "Business Agility", | |
"location": "London, UK", | |
"position": "Consultant", | |
"startDate": "2002-01", | |
"endDate": "2003-02" | |
}, | |
{ | |
"name": "Cards etc", | |
"location": "Sydney, AU", | |
"position": "Software Engineer", | |
"startDate": "1998-09", | |
"endDate": "2001-09" | |
}, | |
{ | |
"name": "pwc", | |
"url": "https://www.pwc.com.au/", | |
"location": "Sydney, AU", | |
"position": "Consultant", | |
"startDate": "1997-01", | |
"endDate": "1998-09" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Technology, Sydney", | |
"url": "https://www.uts.edu.au/", | |
"area": "Bachelor of Information Technology", | |
"startDate": "1994-01", | |
"endDate": "1996-12" | |
}, | |
{ | |
"institution": "Kaplan Professional", | |
"url": "https://www.kaplanprofessional.edu.au/", | |
"area": "Master of Applied Finance", | |
"startDate": "2007", | |
"endDate": "2011" | |
} | |
], | |
"publications": [ | |
], | |
"skills": [ | |
], | |
"languages": [ | |
], | |
"interests": [ | |
], | |
"references": [ | |
], | |
"projects": [ | |
], | |
"meta": { | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00", | |
"theme": "onepage-plus" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment