Last active
November 4, 2024 23:17
-
-
Save calefrey/69afd0a290e00c61da4eb3a77ef28fe8 to your computer and use it in GitHub Desktop.
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
{ | |
"basics": { | |
"name": "Caleb Frey", | |
"email": "[email protected]", | |
"image": "https://1.gravatar.com/avatar/6e63c951fa0696996528c66dd8c1de6fed64e13588d20c85224caeaea973241d?size=512", | |
"summary": "Automation Engineer and Power Platform Developer", | |
"location": { | |
"city": "Philadelphia", | |
"region": "PA", | |
"countryCode": "USA" | |
}, | |
"profiles": [ | |
{ | |
"network": "Linkedin", | |
"url": "https://www.linkedin.com/in/caleb-frey/" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"institution": "Rutgers University, New Brunswick", | |
"studyType": "MS", | |
"area": "Materials Science and Engineering", | |
"courses": [ | |
"Thesis: Toughening Brittle Materials through Interfacial Modification using Finite Element Analysis" | |
], | |
"startDate": "2021", | |
"endDate": "2022" | |
}, | |
{ | |
"institution": "Rutgers University, New Brunswick", | |
"studyType": "BS", | |
"area": "Materials Science and Engineering", | |
"startDate": "2017", | |
"endDate": "2021", | |
"courses": [ | |
"Concentration in Metallurgy and Renewable Energy", | |
"Engineering Honors Academy" | |
] | |
} | |
], | |
"work": [ | |
{ | |
"name": "Evonik Corporation", | |
"position": "Digital Transformation Engineer", | |
"description": "Increase business efficiency with the Microsoft Power Platform and manage laboratory technology to enhance research and development processes", | |
"startDate": "2022", | |
"endDate": "2024", | |
"highlights": [ | |
"Collaborate with colleagues to develop automation solutions that best fit their needs, saving over 8,000 hours per year and minimizing the risk of human error during complex processes", | |
"Upgrade legacy applications with enhanced features and modern development techniques to ensure future support and maintainability while working with the platform's constraints", | |
"Spearhead the migration to dedicated laboratory networks, serving as the liaison between corporate I.T. and scientists with an understanding of both networking and laboratory processes", | |
"Negotiate with laboratory users to strengthen security without inhibiting the research process", | |
"Generate Power BI reports to monitor key performance indicators for research projects, working alongside management to identify important or inconsistent data" | |
], | |
"location": "Allentown, PA" | |
}, | |
{ | |
"name": "microMechanics of Deformation Research Group", | |
"position": "Graduate Researcher", | |
"startDate": "2020", | |
"endDate": "2022", | |
"description": "Model fracture in highly toughened ceramic composites to predict viability of physical experiments using Finite Element Analysis", | |
"highlights": [ | |
"Schedule and manage large-scale simulations using the Slurm job scheduler on a compute cluster", | |
"Automate the generation, execution, and analysis of simulations to survey a wide parameter space", | |
"Develop a data pipeline for efficiently managing and analyzing large amounts of simulation results", | |
"Mentor colleagues to improve process automation, analytics, and efficiency for their own research" | |
], | |
"location": "Rutgers University, New Brunswick" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Programming", | |
"keywords": [ | |
"Python", | |
"Microsoft Power Platform", | |
"Matlab", | |
"Powershell", | |
"Bash" | |
] | |
}, | |
{ | |
"name": "I.T./DevOps", | |
"keywords": [ | |
"Linux", | |
"Docker", | |
"Git", | |
"Slurm", | |
"Monitoring", | |
"Networking", | |
"Hardware" | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "Laboratory PCs - Give Admin Rights back to the department", | |
"description": "Replace IT-Managed Laboratory Computers with those managed by the department, allowing for increased flexibility in a research and development environment while keeping the network secure", | |
"entity": "Evonik Corporation", | |
"roles": [ | |
"Digital Transformation Specialist" | |
], | |
"startDate": "2022", | |
"endDate": "2023", | |
"highlights": [ | |
"Collaborate with corporate I.T. to determine the required security policies to maintain compliance", | |
"Procure standardized equipment for lab workstations, focusing on compact size and port availability", | |
"Generate a golden image and setup script to give each PC a standard configuration and software suite", | |
"Purchase and configure a file server for internal file transfers and configure a backup solution for PCs", | |
"Provide support for laboratory users, solving issues and installing software packages as required", | |
"Serve as a model deployment to lead the way, guiding other departments towards a similar system" | |
] | |
}, | |
{ | |
"name": "Purchasing App Redesign - Business Process Automation", | |
"description": "Automate and streamline a legacy purchasing process through the use of the Microsoft Power Platform", | |
"entity": "Evonik Corporation", | |
"roles": [ | |
"Digital Transformation Specialist" | |
], | |
"startDate": "2024-05", | |
"endDate": "2024-10", | |
"highlights": [ | |
"Analyze the previous system and work closely with major shareholders to identify key functionality", | |
"Design training and reference materials demonstrating the new features and process to all other users", | |
"Monitor user feedback to continuously improve the process and resolve errors as they are encountered" | |
] | |
}, | |
{ | |
"name": "New Phone System - Moving into the Digital Age", | |
"description": "Migrate a small business away from their legacy phone system to a modern phone server for increased compatibility and support", | |
"startDate": "2020-06", | |
"endDate": "2020-08", | |
"entity": "Alpha Veterinary Care", | |
"roles": [ | |
"I.T. Administrator" | |
], | |
"highlights": [ | |
"Determine the best solution for our needs from the many options available on the market", | |
"Install and configure the server and desk phones, upgrading network infrastructure as required", | |
"Train employees how to use the new phone system and design it to minimize process adjustments", | |
"Ensure business continuity in the event of power or internet connectivity losses with redundant routes" | |
] | |
}, | |
{ | |
"name": "Personal Projects", | |
"roles": [ | |
"Projects to explore and learn about tools and technology" | |
], | |
"entity": "https://github.com/calefrey", | |
"startDate": "2017", | |
"highlights": [ | |
"Resume JSON to PDF converter exposed as a web service (calefrey/resume-to-pdf)", | |
"Custom portfolio website template designed for those in academics (calefrey/hugo-pjc)", | |
"Single-key Bluetooth keyboard using KiCad to learn PCB Design/prototyping", | |
"Discord to SIP gateway to learn more about real-time applications and telephony systems" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment