"{ user.name }"
const
combine
(
Creativity
,
Logic
) {
return
"Web Developer"
;
}
combine
(
Creativity
,
Logic
)
=>
"Web Developer"
;
// Skills
-
"JavaScript"
-
"TypeScript"
-
"Vue.js"
-
"Nuxt.js"
-
"CSS3"
-
"TailwindCSS"
-
"Git"
-
"Mongo DB"
// Education
const
cedarvilleUniversity
=
{
schoolName
:
"Cedarville University"
,
startYear
:
2019
,
endYear
:
2022
,
degree
:
"Bachelor's of Computer Science"
,
awards
:
[
"Excellence In User Experience Award"
]
,
funFact
:
"Submitted coding assignment not due for 3 weeks on day presented in class."
}
const
corningCommunityCollege
=
{
schoolName
:
"Corning Community College"
,
startYear
:
2018
,
endYear
:
2019
,
degree
:
"No degree - Majoring in Computer Science"
,
funFact
:
"Attended this school at just 16 years old"
}
// Experience
const
nasic
=
{
companyName
:
"National Air and Space Intelligence Center"
workType
:
"Full Time"
started
:
"June 2022"
,
ending
:
"October 2025"
,
responsibilities
: [
"Nuxt.js developer on Frontend Team"
,
"Solved many design challenges with data-heavy products"
,
"Used Jira and Agile methods to organize development"
,
"Heavily harnessed VS Code and GitHub for code management"
,
"Utilized Docker containers for ease of deployement"
,
"Worked with MongoDB and REST API's"
]
}
const
prima
=
{
companyName
:
"Prima International Trading"
,
workType
:
"Freelance Development"
,
started
:
"June 2025"
,
githubLink
:
github/prima-international
,
responsibilities
: [
"Modernizing 25 year old MS Access database application"
,
"Using Nuxt 4 as the Front End for interacting with database"
,
"Using MongoDB for seemless migration of data and filtering"
,
"First phase in production, continuing to make changes as needed"
]
}
const
faithInAction
=
{
companyName
:
"Faith in Action STNY"
,
workType
:
"Freelance Development"
,
started
:
"June 2022"
,
githubLink
:
github/faith-in-action
,
devUrl
:
netlify/faith-in-action/
,
responsibilities
: [
"Redoing old informational website for this volunteer organization"
,
"Using Nuxt 3 and TailwindCSS techonologies"
,
"New website in production, but working on next version"
]
}