-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
64 lines (62 loc) · 3.41 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jacob Adler's Resume</title>
</head>
<body>
<h1>Jacob D. Adler</h1>
<p>639 Spice Trader Way Apt H, Orlando, FL 32818</p>
<p>(949) 205-8181</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://www.linkedin.com/in/JacobAdler8">My LinkedIn</a></p>
<hr />
<p>
Structural Engineer with technical background in software development, system test, integration, and analysis automation. Introduced and pursued efficiency improvements in multiple roles, with emphasis on Python task automation.
</p>
<h2>PROFESSIONAL EXPERIENCE</h2>
<hr />
<h3>Structural Engineer - Northrop Grumman, Melbourne FL</h3>
<h4>July 2022 - June 2023</h4>
<ul>
<li>Perform composite structural analysis of primary flight structures and deliver high-level summaries by project deadlines</li>
<li>Perform risk mitigation on at-risk areas and provide guidance on how to reinforce structures as needed</li>
<li>Identified, developed, and delivered Python scripts to improve team efficiency and reduce repetitive tasks</li>
<li>Identified products from external suppliers that could improve team efficiency, then coordinated training events and dissemination of materials to assist with product implementation</li>
<li>Proficient in the use of Femap, NX, TMP products such as SLIM, Vision, Compare, etc., as well as automation of these programs</li>
</ul>
<h3>Systems Integration and Test Engineer - Northrop Grumman, Melbourne FL</h3>
<h4>September 2019 - July 2022</h4>
<ul>
<li>Operation of critical flight control systems in an aircraft representative lab environment</li>
<li>Develop and execute test procedures with traceability to system level requirements</li>
<li>Trace and document errors detailing circumstances, repeatability, and severity</li>
<li>Coordinate with various multi-disciplinary teams to ensure known issues are identified, root causes isolated, and corrections introduced in future software baseline releases</li>
<li>Assist software development by providing in depth descriptions of issues and detailed steps to reproduce them</li>
<li>Identified, developed, and delivered Python scripts to automate post-test data analysis and deliver summary reports of the tests performance</li>
<li>Proficient in DOORS, Jama</li>
</ul>
<h2>EDUCATION</h2>
<hr />
<h4>Masters of Science, Aerospace Engineering - Florida Institute of Technology</h4>
<h5>January 2020 - June 2022</h5>
<h4>Bachelors of Science, Aerospace Engineering - California State Polytechnic University, Pomona</h4>
<h5>September 2014 - June 2019</h5>
<h2>ADDITIONAl SKILLS & OTHER</h2>
<hr />
<ul>
<li>Proficient with Python, SQL, Matlab</li>
<li>Agile/Scrum methodology</li>
<li>3D modeling and prototyping skills</li>
<li>Experience with various shop/manufacturing tools</li>
<li>Experience working with robotics</li>
<li>Wind/water tunnel testing</li>
<li>Finite Element Analysis</li>
<li>Strong interpersonal skills</li>
</ul>
<footer>
<p>© 2024 Jacob Adler</p>
</footer>
</body>
</html>