|
| 1 | +var skills = [ |
| 2 | + {id: "python", label: "Python"}, |
| 3 | + {id: "javascript", label: "JavaScript"}, |
| 4 | + {id: "java", label: "Java"}, |
| 5 | + {id: "c++", label: "C++"}, |
| 6 | + {id: "html", label: "HTML"}, |
| 7 | + {id: "css", label: "CSS"}, |
| 8 | + {id: "react", label: "React"}, |
| 9 | + {id: "node.js", label: "Node.js"}, |
| 10 | + {id: "django", label: "Django"}, |
| 11 | + {id: "flask", label: "Flask"}, |
| 12 | + {id: "sql", label: "SQL"}, |
| 13 | + {id: "mongodb", label: "MongoDB"}, |
| 14 | + {id: "aws", label: "AWS"}, |
| 15 | + {id: "docker", label: "Docker"}, |
| 16 | + {id: "kubernetes", label: "Kubernetes"}, |
| 17 | + {id: "git", label: "Git"}, |
| 18 | + {id: "c#", label: "C#"}, |
| 19 | + {id: "ruby", label: "Ruby"}, |
| 20 | + {id: "php", label: "PHP"}, |
| 21 | + {id: "go", label: "Go"}, |
| 22 | + {id: "swift", label: "Swift"}, |
| 23 | + {id: "typescript", label: "TypeScript"}, |
| 24 | + {id: "angular", label: "Angular"}, |
| 25 | + {id: "vue.js", label: "Vue.js"}, |
| 26 | + {id: "spring", label: "Spring"}, |
| 27 | + {id: "flutter", label: "Flutter"}, |
| 28 | + {id: "tensorflow", label: "TensorFlow"}, |
| 29 | + {id: "pytorch", label: "PyTorch"}, |
| 30 | + {id: "data science", label: "Data Science"}, |
| 31 | + {id: "machine learning", label: "Machine Learning"}, |
| 32 | + {id: "artificial intelligence", label: "Artificial Intelligence"}, |
| 33 | + {id: "devops", label: "DevOps"}, |
| 34 | + {id: "cybersecurity", label: "Cybersecurity"}, |
| 35 | + {id: "blockchain", label: "Blockchain"}, |
| 36 | + {id: "ui/ux design", label: "UI/UX Design"}, |
| 37 | + {id: "game development", label: "Game Development"}, |
| 38 | + {id: "ci/cd", label: "CI/CD"}, |
| 39 | + {id: "restapi", label: "REST API"}, |
| 40 | + {id: "graphql", label: "GraphQL"}, |
| 41 | +]; |
0 commit comments