Skip to content

Commit

Permalink
refactor: update resume skills
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Jan 9, 2025
1 parent 44775bb commit 5edce98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/resume/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default async function ResumePage(): Promise<ReactElement> {
<ul className="mb-2 list-disc space-y-1 pl-4 text-sm">
{resume.projects.map(project => (
<li key={project.name}>
<strong>{project.name}</strong> {project.description}.
<strong>{project.name}</strong> {project.description}
</li>
))}
</ul>
Expand Down
15 changes: 9 additions & 6 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,23 @@
"Docker",
"Jotai",
"MDX",
"Recoil",
"Redux",
"Vitest",
"memcached",
"Deno",
"Bun",
"redis",
"pino",
"vite",
"rollup",
"Electron",
"Vue",
"Pinia",
"Zod",
"Prisma",
"GraphQL",
"Express",
"Jest",
"Node",
"AWS (S3, CloudFront, Route 53, SES)",
"Webpack",
"Saas",
"nginx",
"Java",
"C#",
Expand All @@ -59,7 +60,9 @@
"MySQL",
"PostgreSQL",
"Sass",
"Storybook"
"Storybook",
"Phaser",
"Colyseus"
],
"experience": [
{
Expand Down

0 comments on commit 5edce98

Please sign in to comment.