Skip to content

Instantly share code, notes, and snippets.

@bjackerman
Last active March 25, 2024 20:25
Show Gist options
  • Save bjackerman/805402a519c6325025e7a801d38af93b to your computer and use it in GitHub Desktop.
Save bjackerman/805402a519c6325025e7a801d38af93b to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Brian Ackerman",
"label": "",
"image": "",
"email": "brian@ackerman.pro",
"phone": "(623) 261-9455",
"url": "http://ackerman.pro",
"summary": "",
"location": {
"address": "1240 N Central Ct",
"postalCode": "AZ 85224",
"city": "Chandler",
"countryCode": "US",
"region": "Arizona"
},
"profiles": [
{
"network": "LinkedIn",
"username": "backerman",
"url": "https:/linkediin.com/in/backerman/"
}
]
},
"work": [
{
"name": "Wells Fargo Bank, N.A / Corp IT & Finance",
"location": "Chandler, AZ",
"description": "Software License Management",
"position": "Business, Systems, and Finance Analyst / Assistant Vice President",
"url": "http://wellsfargo.com",
"startDate": "2019-04-29",
"endDate": "2023-07-01",
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
"highlights": [
"Build an algorithm for artist to detect if their music was violating copy right infringement laws",
"Successfully won Techcrunch Disrupt",
"Optimized an algorithm that holds the current world record for Weisman Scores"
]
},
{
"name": "Intel Corp. / TMG (Manufacturing) / Supply Chain",
"location": "Chandler, AZ",
"description": "Factory Automation inside of Supply Chain",
"position": "Software Engineer & Supply Chain Analyst",
"url": "http://intel.com",
"startDate": "2012-06-18",
"endDate": "2018-07-31",
"summary": "Brian Ackerman was at the forefront of advancing manufacturing automation within Intel's supply chain. His pivotal role bridged the gap between Intel's technological ambitions and the operational excellence of its manufacturing processes. Through strategic collaboration with external suppliers and internal stakeholders, he ensured the seamless operation and evolution of Intel's automation infrastructure.",
"highlights": [
"Utilized lean principles and refactored code to reduce processing time for automated software patching from 4 months to 2 days per year while improving quality by reducing output defects from over 5% to less than 1%",
"Managed a 6-month professional services engagement to build out a first-of-kind Hadoop cluster for Intel's manufacturing environment and wrote software to load over 2 PB of Sort/Test data into HBase datastore",
"Managed 18-month project to complete first-of-kind full software audit of over 25K factory systems representing $50M in yearly software spends"
]
}
],
"volunteer": [
{
"organization": "Ariona FBLA-PBL Professional Division",
"position": "Division President, Member of Board of Trustees",
"url": "http:/azfbla.org/",
"startDate": "2013-03-01",
"endDate": "2017-03-01",
"summary": "Global movement of free coding clubs for young people.",
"highlights": [
]
}
],
"education": [
{
"institution": "Arizona State Unvierstiy",
"url": "https://www.asu.edu/",
"area": "Computer Science",
"studyType": "Masters",
"startDate": "2011-06-01",
"endDate": "2012-12-31",
"courses": [
"5cSE66 - Software Project/Process/QUality Management",
"CSE511 - Semi-structured Data Management",
"CSE591 - Semantic Web Mining",
"CSE598 - Socai Media Mining"
]
},
{
"institution": "Arizona State Unvierstiy",
"url": "https://www.asu.edu/",
"area": "Computer Science",
"studyType": "Bachelors",
"startDate": "2008-08-01",
"endDate": "2011-05-31",
"score": "4.0/4.0",
"courses": [
]
}
],
"awards": [
{
"title": "Ford Graduate Engineering Fellowship",
"date": "2011-09-01",
"awarder": "Ford Motor Company",
"summary": "Awarded ananually to the top domestic engineering talent at top US research institutions."
}
],
"publications": [
{
"name": "Context-Aware Rank-Oriented Recommender Systems ",
"publisher": "Arizona State University",
"releaseDate": "2014-10-01",
"url": "hhttps://keep-dev.lib.asu.edu/system/files/c7/66292/tmp/package-7wF0rK/Ackerman_asu_0010N_12443.pdf",
"summary": "My thesis which explored improvements to collabortive filtering algothersm by including the context and treating numerical ratings as pairwise prefernces andsuggesting ways to incorpate implciit feedback."
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Compression",
"level": "Master",
"keywords": [
"Mpeg",
"MP4",
"GIF"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}
],
"references": [
{
"name": "",
"reference": ""
}
],
"projects": [
{
"name": "Miss Direction",
"description": "A mapping engine that misguides you",
"highlights": [
"Won award at AIHacks 2016",
"Built by all women team of newbie programmers",
"Using modern technologies such as GoogleMaps, Chrome Extension and Javascript"
],
"keywords": [
"GoogleMaps", "Chrome Extension", "Javascript"
],
"startDate": "2016-08-24",
"endDate": "2016-08-24",
"url": "http://madebybrian.xyz",
"roles": [
"Team lead", "Designer"
],
"entity": "Smoogle",
"type": "application"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment