-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (54 loc) · 3.26 KB
/
index.html
File metadata and controls
63 lines (54 loc) · 3.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robert Duncan</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container my-5">
<div class="text-center">
<img src="assets/pano.jpg" alt="Your Name" class="img-fluid img-thumbnail mb-4" <h1>Robert Duncan</h1>
</div>
<hr>
<div class="my-5">
<h2>Story</h2>
<p>In Highschool I was drawn to shop classes, primarily metalshop where we could work with lathes and a cnc
mill. My free time was spent riding mountain bikes and dirt bikes, flipping used motorcycles, learning
about aircraft from the mechanic at IYK, and
dreaming of ways I could build parts for those hobbies. My first technical job was as an electronics
technician for <a href="https://www.navair.navy.mil/nawcwd/">NAWCWD</a> in my hometown Ridgecrest, CA.
Four years of this had me developing an interest in how electronics worked internally, and the financial
aspect provided a seed for an entreprenurial venture. I aquired a heavily used SMT line in March 2019
with the intent of fixing and reselling, or starting a contract manufacturing service. I pursued the
latter. It proved to be a monumental learning experience but ultimately needed more attention than I was
able to provide, and was dissolved during the summer of 2023. Toward the end of the venture I had
discovered the potential of having data housed in something like a custom Django or Flask webapp
(instead of myriad Excel workbooks), and
stumbled upon ERPNext. I was able to land an internship with <a
href="https://agritheory.com">Agritheory</a> which proved to be an invaluable experience for
learning about the platform while honing technical skills.
I recieved a BS in electrical engineering from <a
href="https://www.csulb.edu/college-of-engineering">CSULB</a> AVEP in 2023 while self-studying
computer science.
During internships and summers I implemented features in ERPNext apps for Agritheory and <a
href="https://netprofitxl.ca">NetProfit XL</a>, automated processes in Microsoft 365 and Python for
AFRL at Edwards AFB, and built an
uncertainty propagation Flask app for Senior design.
My career has begun by contininuing to implement features in (primarily open-source) enterprise software
systems throughout the
technology stack.
</p>
</div>
<div class="my-5">
<h2>Links</h2>
<ul>
<li><a href="https://linkedin.com/in/rodun">LinkedIn</a></li>
<li><a href="https://github.com/robproject/fsjd">Project: Frappe Schema JSON Diff</a></li>
<li><a href="https://github.com/robproject/lre-sendes">Project: Senior Design</a></li>
</ul>
</div>
</div>
</body>
</html>