You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgclassName="picture"src={headshot}alt="headshot of David Todd"/>
10
10
<articleclassName="section-text">
11
11
<h3>David Todd (he/him)</h3>
12
-
<p>Hello! My name is David (he/him) and I'm a software engineer and former college administrator. Currently a Software Engineering Coach at <ahref='multiverse.io'>Multiverse</a>. I was born and raised in Maryland and I currently live in Washington, D.C.</p>
12
+
<p>Hello! My name is David and I'm a software engineer and former college administrator. Currently a Full Stack Developer at <ahref='https://www.saic.com/'>SAIC</a>. I was born and raised in Maryland and I currently live in Washington, D.C.</p>
13
13
<p>I have always had an interest in the intersection of people and technology and am grateful to be able to combine my software engineering skills with my experiences in education.</p>
<p>A software engineering bootcamp instructor and coach to junior developers, mentoring the next generation of engineers at enterprise-level organizations. I enjoy collaborating with other developers to create technical solutions to solve complex problems and drive measurable business impact.</p>
19
-
<p>Experienced in JavaScript/Node, React, Java/Spring, Python, Express, Jest, MySQL, MongoDB, Docker, AWS, HTML/CSS.</p>
20
-
<p>Interested in human-computer interaction, data structures &algorithms,imageprocessing,cybersecurity,andartificialintelligence.</p>
18
+
<p>I have experience as both a full stack developer and a software engineering bootcamp instructor and coach. I enjoy collaborating with other developers to create technical solutions to solve complex problems and drive measurable business impact.</p>
<p>Outside of work, I enjoy spending time with my partner, our 2-year-old, and our dog. As a family, we enjoy birding, gardening, going to the beach, and traveling.</p>
38
+
<p>Outside of work, I enjoy spending time with my partnerand our toddler. As a family, we enjoy birding, gardening, going to the beach, and traveling.</p>
39
39
<p>I also like going to the gym, singing, listening to music (I love musical theatre!), reading (a favorite: <ahref="https://www.goodreads.com/en/book/show/34728667">Children of Blood and Bone</a>), playing a game on Nintendo Switch (current favorite: <ahref="https://zelda.nintendo.com/breath-of-the-wild/">Legend of Zelda: Breath of the Wild</a>), or watching some good TV (current favorites: Abbott Elementary, Survivor, and Bob's Burgers).</p>
40
40
</article>
41
-
<imgclassName="picture"src={miles}alt="picture of my dog Miles"/>
41
+
<imgclassName="picture"src={provincetown}alt="picture of a beach in provincetown, ma"/>
42
42
</section>
43
43
<sectionclassName="quote-section">
44
44
<pid="quote"><em> “Never doubt that a small group of thoughtful, committed, citizens can change the world. Indeed, it is the only thing that ever has.” <strong>― Margaret Mead</strong></em></p>
Copy file name to clipboardExpand all lines: src/components/Experience.jsx
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,28 @@ import uga from '../assets/uga.jpeg'
5
5
importumdfrom'../assets/umd.jpeg'
6
6
importlinkedinfrom'../assets/linkedin.png'
7
7
importnjpcfrom'../assets/NJPC.png'
8
+
importsaicfrom'../assets/SAIC.png'
8
9
9
10
functionExperience(){
10
11
11
12
constjobs=[
13
+
{
14
+
title: "Full Stack Developer",
15
+
company: "SAIC",
16
+
companyLink: "https://www.saic.com/",
17
+
yearsWorked: "2025 - present",
18
+
responsibilities: [
19
+
"Design, develop, and implement features for an application built with C#/.NET, Vue.js, and PostgreSQL, following agile development practices.",
20
+
"Update software design documentation and provide support for solutions deployed to production.",
21
+
],
22
+
logo: saic,
23
+
altText: "SAIC logo"
24
+
},
12
25
{
13
26
title: "Software Engineering Instructor",
14
27
company: "Multiverse",
15
28
companyLink: "https://www.multiverse.io",
16
-
yearsWorked: "2022 - present",
29
+
yearsWorked: "2022 - 2025",
17
30
responsibilities: [
18
31
"Teach 165+ technical workshops over two years to software engineering apprentices to increase their knowledge of front-end, back-end, and deployment technologies, including Node.js, Express, React, OOP, RESTful APIs, Databases, Data Security, TDD, UI Development, Docker, CI/CD, and Cloud.",
19
32
"Build RESTful API endpoints secured with data encryption, basic auth, JWTs, and OAuth using C#/.NET to serve as alternative learning materials for back-end development. Expand apprenticeship curriculum tech stack coverage by 20% to enable additional apprentices to utilize curriculum materials.",
0 commit comments