refactor: remove experience section and related data
Clean up unused experience section from UI and remove associated data
This commit is contained in:
126
src/lib/data.ts
126
src/lib/data.ts
@@ -6,85 +6,33 @@ export const personalInfo = {
|
||||
linkedin: "https://www.linkedin.com/in/rishikeshs/",
|
||||
};
|
||||
|
||||
export const workExperience = [
|
||||
{
|
||||
company: "work.chatbyte.company",
|
||||
location: "work.chatbyte.location",
|
||||
position: "work.chatbyte.position",
|
||||
period: "work.chatbyte.period",
|
||||
achievements: [
|
||||
"work.chatbyte.achievements.0",
|
||||
"work.chatbyte.achievements.1",
|
||||
"work.chatbyte.achievements.2",
|
||||
"work.chatbyte.achievements.3",
|
||||
"work.chatbyte.achievements.4",
|
||||
"work.chatbyte.achievements.5",
|
||||
"work.chatbyte.achievements.6",
|
||||
],
|
||||
},
|
||||
{
|
||||
company: "work.devcrew.company",
|
||||
location: "work.devcrew.location",
|
||||
position: "work.devcrew.position",
|
||||
period: "work.devcrew.period",
|
||||
achievements: [
|
||||
"work.devcrew.achievements.0",
|
||||
"work.devcrew.achievements.1",
|
||||
],
|
||||
},
|
||||
{
|
||||
company: "work.phoenitags.company",
|
||||
location: "work.phoenitags.location",
|
||||
position: "work.phoenitags.position",
|
||||
period: "work.phoenitags.period",
|
||||
achievements: [
|
||||
"work.phoenitags.achievements.0",
|
||||
"work.phoenitags.achievements.1",
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export const education = [
|
||||
{
|
||||
institution: "education.skcet.institution",
|
||||
location: "education.skcet.location",
|
||||
degree: "education.skcet.degree",
|
||||
period: "education.skcet.period",
|
||||
achievements: [
|
||||
"education.skcet.achievements.0",
|
||||
"education.skcet.achievements.1",
|
||||
"education.skcet.achievements.2",
|
||||
"education.skcet.achievements.3",
|
||||
],
|
||||
},
|
||||
];
|
||||
export const skills = {
|
||||
programmingLanguages: [
|
||||
"TypeScript",
|
||||
"JavaScript",
|
||||
"Python",
|
||||
"C++",
|
||||
"Java",
|
||||
"Solidity",
|
||||
"React",
|
||||
"Vue",
|
||||
"微信小程序",
|
||||
"UniApp",
|
||||
],
|
||||
frontendDevelopment: [
|
||||
"Vue",
|
||||
"Nuxtjs",
|
||||
"React",
|
||||
"Nextjs",
|
||||
"NuxtJs",
|
||||
"NextJs",
|
||||
"React Native",
|
||||
"Shadcn UI",
|
||||
"PrimeVue",
|
||||
"Naive-ui",
|
||||
"Naive-UI",
|
||||
"Tailwind CSS",
|
||||
],
|
||||
backendDevelopment: ["Nodejs", "Expressjs", "Nestjs", "Fastify"],
|
||||
backendDevelopment: ["NodeJs", "ExpressJs", "NestJs", "FastifyJs", "HonoJs"],
|
||||
databaseAndStorage: ["PostgreSQL", "MongoDB", "Drizzle (ORM)", "Mongoose", "Prisma"],
|
||||
cloudAndDevOps: ["AWS", "Cloudflare", "Vercel"],
|
||||
toolsAndServices: [
|
||||
"Zod",
|
||||
"betterAuth",
|
||||
"BetterAuth",
|
||||
"Clerk (Auth)",
|
||||
"GitLab",
|
||||
"CI/CD"
|
||||
],
|
||||
};
|
||||
|
||||
@@ -112,55 +60,3 @@ export const projects = [
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export const awards = [
|
||||
{
|
||||
name: "awards.ieeeYesist12.name",
|
||||
issuer: "awards.ieeeYesist12.issuer",
|
||||
date: "Sep 2022",
|
||||
type: "awards.type.international",
|
||||
position: "awards.ieeeYesist12.position",
|
||||
},
|
||||
{
|
||||
name: "awards.prodigiCognizant.name",
|
||||
issuer: "awards.prodigiCognizant.issuer",
|
||||
date: "Feb 2023",
|
||||
type: "awards.type.national",
|
||||
position: "awards.prodigiCognizant.position",
|
||||
},
|
||||
{
|
||||
name: "awards.ciscoThingqbator.name",
|
||||
issuer: "awards.ciscoThingqbator.issuer",
|
||||
date: "Jan 2023",
|
||||
type: "awards.type.national",
|
||||
position: "awards.ciscoThingqbator.position",
|
||||
},
|
||||
{
|
||||
name: "awards.innovatorsDay.name",
|
||||
issuer: "awards.innovatorsDay.issuer",
|
||||
date: "Sep 2022",
|
||||
type: "awards.type.national",
|
||||
position: "awards.innovatorsDay.position",
|
||||
},
|
||||
{
|
||||
name: "awards.kgHackfest22.name",
|
||||
issuer: "awards.kgHackfest22.issuer",
|
||||
date: "Sep 2022",
|
||||
type: "awards.type.national",
|
||||
position: "awards.kgHackfest22.position",
|
||||
},
|
||||
{
|
||||
name: "awards.innohacks22.name",
|
||||
issuer: "awards.innohacks22.issuer",
|
||||
date: "May 2022",
|
||||
type: "awards.type.national",
|
||||
position: "awards.innohacks22.position",
|
||||
},
|
||||
{
|
||||
name: "awards.hackAtSkcet.name",
|
||||
issuer: "awards.hackAtSkcet.issuer",
|
||||
date: "Feb 2022",
|
||||
type: "awards.type.national",
|
||||
position: "awards.hackAtSkcet.position",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user