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:
@@ -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)",
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user