Skip to content

Commit 5e324e5

Browse files
committed
update Experience and About pages
1 parent 9c3dcb7 commit 5e324e5

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/SAIC.png

3.1 KB
Loading

src/assets/miles.jpg

-2.1 MB
Binary file not shown.

src/assets/provincetown.jpeg

904 KB
Loading

src/components/About.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import headshot from '../assets/headshot.jpg'
2-
import miles from '../assets/miles.jpg'
2+
import provincetown from '../assets/provincetown.jpeg'
33

44
function About() {
55
return (
@@ -9,15 +9,15 @@ function About() {
99
<img className="picture" src={headshot} alt="headshot of David Todd"/>
1010
<article className="section-text">
1111
<h3>David Todd (he/him)</h3>
12-
<p>Hello! My name is David (he/him) and I&apos;m a software engineer and former college administrator. Currently a Software Engineering Coach at <a href='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&apos;m a software engineer and former college administrator. Currently a Full Stack Developer at <a href='https://www.saic.com/'>SAIC</a>. I was born and raised in Maryland and I currently live in Washington, D.C.</p>
1313
<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>
1414
</article>
1515
</section>
1616
<section className="about-section reversed-section">
1717
<article className="section-text">
18-
<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, image processing, cybersecurity, and artificial intelligence.</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>
19+
<p>Experienced in JavaScript/TS/Node, React, Vue, C#/.NET, Java/Spring, Python, PostgreSQL, Docker, AWS, HTML/CSS.</p>
20+
<p>I am interested in human-computer interaction, cybersecurity, and AI.</p>
2121
</article>
2222
<article className="title-box" id="swe-box">
2323
<p>software engineering</p>
@@ -35,10 +35,10 @@ function About() {
3535
</section>
3636
<section className="about-section reversed-section">
3737
<article className="section-text">
38-
<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 partner and our toddler. As a family, we enjoy birding, gardening, going to the beach, and traveling.</p>
3939
<p>I also like going to the gym, singing, listening to music (I love musical theatre!), reading (a favorite: <a href="https://www.goodreads.com/en/book/show/34728667">Children of Blood and Bone</a>), playing a game on Nintendo Switch (current favorite: <a href="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&apos;s Burgers).</p>
4040
</article>
41-
<img className="picture" src={miles} alt="picture of my dog Miles"/>
41+
<img className="picture" src={provincetown} alt="picture of a beach in provincetown, ma"/>
4242
</section>
4343
<section className="quote-section">
4444
<p id="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>

src/components/Experience.jsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,28 @@ import uga from '../assets/uga.jpeg'
55
import umd from '../assets/umd.jpeg'
66
import linkedin from '../assets/linkedin.png'
77
import njpc from '../assets/NJPC.png'
8+
import saic from '../assets/SAIC.png'
89

910
function Experience() {
1011

1112
const jobs = [
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+
},
1225
{
1326
title: "Software Engineering Instructor",
1427
company: "Multiverse",
1528
companyLink: "https://www.multiverse.io",
16-
yearsWorked: "2022 - present",
29+
yearsWorked: "2022 - 2025",
1730
responsibilities: [
1831
"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.",
1932
"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

Comments
 (0)