@@ -72,18 +72,18 @@ const SkillsData = {
72
72
items : [ {
73
73
name : "Python" ,
74
74
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/"
81
81
} , {
82
82
name : "ReactJs" ,
83
83
link : "https://reactjs.org/"
84
- } , {
85
- name : "Microservices" ,
86
- link : "https://microservices.io/"
84
+ // }, {
85
+ // name: "Microservices",
86
+ // link: "https://microservices.io/"
87
87
} , ] ,
88
88
} ,
89
89
database : {
@@ -105,91 +105,91 @@ const SkillsData = {
105
105
name : "AWS" ,
106
106
link : "https://aws.amazon.com/"
107
107
} , {
108
- name : "Docker" ,
109
- link : "https://www.docker.com/"
110
- } , {
108
+ // name: "Docker",
109
+ // link: "https://www.docker.com/"
110
+ // }, {
111
111
name : "Kubernetes" ,
112
112
link : "https://kubernetes.io"
113
- } , {
114
- name : "Helm" ,
115
- link : "https://helm.sh/"
113
+ // }, {
114
+ // name: "Helm",
115
+ // link: "https://helm.sh/"
116
116
} , {
117
117
name : "CICD" ,
118
118
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"
125
125
} ] ,
126
126
} ,
127
127
tools : {
128
128
name : "Tools" ,
129
129
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
+ // }, {
151
151
name : "GitHub" ,
152
152
link : "https://github.com/"
153
153
} , ] ,
154
154
} ,
155
155
others : {
156
156
name : "Others" ,
157
157
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
+ // }, {
185
185
name : "Terraform" ,
186
186
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/"
193
193
} ] ,
194
194
}
195
195
}
0 commit comments