refactor(portfolio): update skills data and remove awards/education sections

- Update skills data with additional frameworks and tools
- Remove AwardsSection and EducationSection components
- Update project documentation to reflect changes
This commit is contained in:
joyzhao
2025-06-15 15:43:27 +08:00
parent 720686751a
commit 22799c9d8a
6 changed files with 38 additions and 175 deletions

View File

@@ -68,25 +68,23 @@ export const skills = {
"Solidity",
],
frontendDevelopment: [
"Vue",
"Nuxtjs",
"React",
"Nextjs",
"Reactjs",
"React Native",
"Shadcn UI",
"PrimeVue",
"Naive-ui",
"Tailwind CSS",
"HTML",
"CSS",
],
backendDevelopment: ["Nodejs", "Expressjs"],
databaseAndStorage: ["PostgreSQL", "Drizzle (ORM)"],
cloudAndDevOps: ["AWS"],
backendDevelopment: ["Nodejs", "Expressjs", "Nestjs", "Fastify"],
databaseAndStorage: ["PostgreSQL", "MongoDB", "Drizzle (ORM)", "Mongoose", "Prisma"],
cloudAndDevOps: ["AWS", "Cloudflare", "Vercel"],
toolsAndServices: [
"Clerk (Auth)",
"Sanity (CMS)",
"Tinybird (analytics)",
"Zod",
"Sentry",
"Mixpanel",
"Trigger.dev",
"betterAuth",
"Clerk (Auth)",
],
};