@@ -20,6 +20,46 @@ export type Technology = {
2020} ;
2121
2222export const technologies : Technology [ ] = [
23+ {
24+ id : 'ai' ,
25+ icon : 'cpu' ,
26+ title : 'AI / Machine Learning & Data' ,
27+ tags : [
28+ 'AI Engineer' ,
29+ 'Machine Learning' ,
30+ 'Data Science' ,
31+ 'Python' ,
32+ 'Model Training & Deployment' ,
33+ 'NLP / LLMs' ,
34+ 'Predictive Analytics' ,
35+ ] ,
36+ } ,
37+ {
38+ id : 'devops' ,
39+ icon : 'gear' ,
40+ title : 'DevOps & Automation' ,
41+ tags : [
42+ 'Terraform' ,
43+ 'Docker' ,
44+ 'Kubernetes' ,
45+ 'CI/CD Pipelines (GitHub Actions, Azure DevOps, GitLab CI)' ,
46+ 'Kafka' ,
47+ 'Infrastructure as Code (IaC)' ,
48+ 'Monitoring & Logging (Prometheus, Grafana)' ,
49+ ] ,
50+ } ,
51+ {
52+ id : 'cloud' ,
53+ icon : 'cloud' ,
54+ title : 'Cloud Technologies' ,
55+ tags : [
56+ 'AWS' ,
57+ 'Microsoft Azure' ,
58+ 'Google Cloud Platform (GCP)' ,
59+ 'Serverless (Lambda / Azure Functions / Cloud Functions)' ,
60+ 'Cloud Architecture & Migration' ,
61+ ] ,
62+ } ,
2363 {
2464 id : 'frontend' ,
2565 icon : 'code' ,
@@ -61,6 +101,42 @@ export const technologies: Technology[] = [
61101 'Microservices Architecture' ,
62102 ] ,
63103 } ,
104+ {
105+ id : 'java' ,
106+ icon : 'java' ,
107+ title : 'Java Technology Stack' ,
108+ tags : [
109+ 'Core Java (Java 8+)' ,
110+ 'Spring' ,
111+ 'Spring Boot' ,
112+ 'Spring MVC' ,
113+ 'Spring Security' ,
114+ 'Spring Cloud' ,
115+ 'Hibernate / JPA' ,
116+ 'REST APIs' ,
117+ 'Microservices Architecture' ,
118+ 'Kafka / RabbitMQ' ,
119+ 'Maven / Gradle' ,
120+ 'JUnit / Mockito' ,
121+ 'JDBC' ,
122+ 'Docker (Java Apps)' ,
123+ 'Kubernetes (Spring Boot)' ,
124+ 'OAuth2 / JWT' ,
125+ ] ,
126+ } ,
127+ {
128+ id : 'security' ,
129+ icon : 'shield' ,
130+ title : 'Cybersecurity & AppSec' ,
131+ tags : [
132+ 'Application Security' ,
133+ 'API Security' ,
134+ 'OWASP Top 10' ,
135+ 'Secure Code Review' ,
136+ 'Vulnerability Assessment' ,
137+ 'Cloud Security' ,
138+ ] ,
139+ } ,
64140 {
65141 id : 'databases' ,
66142 icon : 'database' ,
@@ -77,32 +153,6 @@ export const technologies: Technology[] = [
77153 'Data Modeling & Optimization' ,
78154 ] ,
79155 } ,
80- {
81- id : 'cloud' ,
82- icon : 'cloud' ,
83- title : 'Cloud Technologies' ,
84- tags : [
85- 'AWS' ,
86- 'Microsoft Azure' ,
87- 'Google Cloud Platform (GCP)' ,
88- 'Serverless (Lambda / Azure Functions / Cloud Functions)' ,
89- 'Cloud Architecture & Migration' ,
90- ] ,
91- } ,
92- {
93- id : 'devops' ,
94- icon : 'gear' ,
95- title : 'DevOps & Automation' ,
96- tags : [
97- 'Terraform' ,
98- 'Docker' ,
99- 'Kubernetes' ,
100- 'CI/CD Pipelines (GitHub Actions, Azure DevOps, GitLab CI)' ,
101- 'Kafka' ,
102- 'Infrastructure as Code (IaC)' ,
103- 'Monitoring & Logging (Prometheus, Grafana)' ,
104- ] ,
105- } ,
106156 {
107157 id : 'testing' ,
108158 icon : 'test' ,
@@ -119,20 +169,6 @@ export const technologies: Technology[] = [
119169 'API Automation' ,
120170 ] ,
121171 } ,
122- {
123- id : 'ai' ,
124- icon : 'cpu' ,
125- title : 'AI / Machine Learning & Data' ,
126- tags : [
127- 'AI Engineer' ,
128- 'Machine Learning' ,
129- 'Data Science' ,
130- 'Python' ,
131- 'Model Training & Deployment' ,
132- 'NLP / LLMs' ,
133- 'Predictive Analytics' ,
134- ] ,
135- } ,
136172 {
137173 id : 'analytics' ,
138174 icon : 'chart' ,
@@ -145,19 +181,6 @@ export const technologies: Technology[] = [
145181 'Performance Monitoring' ,
146182 ] ,
147183 } ,
148- {
149- id : 'security' ,
150- icon : 'shield' ,
151- title : 'Cybersecurity & AppSec' ,
152- tags : [
153- 'Application Security' ,
154- 'API Security' ,
155- 'OWASP Top 10' ,
156- 'Secure Code Review' ,
157- 'Vulnerability Assessment' ,
158- 'Cloud Security' ,
159- ] ,
160- } ,
161184 {
162185 id : 'crm' ,
163186 icon : 'crm' ,
@@ -173,27 +196,4 @@ export const technologies: Technology[] = [
173196 'Custom CRM Solutions' ,
174197 ] ,
175198 } ,
176- {
177- id : 'java' ,
178- icon : 'java' ,
179- title : 'Java Technology Stack' ,
180- tags : [
181- 'Core Java (Java 8+)' ,
182- 'Spring' ,
183- 'Spring Boot' ,
184- 'Spring MVC' ,
185- 'Spring Security' ,
186- 'Spring Cloud' ,
187- 'Hibernate / JPA' ,
188- 'REST APIs' ,
189- 'Microservices Architecture' ,
190- 'Kafka / RabbitMQ' ,
191- 'Maven / Gradle' ,
192- 'JUnit / Mockito' ,
193- 'JDBC' ,
194- 'Docker (Java Apps)' ,
195- 'Kubernetes (Spring Boot)' ,
196- 'OAuth2 / JWT' ,
197- ] ,
198- } ,
199199] ;
0 commit comments