|
| 1 | +export default { |
| 2 | + full_name: "Jake Brinkmann", |
| 3 | + tagline: "Full Stack Cloud Computing", |
| 4 | + job_searching: true, |
| 5 | + contacts: [ |
| 6 | + { |
| 7 | + |
| 8 | + icon: "envelope", |
| 9 | + }, |
| 10 | + { link: "tel:16124261440", icon: "phone-alt" }, |
| 11 | + { link: "//github.com/jakebrinkmann", icon: "brands/github" }, |
| 12 | + { link: "//linkedin.com/in/jakebrinkmann", icon: "brands/linkedin" }, |
| 13 | + ], |
| 14 | + profile: [ |
| 15 | + "Jake is a hard working full-stack software engineer and solutions design expert, with almost 15 years of experience utilizing modern cloud-native technologies for building complex, evolving systems running on resource-constrained hardware.", |
| 16 | + "With proven success in leading and scaling highly productive teams, while rapidly building powerful, near-real-time, and distributed web platforms, Jake excels at ensuring customer and user satisfaction on time and under budget.", |
| 17 | + ], |
| 18 | + education: [ |
| 19 | + { |
| 20 | + degree: "B.S. Electrical Engineering", |
| 21 | + institution: "South Dakota State University (SDSU)", |
| 22 | + url: "sdstate.edu", |
| 23 | + location: "Brookings, SD, USA", |
| 24 | + GPA: 3.1, |
| 25 | + level: "Undergraduate", |
| 26 | + }, |
| 27 | + { |
| 28 | + degree: "M.S. Electrical Engineering", |
| 29 | + institution: "South Dakota State University (SDSU)", |
| 30 | + url: "sdstate.edu", |
| 31 | + location: "Brookings, SD, USA", |
| 32 | + GPA: 3.5, |
| 33 | + level: "Graduate", |
| 34 | + }, |
| 35 | + ], |
| 36 | + experience: [ |
| 37 | + { |
| 38 | + title: "Senior Software Engineer", |
| 39 | + tagline: "Healthcare Applications, Team Lead", |
| 40 | + company: "SONIFI Health", |
| 41 | + url: "www.sonifihealth.com", |
| 42 | + location: "Sioux Falls, SD, USA", |
| 43 | + employment: "full-time", |
| 44 | + duration: { |
| 45 | + start: "2022-06-01", |
| 46 | + end: "2024-11-01", |
| 47 | + }, |
| 48 | + responsibilities: [ |
| 49 | + "Definition, development, and deployment of event-driven architectures for interactive healthcare products, running on in-room SmartTVs, integrated with IOT devices connected to an AWS cloud platform built using Python, Typescript, and Serverless (StepFunctions, DynamoDB).", |
| 50 | + ], |
| 51 | + software: "AWS-CDK, Python, Docker, Celery, Typescript", |
| 52 | + }, |
| 53 | + { |
| 54 | + title: "Software Systems Engineer II", |
| 55 | + tagline: "Cloud Configuration Team", |
| 56 | + company: "SONIFI", |
| 57 | + url: "sonifi.com", |
| 58 | + location: "Sioux Falls, SD, USA", |
| 59 | + employment: "full-time", |
| 60 | + duration: { |
| 61 | + start: "2019-12-01", |
| 62 | + end: "2022-06-01", |
| 63 | + }, |
| 64 | + responsibilities: [ |
| 65 | + "Built the flagship Cloud Configuration product on an AWS platform, using React and Python, allowing hotel staff to manage guest-aware in-room television devices, integrated with on-site PMS.", |
| 66 | + ], |
| 67 | + software: "Python, React, Docker, Gitlab-CI", |
| 68 | + }, |
| 69 | + { |
| 70 | + title: "Application Developer", |
| 71 | + tagline: "Weather & Navigation Team", |
| 72 | + company: "Raven ATS", |
| 73 | + url: "www.ravenaerostar.com", |
| 74 | + location: "Sioux Falls, SD, USA", |
| 75 | + employment: "full-time", |
| 76 | + duration: { |
| 77 | + start: "2018-06-01", |
| 78 | + end: "2018-10-01", |
| 79 | + }, |
| 80 | + responsibilities: [ |
| 81 | + "Design, develop, and maintain software server and web browser applications for unmanned stratospheric aerospace technology", |
| 82 | + "Created SPAs in VueJS, minimalist designs focused on intuitive UI/UX, allowed showcasing interactive data-viz directly to customers as well as experimental exploration by advanced users", |
| 83 | + "Pioneered event-driven distributed processing platform, automated refresh on new input availability; demoed scalable design in production; improved update frequency from 3hrs to 5min", |
| 84 | + "Containerized all core C++/Python science algorithms, facilitated new algorithm dev through creating a simple replicable dev/test/prod environment, reducing month-long onboarding to 15min", |
| 85 | + "Translated business objectives into full-stack 2-4 month project proposals; championed agile process for CI/CD of prototypes, often achieving same-day turnaround following reviews", |
| 86 | + "Expert time management to achieve personal project priorities, mentorship of 3 interns, and tech leadership of team of 3 scientists; commended for thorough code reviews and helpful feedback", |
| 87 | + ], |
| 88 | + software: |
| 89 | + "Python (Falcon, asyncio, Celery, Jupyter), Docker, VueJS, JavaScript (Vuex, leaflet, d3, axios, webpack), PostgreSQL, RabbitMQ, NGINX, Jenkins, Gerrit", |
| 90 | + }, |
| 91 | + { |
| 92 | + title: "Software Engineer", |
| 93 | + tagline: "Science R&D Team", |
| 94 | + company: "SGT | USGS EROS", |
| 95 | + url: "www.sgt-inc.com", |
| 96 | + location: "Sioux Falls, SD, USA", |
| 97 | + employment: "full-time", |
| 98 | + duration: { |
| 99 | + start: "2016-12-01", |
| 100 | + end: "2018-05-01", |
| 101 | + }, |
| 102 | + responsibilities: [ |
| 103 | + // "Supported the Technical Services Support Contract (TSSC) for the USGS Earth Resources Observation and Science (EROS) data center.", |
| 104 | + "Prototyped systems and software to process, generate, and analyze high-level scientific data products from Landsat 5-8 inputs, eliminating many of the image preprocessing steps", |
| 105 | + "Full-stack engineering design of RESTful APIs, connected to databases and internal services, which were consumed by light HTML/JS Web UIs", |
| 106 | + "Containerization of platform services, implementing automatic Continuous Integration testing in the cloud (Saves time, ensures higher QA)", |
| 107 | + "Upgrade and optimization of a 450-Core/3-TB multi-node cluster to utilize Hadoop-2 for dynamic resource scheduling and more efficient parallel image processing (Up to 5x speedup)", |
| 108 | + "Improving site reliability for service downtimes, fixing high-risk security vulnerabilities, advancing real-time system monitoring", |
| 109 | + "Providing innovative insights to stakeholders on 500+ daily active science users through distributed log parsing, data mining, and web plotting", |
| 110 | + ], |
| 111 | + software: |
| 112 | + "Python, Docker, PostgreSQL, NGINX, Git, Hadoop2/YARN, Memcached, GDAL, Travis-CI", |
| 113 | + }, |
| 114 | + { |
| 115 | + title: "Research Scientist, Electrical Engineer", |
| 116 | + tagline: "MODIS Support Team", |
| 117 | + company: "SSAI | NASA GSFC", |
| 118 | + url: "www.ssaihq.com", |
| 119 | + location: "Lanham, MD, USA", |
| 120 | + employment: "full-time", |
| 121 | + duration: { |
| 122 | + start: "2014-05-01", |
| 123 | + end: "2016-04-01", |
| 124 | + }, |
| 125 | + responsibilities: [ |
| 126 | + // "Supported the Hydrospheric & Biospheric Sciences Support Services (HBSSS) Contract for the NASA Goddard Space Flight Center.", |
| 127 | + "Implemented and tested algorithm enhancements for operational calibrated product delivery ", |
| 128 | + "Developed report generation software utility allowing for PDF assimilation (Reduced time spent by >95%)", |
| 129 | + "Independently created data visualization web-application used for telemetry anomaly investigation", |
| 130 | + "Following on-orbit fault-hold, designed the successful recovery command sequence for a NASA instrument ", |
| 131 | + ], |
| 132 | + software: "Python, Git, IDL, GDAL, PostgreSQL, HTML/CSS/JS, Apache", |
| 133 | + }, |
| 134 | + { |
| 135 | + title: "Graduate Research Assistant", |
| 136 | + tagline: "Image Processing Lab", |
| 137 | + company: "South Dakota State University", |
| 138 | + url: "sdstate.edu", |
| 139 | + location: "Brookings, SD, USA", |
| 140 | + employment: "part-time", |
| 141 | + duration: { |
| 142 | + start: "2011-05-01", |
| 143 | + end: "2014-04-01", |
| 144 | + }, |
| 145 | + responsibilities: [ |
| 146 | + "Created pre-launch Landsat-8 (LDCM) algorithm prototype software using simulated datasets", |
| 147 | + "Developed new algorithms for on-orbit requirements testing of detector uniformity and spatial quality", |
| 148 | + "Used spatial data aggregation to demonstrate auto-correlated thermal stray light image artifacts", |
| 149 | + ], |
| 150 | + software: "Python, MATLAB, SQLite, GDAL, SVN", |
| 151 | + }, |
| 152 | + // { |
| 153 | + // title: "Firmware Test Engineer Intern", |
| 154 | + // tagline: "Design Engineering Group", |
| 155 | + // company: "Sencore", |
| 156 | + // url: "www.sencore.com", |
| 157 | + // location: "Sioux Falls, SD, USA", |
| 158 | + // employment: "intern", |
| 159 | + // duration: { |
| 160 | + // start: "2010-05-01", |
| 161 | + // end: "2010-09-01", |
| 162 | + // }, |
| 163 | + // responsibilities: [ |
| 164 | + // "Implemented tests of video signal encoding/decoding for product quality following new firmware releases", |
| 165 | + // "Saved thousands of hours by automating both video inputs cycling and resultant output waveform analysis", |
| 166 | + // ], |
| 167 | + // software: "LabVIEW, SVN, C++", |
| 168 | + // }, |
| 169 | + ], |
| 170 | +}; |
0 commit comments