content updates
This commit is contained in:
@@ -1,24 +1,42 @@
|
||||
import Link from "next/link";
|
||||
import Card from "../ui/Card";
|
||||
|
||||
const Experience = () => {
|
||||
export default function Experience() {
|
||||
return (
|
||||
<section className="w-full">
|
||||
<Card>
|
||||
<Link target="_blank" referrerPolicy="no-referrer" href="https://vertafore.com" className="uppercase text-2xl text-rose-600 hover:text-rose-400 active:text-rose-600">Vertafore</Link>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Software Engineer</p>
|
||||
<p className="dark:text-white">May 2024 - present</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
|
||||
<p className="dark:text-white leading-relaxed font-light">Building a dedicated tool for sound design professionals to browse, stream, and download from a large library of audio assets in an on-premise managed cloud solution.</p>
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<Link target="_blank" referrerPolicy="no-referrer" href="https://epicstockmedia.com" className="uppercase text-2xl text-rose-600 hover:text-rose-400 active:text-rose-600">Epic Stock Media</Link>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Software Engineer</p>
|
||||
<p className="dark:text-white">Dec 2023 - May 2024</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
|
||||
<p className="dark:text-white leading-relaxed font-light">Building a dedicated tool for sound design professionals to browse, stream, and download from a large library of audio assets in an on-premise managed cloud solution.</p>
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<Link target="_blank" referrerPolicy="no-referrer" href="https://dropper.studio" className="uppercase text-2xl text-rose-600 hover:text-rose-400 active:text-rose-600">Dropper Studio</Link>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Nashville, TN (hybrid) - Software Engineer</p>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Software Engineer</p>
|
||||
<p className="dark:text-white">March 2023 - present</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
|
||||
<p className="dark:text-white leading-relaxed font-light">Building a full-stack e-commerce platform for the music industry. Experience includes: producing a functional proof of concept from design specifications; constructing a scalable, performant full-stack architecture; and project/team management skills.</p>
|
||||
|
||||
<Link href="/about/work/dropper" className="text-rose-600 hover:text-rose-400 active:text-rose-300">Learn more about my work with Dropper</Link>
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<Link target="_blank" referrerPolicy="no-referrer" href="https://dization.com/" className="uppercase text-2xl text-rose-600 hover:text-rose-400 active:text-rose-600">Dization, Inc.</Link>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Pittsburgh, PA (remote) - Software Engineer (intern)</p>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Software Engineer (intern)</p>
|
||||
<p className="dark:text-white">October 2022 - March 2023</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
@@ -30,17 +48,13 @@ const Experience = () => {
|
||||
|
||||
<Card>
|
||||
<h3 className="uppercase text-2xl text-rose-600">Metazu Studio</h3>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Nashville, TN (hybrid) - Software Engineer (consultant)</p>
|
||||
<p className="font-light italic text-black dark:text-rose-300">Software Engineer (consultant)</p>
|
||||
<p className="dark:text-white">March 2022 - December 2022</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
|
||||
<p className="dark:text-white leading-relaxed font-light">Consulted on small teams for the design and engineering of full-stack web applications for clients. Used technologies including Node.js, React, MongoDB, and PostgreSQL.</p>
|
||||
</Card>
|
||||
|
||||
<Link href="/about/work" className="text-rose-300 hover:text-rose-500 active:text-rose-300 bg-slate-950 p-2 rounded-lg shadow-lg">See more about my experience</Link>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
export default Experience;
|
||||
|
||||
@@ -13,9 +13,9 @@ const Projects = () => (
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<h3 className="uppercase text-2xl text-rose-600">Recipin</h3>
|
||||
<h3 className="uppercase text-2xl text-rose-600">Unbinder</h3>
|
||||
<p className="font-light italic text-rose-300">October 2022 - present</p>
|
||||
<p className="text-rose-300">React, Express, TypeScript, PostgreSQL</p>
|
||||
<p className="text-rose-300">ASP.NET</p>
|
||||
|
||||
<div className="h-[1px] w-full my-3 bg-rose-600 dark:bg-rose-300" />
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ const Skills = () => (
|
||||
<div className="opacity-0 group-open:opacity-100 transition-opacity duration-500 flex flex-wrap">
|
||||
<Chip label="Typescript" href="https://github.com/innocuous-symmetry?tab=repositories&language=typescript" />
|
||||
<Chip label="React" href="https://github.com/innocuous-symmetry?tab=repositories&q=react" />
|
||||
<Chip label="AWS S3 SDK" />
|
||||
<Chip label="Next.js" />
|
||||
<Chip label="AWS S3 SDK" />
|
||||
<Chip label="tRPC" />
|
||||
<Chip label="React Query" />
|
||||
<Chip label="jQuery" />
|
||||
@@ -53,7 +53,6 @@ const Skills = () => (
|
||||
<div className="opacity-0 group-open:opacity-100 transition-opacity duration-500 flex flex-wrap">
|
||||
<Chip label="Micropython" href="https://github.com/innocuous-symmetry/picosynth" />
|
||||
<Chip label="Flask" />
|
||||
<Chip label="Flet" />
|
||||
</div>
|
||||
</details>
|
||||
</article>
|
||||
@@ -80,6 +79,7 @@ const Skills = () => (
|
||||
<RxChevronDown className="transition group-open:rotate-180" />
|
||||
</summary>
|
||||
<div className="opacity-0 group-open:opacity-100 transition-opacity duration-500 flex flex-wrap">
|
||||
<Chip label="Virtualization / Proxmox" />
|
||||
<Chip label="Docker" />
|
||||
<Chip label="Github Actions" />
|
||||
<Chip label="Git / Github" />
|
||||
@@ -125,24 +125,11 @@ const Skills = () => (
|
||||
<RxChevronDown className="transition group-open:rotate-180" />
|
||||
</summary>
|
||||
<div className="opacity-0 group-open:opacity-100 transition-opacity duration-500 flex flex-wrap">
|
||||
<Chip label="Ruby / Rails" />
|
||||
<Chip label="C# / ASP.NET" />
|
||||
<Chip label="Golang" />
|
||||
</div>
|
||||
</details>
|
||||
</article>
|
||||
|
||||
{/* <article className="mt-2">
|
||||
<details className="group">
|
||||
<summary className="flex items-center text-rose-600 dark:text-rose-300 uppercase tracking-wide text-lg mb-2 list-none">
|
||||
<p className="mr-2">Natural Language Processing</p>
|
||||
<RxChevronDown className="transition group-open:rotate-180" />
|
||||
</summary>
|
||||
<div className="opacity-0 group-open:opacity-100 transition-opacity duration-500 flex flex-wrap">
|
||||
<p className="py-0.5 px-2 bg-rose-900 rounded-xl m-0.5">NLPT</p>
|
||||
<p className="py-0.5 px-2 bg-rose-900 rounded-xl m-0.5">Spacy</p>
|
||||
</div>
|
||||
</details>
|
||||
</article> */}
|
||||
</div>
|
||||
|
||||
<details className="group bg-slate-400 dark:bg-slate-800 dark:bg-opacity-40 p-3 my-4 rounded-lg">
|
||||
|
||||
Reference in New Issue
Block a user