-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.ts
21 lines (21 loc) · 958 Bytes
/
sample.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { AboutCard } from "./components/page/About";
export const AboutData: AboutCard[] = [
{
title: "Frontend",
content:
"Creating dynamic, user-friendly, and visually appealing web experiences. I excel at writing clean, efficient code to build responsive and accessible interfaces.",
tools: "ReactJs, NextJs, Tailwindcss, SveltKit.",
},
{
title: "Backend",
content:
"Build robust, scalable, and efficient server-side applications. I specialize in creating secure APIs, managing databases, and optimizing performance to support seamless functionality.",
tools: "ExpressJs, Django, Serverless.",
},
{
title: "Devops",
content:
"Passionate about streamlining workflows and ensuring efficient, scalable deployments. I specialize in automation, CI/CD pipelines, and infrastructure management to enhance development and operations",
tools: "Docker, Kubenetes , GithubAction.",
},
];