Skip to content

Commit b274b4f

Browse files
committed
remove skills
1 parent 29527b0 commit b274b4f

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

src/data.ts

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ const SkillsData = {
7272
items: [{
7373
name: "Python",
7474
link: "https://www.python.org/"
75-
}, {
76-
name: "Django",
77-
link: "https://www.djangoproject.com/"
78-
}, {
79-
name: "Redux",
80-
link: "https://redux.js.org/"
75+
// }, {
76+
// name: "Django",
77+
// link: "https://www.djangoproject.com/"
78+
// }, {
79+
// name: "Redux",
80+
// link: "https://redux.js.org/"
8181
}, {
8282
name: "ReactJs",
8383
link: "https://reactjs.org/"
84-
}, {
85-
name: "Microservices",
86-
link: "https://microservices.io/"
84+
// }, {
85+
// name: "Microservices",
86+
// link: "https://microservices.io/"
8787
},],
8888
},
8989
database: {
@@ -105,91 +105,91 @@ const SkillsData = {
105105
name: "AWS",
106106
link: "https://aws.amazon.com/"
107107
}, {
108-
name: "Docker",
109-
link: "https://www.docker.com/"
110-
}, {
108+
// name: "Docker",
109+
// link: "https://www.docker.com/"
110+
// }, {
111111
name: "Kubernetes",
112112
link: "https://kubernetes.io"
113-
}, {
114-
name: "Helm",
115-
link: "https://helm.sh/"
113+
// }, {
114+
// name: "Helm",
115+
// link: "https://helm.sh/"
116116
}, {
117117
name: "CICD",
118118
link: "https://en.wikipedia.org/wiki/CI/CD"
119-
}, {
120-
name: "EC2",
121-
link: "https://aws.amazon.com/ec2/"
122-
}, {
123-
name: "Linux",
124-
link: "https://vi.wikipedia.org/wiki/Linux"
119+
// }, {
120+
// name: "EC2",
121+
// link: "https://aws.amazon.com/ec2/"
122+
// }, {
123+
// name: "Linux",
124+
// link: "https://vi.wikipedia.org/wiki/Linux"
125125
}],
126126
},
127127
tools: {
128128
name: "Tools",
129129
items: [{
130-
name: "VisualCode",
131-
link: "https://code.visualstudio.com/"
132-
}, {
133-
name: "Postman",
134-
link: "https://www.postman.com/"
135-
}, {
136-
name: "Lens",
137-
link: "https://k8slens.dev/"
138-
}, {
139-
name: "Figma",
140-
link: "https://www.figma.com/"
141-
}, {
142-
name: "Bitbucket",
143-
link: "https://bitbucket.org"
144-
}, {
145-
name: "FileZilla",
146-
link: "https://filezilla-project.org/"
147-
}, {
148-
name: "SSH",
149-
link: "https://en.wikipedia.org/wiki/Secure_Shell"
150-
}, {
130+
// name: "VisualCode",
131+
// link: "https://code.visualstudio.com/"
132+
// }, {
133+
// name: "Postman",
134+
// link: "https://www.postman.com/"
135+
// }, {
136+
// name: "Lens",
137+
// link: "https://k8slens.dev/"
138+
// }, {
139+
// name: "Figma",
140+
// link: "https://www.figma.com/"
141+
// }, {
142+
// name: "Bitbucket",
143+
// link: "https://bitbucket.org"
144+
// }, {
145+
// name: "FileZilla",
146+
// link: "https://filezilla-project.org/"
147+
// }, {
148+
// name: "SSH",
149+
// link: "https://en.wikipedia.org/wiki/Secure_Shell"
150+
// }, {
151151
name: "GitHub",
152152
link: "https://github.com/"
153153
},],
154154
},
155155
others: {
156156
name: "Others",
157157
items: [{
158-
name: "Heroku",
159-
link: "https://www.heroku.com/"
160-
}, {
161-
name: "SpringBoot",
162-
link: "https://spring.io/projects/spring-boot"
163-
}, {
164-
name: "AzureFunction",
165-
link: "https://azure.microsoft.com/en-us/products/functions/"
166-
}, {
167-
name: "NestJs",
168-
link: "https://nestjs.com/"
169-
}, {
170-
name: "ECR",
171-
link: "https://aws.amazon.com/ecr/"
172-
}, {
173-
name: "OperatingSystem",
174-
link: "https://en.wikipedia.org/wiki/Operating_system"
175-
}, {
176-
name: "ShellScript",
177-
link: "https://www.shellscript.sh/"
178-
}, {
179-
name: "GitActions",
180-
link: "https://github.com/features/actions"
181-
}, {
182-
name: "PlayFab",
183-
link: "https://playfab.com/"
184-
}, {
158+
// name: "Heroku",
159+
// link: "https://www.heroku.com/"
160+
// }, {
161+
// name: "SpringBoot",
162+
// link: "https://spring.io/projects/spring-boot"
163+
// }, {
164+
// name: "AzureFunction",
165+
// link: "https://azure.microsoft.com/en-us/products/functions/"
166+
// }, {
167+
// name: "NestJs",
168+
// link: "https://nestjs.com/"
169+
// }, {
170+
// name: "ECR",
171+
// link: "https://aws.amazon.com/ecr/"
172+
// }, {
173+
// name: "OperatingSystem",
174+
// link: "https://en.wikipedia.org/wiki/Operating_system"
175+
// }, {
176+
// name: "ShellScript",
177+
// link: "https://www.shellscript.sh/"
178+
// }, {
179+
// name: "GitActions",
180+
// link: "https://github.com/features/actions"
181+
// }, {
182+
// name: "PlayFab",
183+
// link: "https://playfab.com/"
184+
// }, {
185185
name: "Terraform",
186186
link: "https://www.terraform.io/"
187-
}, {
188-
name: "Velero",
189-
link: "https://velero.io/"
190-
}, {
191-
name: "Scrapy",
192-
link: "https://scrapy.org/"
187+
// }, {
188+
// name: "Velero",
189+
// link: "https://velero.io/"
190+
// }, {
191+
// name: "Scrapy",
192+
// link: "https://scrapy.org/"
193193
}],
194194
}
195195
}

0 commit comments

Comments
 (0)