Last active
February 23, 2023 10:15
-
-
Save nauzilus/434f381ee8cf246d02542932dcbc93bf to your computer and use it in GitHub Desktop.
resume.json
This file contains 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
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Daniel Flint", | |
"label": "Software Engineer", | |
"picture": "https://avatars.githubusercontent.com/u/5241145?v=4", | |
"image": "https://avatars.githubusercontent.com/u/5241145?v=4", | |
"website": "https://danielflint.im", | |
"email": "[email protected]", | |
"location": { | |
"city": "Melbourne", | |
"countryCode": "AU" | |
}, | |
"profiles": [ | |
{ | |
"username": "nauzilus", | |
"url": "https://twitter.com/nauzilus", | |
"network": "twitter" | |
}, | |
{ | |
"url": "https://github.com/nauzilus", | |
"username": "nauzilus", | |
"network": "github" | |
}, | |
{ | |
"url": "https://www.linkedin.com/in/danielflint", | |
"username": "danielflint", | |
"network": "linkedin" | |
}, | |
{ | |
"url": "https://mastodon.social/@nauzilus", | |
"username": "@nauzilus", | |
"network": "mastodon" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"endDate": "2008", | |
"startDate": "2004", | |
"area": "Computer Science", | |
"studyType": "Bachelors", | |
"institution": "Curtin University of Technology" | |
} | |
], | |
"work": [ | |
{ | |
"website": "https://www.instantscripts.com.au/", | |
"company": "InstantScripts", | |
"name": "InstantScripts", | |
"location": "Melbourne", | |
"position": "Senior Full Stack Engineer", | |
"startDate": "2022-03" | |
}, | |
{ | |
"website": "https://nab.com.au", | |
"company": "NAB", | |
"name": "NAB", | |
"location": "Melbourne", | |
"position": "Senior Software Engineer", | |
"startDate": "2018-01", | |
"endDate": "2022-03" | |
}, | |
{ | |
"company": "Birchman / SMS M&T / ASG", | |
"name": "Birchman / SMS M&T / ASG", | |
"location": "Perth / Melbourne", | |
"position": "Consultant", | |
"startDate": "2013-03", | |
"endDate": "2017-12" | |
}, | |
{ | |
"company": "Wood Group / WindowLogic", | |
"name": "Wood Group / WindowLogic", | |
"location": "Perth", | |
"position": "Consultant", | |
"startDate": "2010-11", | |
"endDate": "2013-03" | |
}, | |
{ | |
"company": "iiNet", | |
"name": "iiNet", | |
"location": "Perth", | |
"position": "Programmer", | |
"startDate": "2004", | |
"endDate": "2010-11" | |
}, | |
{ | |
"company": "iiNet", | |
"name": "iiNet", | |
"location": "Perth", | |
"position": "Customer Service Representative", | |
"startDate": "2001", | |
"endDate": "2004" | |
} | |
], | |
"interests": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment