fix: timeline + softare project

This commit is contained in:
Damien 2025-02-28 02:16:13 -05:00
parent 58528f3591
commit 113fe86c66
3 changed files with 16 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import ThemeRegistry from '@/components/ThemeRegistry/ThemeRegistry'
export const metadata = {
title: 'd4m13n.dev',
description: 'Next.js App Router + Material UI v5 Starter Template'
description: 'd4m13n.dev - Software Engineer'
}
const DRAWER_WIDTH = 240

View File

@ -28,7 +28,7 @@ const projects: Project[] = [
id: '3',
title: 'Art Comissions SAS Application',
description: 'This is a SAS solution to provide a platform for artists to sell their artwork without any third parties moderating your content. The platform has a administrator role that is responsible for managing the comission taken by the website from sales and approve applications to become artists. The artists are able to design their own page and customize a white label store. The artists are able to set a maximum amount of open requests that can exist to prevent from request spam/scamming. There is also a process in place for agreeing on the terms of the comission, once agreed upon the money is released, and the artist must upload the content.',
technologies: ['.NET', 'Stripe', 'Novu', 'OpenAPI', 'PosgreSQL', 'Auth0', 'Entity Framework', 'NextJS', 'Material UI'],
technologies: ['.NET', 'Stripe', 'Novu', 'OpenAPI', 'PosgreSQL', 'Auth0', 'Entity Framework', 'NextJS', 'Material UI', 'Kubernetes', 'ArgoCD', 'GitOps'],
images: [],
repositories: [
{ name: 'Backend Gitea Source', url: 'https://git.d4m13n.dev/damien/comissions-app-core-api' },

View File

@ -18,6 +18,20 @@ const timelineData: TimelineItemData[] = [
},
{
id: 'timeline-2',
date: '2021',
title: 'Full Stack Developer',
description: 'Developed a prototype and MVP for a small startup. Was responsible for working with people from all around the world on a extremely tight budget with limited time availbility for everyone. The solution ran several registry edit scripts along with other known fixes to inscrease FPS while gaming and generally lower load on your PC. On average we saw a 35% increase in FPS and around 300,000 users in the Discord by the time I left. The application consisted of a web application and a desktop application with a custom URL protocol to send commands when needed.',
items: [
{
id: 'masonry-2-1',
type: 'text',
content: 'Skills: .NET, React, NextJS, Github Actions, CI/CD, Obfuscation, WPF',
width: 100
},
]
},
{
id: 'timeline-2.5',
date: '2020',
title: 'Advanced Platform Developer',
description: 'Developed and maintained widely-used WordPress plugins, writing PHP code, addressing bugs, deploying features, and managing releases. Built new software interfaces and API gateways, along with some new features on top of an existing Digital Rights Management (DRM) system built with legacy .NET technologies. Developed and supported a microservices-based data discovery and classification solution with a Angular + JQuery frontend. Authored development blogs and interviewed fellow developers to highlight their work, insights, and technical contributions.',