Skip to content

Instantly share code, notes, and snippets.

@aplocher
Created May 5, 2020 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aplocher/42123674d7fe1bb95588e504e97e2972 to your computer and use it in GitHub Desktop.
Save aplocher/42123674d7fe1bb95588e504e97e2972 to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Adam Plocher",
"picture": "https://avatars0.githubusercontent.com/u/1132447?v=4",
"label": "Software Developer at Varis LLC",
"headline": "A motivated and professional software engineer with over 15 years of experience in the industry",
"summary": "Experienced full-stack developer with an appreciation for design patterns.",
"website": "http://blog.bitcollectors.com/adam",
"yearsOfExperience": 19,
"username": "aplocher",
"email": "aplocher@gmail.com",
"region": "Sacramento, CA",
"location": {
"city": "Sacramento",
"region": "California",
"countryCode": "US"
},
"followers": 7,
"following": 2,
"profiles": [
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/aplocher",
"username": "aplocher"
},
{
"network": "StackOverflow",
"url": "https://stackoverflow.com/users/730566/adam-plocher",
"username": "adam-plocher"
},
{
"network": "GitHub",
"username": "aplocher",
"url": "https://github.com/aplocher"
}
]
},
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": ["ASP.NET Core", "WebAPI", "MVC", "TypeScript", "JavaScript", "Angular", "AngularJS", "JQuery", "HTML", "CSS"]
},
{
"name": "Desktop Development",
"level": "Master",
"keywords": ["WPF", "Windows Forms", "C#", ".NET Framework", ".NET Core", "Avalonia"]
},
{
"name": "Database Development",
"level": "Master",
"keywords": ["Microsoft SQL / T-SQL", "SSRS", "SSIS", "MySQL", "MariaDB", "Sybase ASE 12.5"]
},
{
"name": "Source Control",
"level": "Advanced",
"keywords": ["TFS / Azure DevOps (TFVC and Git)", "Git", "Subversion", "SourceGear Vault"]
},
{
"name": "CI / CD",
"level": "Advanced",
"keywords": ["Azure Pipelines"]
}
],
"projects": [],
"work": [
{
"company": "Varis LLC",
"position": "Senior Software Developer",
"website": "http://www.varis1.com",
"location": "Roseville, CA",
"summary": "Responsible for retrofitting legacy systems with modern technology to manage large batches of incoming documents.",
"isCurrentRole": true,
"startDate": "2019-09-01",
"start": {
"year": 2019,
"month": 9
},
"highlights": [
"Utilized C#, Microsoft Service Fabric, Docker, and OCRmyPDF (Tesseract) to process a large number of image-based PDFs to make the text searchable",
"Built a Service Fabric micro-service that will bypass certain legacy processes, based on the state of the incoming PDF documents",
"Wrote a WPF-based PDF/TIF annotation editor using the AtalaSoft DotImage (WinForms) control. The WPF components utilize MVVM and Dependency Injection enabling nearly 100% code coverage."
]
},
{
"company": "BitCollectors",
"position": "Software Consultant",
"website": "http://www.bitcollectors.com",
"location": "Sacramento, CA",
"summary": "Started BitCollecters with his wife in 2011 where their shared expertise in the software industry has been utilized to help several clients implement new custom software solutions or maintain existing ones. ",
"isCurrentRole": false,
"startDate": "2011-09-01",
"endDate": "2019-08-01",
"start": {
"year": 2011,
"month": 9
},
"end": {
"year": 2019,
"month": 8
},
"highlights": [
"Created a new software product for the company RAP (Resource Action Program) to manage inventory, clients, and shipments. Was responsible for designing and implementing the back-end architecture using SQL Server, ASP.NET Web API, and Onion architecture principals. Also handled the majority of development and architecture with the front-end Angular project. ",
"Handled the creation of various proof-of-concepts for the CEO and CIO of LifeMed ID, including integration of several biometric hardware SDKs into the WPF front-end. Also created an Android application using the Android SDK which could be used by healthcare providers and their patients to accurately identify patients. Regularly created UI and input automation scripts to automate patient searches within legacy EMR system UIs.",
"Worked with the project manager of Maranatha: Volunteers International to build a system that is used for managing dozens of major construction projects each year. The application is utilizing Angular JS, Microsoft SQL Server, and ASP.NET Web API."
]
},
{
"company": "LifeMed ID",
"position": "Lead Software Engineer",
"website": "http://www.lifemedid.com",
"location": "Citrus Heights, CA",
"summary": "Led the development of a hospital registration application called LifeMed ID. The application is a \"bolt-on\" product that sits on top of their existing EMR software. It enables healthcare providers to register and issue identity tokens (smart cards, magstripe cards, biometrics, etc) to their patients to streamline future visits and positively identify the patient.",
"isCurrentRole": false,
"startDate": "2008-09-01",
"endDate": "2015-05-01",
"start": {
"year": 2008,
"month": 9
},
"end": {
"year": 2015,
"month": 5
},
"highlights": [
"Built the original core product from the ground up. Originally, it utilized .NET 4.0, ASMX web services, Windows Forms, and Microsoft SQL Server. It was eventually migrated over to WPF and Web API (RESTful web services).",
"Created and managed a Windows Service application that handled the printing and encoding of patient identification tokens (as a shared printer). It supported the printing of smart cards, magnetic stripe cards, or patient wristbands with a QR code. It included a WinForms UI that communicated directly with the service through IPC / named pipes. The UI offered configuration options, showed a live log, details on the active card being printed, and a print queue.",
"Wrote an auto-updater application that handled the automated deployment of our software to hundreds of users. It utilized a back-end Windows Service to manage the downloading and copying of files to the users workstation, while displaying a UI to show the current status to the user. The service communicated with the UI through IPC / named pipes. The UI would also prompt for the license key and store it with the service configuration to determine which set of files the client needed. File updates were determined by comparing file hashes on the server with local hashes on each workstation.",
"Created an internal card layout design tool for visually creating the card layouts used by customers to print patient cards. Field positions such as X and Y positions and Z-order were defined in the database for elements such as patient photo, name, medical record #, etc. This provided a WYSIWYG (what you see is what you get) UI that allowed staff to easily move the objects around and visualize the card design.",
"Created an input automation library using C# to call Win32 API functions to simulate keystrokes and mouse clicks (User32.dll \\ SendInput). Automation steps were defined in a script (XML) that allowed for macros to be declared, along with conditional blocks. This is one of the core features of LifeMed. This component enables LifeMed to automate just about any legacy EMR UI.",
"Created an internal tool for developing the XML automation scripts. It utilized AvalonEdit for syntax-highlighting and allowed staff to run the script with the same core libraries LifeMed used so debugging could be done without needing to have an entire LifeMed environment setup and configured on-site prior to developing and testing the script."
]
},
{
"company": "SN Servicing Corporation",
"position": "Software Engineer",
"website": "http://www.snsc.com",
"location": "Mather, CA",
"summary": "",
"isCurrentRole": false,
"startDate": "2007-03-01",
"endDate": "2008-07-01",
"start": {
"year": 2007,
"month": 3
},
"end": {
"year": 2008,
"month": 7
},
"highlights": []
},
{
"company": "Sacramento Sheriff's Department",
"position": "Web Developer",
"website": "http://www.sacsheriff.com",
"location": "Sacramento, CA",
"summary": "",
"isCurrentRole": false,
"startDate": "2006-08-01",
"endDate": "2007-03-01",
"start": {
"year": 2006,
"month": 8
},
"end": {
"year": 2007,
"month": 3
},
"highlights": []
},
{
"company": "Axiom Analytix",
"position": "Software Engineer",
"website": "http://www.axiomanalytix.com",
"location": "Gold River, CA",
"summary": "",
"isCurrentRole": false,
"startDate": "2005-07-01",
"endDate": "2006-08-01",
"start": {
"year": 2005,
"month": 7
},
"end": {
"year": 2006,
"month": 8
},
"highlights": []
},
{
"company": "e.Republic, Inc",
"position": "Web Developer",
"website": "http://www.erepublic.com",
"location": "Folsom, CA",
"summary": "",
"isCurrentRole": false,
"startDate": "1999-12-01",
"endDate": "2004-10-01",
"start": {
"year": 1999,
"month": 12
},
"end": {
"year": 2004,
"month": 10
},
"highlights": []
}
],
"publications": [],
"education": [
],
"volunteer": [],
"awards": [],
"languages": [],
"interests": [],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment