diff --git a/app/about/me/content.mdx b/app/about/me/content.mdx deleted file mode 100644 index 0d0c3ca..0000000 --- a/app/about/me/content.mdx +++ /dev/null @@ -1,79 +0,0 @@ -# What I Do - -## CREATE FULL STACK WEB APPLICATIONS - -I have experience building web applications with and without back-end integrations. - -I am comfortable conceptualizing and organizing complex structures, and as such, my projects tend to be natural in their structure and easy to maintain. - -## COLLABORATIVE SOFTWARE ENGINEERING - -I have consulted on small teams with: - -- Dization, a Pittsburgh-based company developing an enterprise resource planning solution for small businesses -- Metazu Studio, a Nashville-based startup connecting clients with services in video production, AR/VR, social media, photography, and web design. - -My work on these projects deals with managing the complexities of full-stack web engineering, as well as delivering beautiful user experiences to end customers. - -## CREATIVE MINDED PROBLEM SOLVER - -My background as a musician, composer, producer, and artistic collaborator provide me with a unique frame of reference for solving technical problems and adapting to dynamic environments. - -## DATABASE OPERATIONS AND MANAGEMENT - -My projects have featured both relational and non-relational databases, in particular PostgreSQL and MongoDB. I also have experience with various methods of connecting these to front-end applications. - -# Education - -## BACHELORS OF ARTS, MUSIC - -Southern Methodist University, 2014 - 2017 - -Concentrations: Piano Performance, Music Composition, Music Theory - -Minor: French Language and Culture - -## SELF DIRECTED STUDY, WEB ENGINEERING - -2021 - present - -Codecademy Pro, Front End Engineer Career Path - -Concentrations: React, Redux, Express, PostgreSQL - -# Employment - -## SOFTWARE ENGINEER - -Dropper Studio | Nashville, TN -Mar 2023 - present -Relevant Duties: developing a full-stack web application for a client in the music industry. - -- Next.js -- tRPC, MongoDB -- Integrating additional services (Redis, S3) -- Networking and cloud management (on premise) -- UI/UX Design - -## FULL STACK ENGINEER, INTERN - -Dization, Inc | Pittsburgh, PA (remote) -Sept 2022 - Mar 2023 -Relevant Duties: contributing to the development of a full-stack enterprise resource planning application built using the LAMP stack hosted on AWS. - -- Enterprise Resource Planning -- AWS -- System Design -- UI/UX Design -- Database management - -## FULL STACK ENGINEER, INTERN -Dization, Inc | Pittsburgh, PA (remote) -Sept 2022 - present -Relevant Duties: contributing to the development of a full-stack enterprise resource planning application built using the LAMP stack hosted on AWS. - -Enterprise Resource Planning -AWS -System Design -UI/UX Design -Database management diff --git a/app/about/me/page.tsx b/app/about/me/page.tsx deleted file mode 100644 index 62bc58c..0000000 --- a/app/about/me/page.tsx +++ /dev/null @@ -1,41 +0,0 @@ -'use client'; -import { useState } from "react"; -import Software from "./software.mdx"; -import CompanyShowcase from "@/components/About/CompanyShowcase"; - -export default function AboutMe() { - const [selected, setSelected] = useState<'musician' | 'developer'>(); - - return ( -
- I have been writing software for about three years, and have produced valuable work for several - companies working in a variety of paradigms. -
- -Here are some traits that my supervisors have consistently praised:
-- I am a musician with a passion for creating beautiful, functional, and accessible music. - I have experience with the piano, guitar, and more. -
-