-
Notifications
You must be signed in to change notification settings - Fork 0
/
stacks.json
85 lines (85 loc) · 4.94 KB
/
stacks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{"key": "none", "name": "없음", "type": "other"},
{"key": "react", "name": "React.js", "type": "frontend"},
{"key": "vue", "name": "Vue.js", "type": "frontend"},
{"key": "next", "name": "Next.js", "type": "frontend"},
{"key": "svelte", "name": "SvelteKit", "type": "frontend"},
{"key": "angular", "name": "Angular", "type": "frontend"},
{"key": "django", "name": "Django", "type": "backend"},
{"key": "flask", "name": "Flask", "type": "backend"},
{"key": "rails", "name": "Ruby on Rails", "type": "backend"},
{"key": "spring", "name": "Spring Boot", "type": "backend"},
{"key": "express", "name": "Express.js", "type": "backend"},
{"key": "laravel", "name": "Laravel", "type": "backend"},
{"key": "s3", "name": "S3/Cloud Storage", "type": "devops"},
{"key": "go", "name": "Go Lang", "type": "backend"},
{"key": "ai", "name": "AI/ML (Tensorflow, PyTorch)", "type": "other"},
{"key": "kube", "name": "Kubernetes", "type": "devops"},
{"key": "jenkins", "name": "Jenkins CI", "type": "devops"},
{"key": "actions", "name": "Github Actions", "type": "devops"},
{"key": "spin", "name": "Spinnaker", "type": "devops"},
{"key": "graphite", "name": "Graphite", "type": "devops"},
{"key": "kafka", "name": "Kafka", "type": "backend"},
{"key": "docker", "name": "Docker", "type": "devops"},
{"key": "ansible", "name": "Ansible", "type": "devops"},
{"key": "terraform", "name": "Terraform", "type": "devops"},
{"key": "fast", "name": "FastAPI", "type": "backend"},
{"key": "redis", "name": "Redis", "type": "backend"},
{"key": "msa", "name": "MSA", "type": "backend"},
{"key": "java", "name": "Java", "type": "backend"},
{"key": "python", "name": "Python", "type": "backend"},
{"key": "jsts", "name": "JavaScript/TypeScript", "type": "frontend"},
{"key": "cpp", "name": "C/C++", "type": "backend"},
{"key": "csh", "name": "C#", "type": "backend"},
{"key": "ruby", "name": "Ruby", "type": "backend"},
{"key": "aws", "name": "AWS", "type": "devops"},
{"key": "gcp", "name": "GCP", "type": "devops"},
{"key": "elk", "name": "ELK Stack", "type": "devops"},
{"key": "elasticsearch", "name": "Elasticsearch", "type": "devops"},
{"key": "prom", "name": "Prometheus", "type": "devops"},
{"key": "grafana", "name": "Grafana", "type": "devops"},
{"key": "celery", "name": "Celery", "type": "backend"},
{"key": "nginx", "name": "Nginx", "type": "devops"},
{"key": "cdn", "name": "CDN (CloudFront)", "type": "devops"},
{"key": "nest", "name": "Nest.JS", "type": "backend"},
{"key": "zustand", "name": "Zustand", "type": "frontend"},
{"key": "tailwind", "name": "Tailwind CSS", "type": "frontend"},
{"key": "bootstrap", "name": "Bootstrap", "type": "frontend"},
{"key": "postgre", "name": "PostgreSQL", "type": "backend"},
{"key": "mysql", "name": "MySQL", "type": "backend"},
{"key": "mongo", "name": "MongoDB", "type": "backend"},
{"key": "node", "name": "Node.js", "type": "backend"},
{"key": "apollo", "name": "Apollo GraphQL", "type": "backend"},
{"key": "graphql", "name": "GraphQL", "type": "backend"},
{"key": "redux", "name": "Redux", "type": "frontend"},
{"key": "mobx", "name": "MobX", "type": "frontend"},
{"key": "vuex", "name": "Vuex", "type": "frontend"},
{"key": "jest", "name": "Jest", "type": "frontend"},
{"key": "mocha", "name": "Mocha", "type": "frontend"},
{"key": "cypress", "name": "Cypress", "type": "frontend"},
{"key": "traefik", "name": "Traefik", "type": "devops"},
{"key": "selenium", "name": "Selenium", "type": "other"},
{"key": "grpc", "name": "gRPC", "type": "other"},
{"key": "compose", "name": "Docker Compose", "type":"devops"},
{"key": "swarm", "name": "Docker Swarm", "type":"devops"},
{"key": "rn", "name": "React Native", "type":"frontend"},
{"key": "flutter", "name": "Flutter", "type": "frontend"},
{"key": "figma", "name": "Figma", "type": "other"},
{"key": "zeplin", "name": "Zeplin", "type": "other"},
{"key": "nx", "name": "NX", "type": "frontend"},
{"key": "shad", "name": "Shadcn/ui", "type": "frontend"},
{"key": "turbo", "name": "Turborepo", "type": "frontend"},
{"key": "lerna", "name": "Lerna", "type": "frontend"},
{"key": "chrom", "name": "Chromatic", "type": "frontend"},
{"key": "pw", "name": "PlayWright", "type": "frontend"},
{"key": "story", "name": "Storybook", "type": "frontend"},
{"key": "vite", "name": "Vite", "type": "frontend"},
{"key": "vitest", "name": "Vitest", "type": "frontend"},
{"key": "k6", "name": "K6", "type": "other"},
{"key": "locust", "name": "Locust", "type": "other"},
{"key": "jmeter", "name": "JMeter", "type": "other"},
{"key": "postman", "name": "Postman", "type": "other"},
{"key": "insomnia", "name": "Insomnia", "type": "other"},
{"key": "rtl", "name": "React Testing Library", "type": "frontend"},
{"key": "rabbit", "name": "RabbitMQ", "type": "devops"}
]