-
Notifications
You must be signed in to change notification settings - Fork 5
/
stacks.json
44 lines (44 loc) ยท 1.5 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
[
{
"name": "React & React Native",
"image": "react.png",
"skill": 90,
"color": "#52C1DE",
"description": "์์ด๋์ด๊ฐ ๋ ์ค๋ฅด๋ฉด ๋ฐ๋ก ๊ตฌํํด ๋ผ ์ ์์ต๋๋ค. Hooks๋ฅผ ์ฌ์ฉํด์ ๊น๋ํ ์ฝ๋๋ฅผ (๋ณดํต ํ์
์คํฌ๋ฆฝํธ๋ก) ์์ฑํฉ๋๋ค."
},
{
"name": "Vue.js",
"image": "vue.svg",
"skill": 85,
"color": "#42b883",
"description": "์ ๊ฐ ์ ์ผ ์ฒ์์ผ๋ก ์ ํ ํ๋ก ํธ์๋ ํ๋ ์์ํฌ๋ก, Vuex์ Vue Router๋ก SPA ์ฑ์ ๋๋ฑ ๋ง๋ค ์ ์์ต๋๋ค."
},
{
"name": "Next.js",
"image": "next-js.svg",
"skill": 65,
"color": "#0070f3",
"description": "์๋ฒ ์ฌ์ด๋์์ ๋ ๋๋ง๋๋ ๋ฆฌ์กํธ ์ฑ์, ๊ฒฝ์ฐ์ ๋ฐ๋ผ API ๋ผ์ฐํธ๋ฅผ ํฌํจํ์ฌ ๋ง๋ค ์ ์์ต๋๋ค."
},
{
"name": "NestJS",
"image": "nestjs.png",
"skill": 20,
"color": "#E0234E",
"description": "์ต๊ทค๋ฌ์ ๊ตฌ์กฐ๋ฅผ ์ง๋๊ณ , ํ์
์คํฌ๋ฆฝํธ๋ฅผ ์ง์ํ๋ค๋ ์ ์ด ๋ง์์ ๋ค์ด์ ๊ณต๋ถํ๊ณ ์์ต๋๋ค."
},
{
"name": "Express",
"image": "express.svg",
"skill": 75,
"color": "#68A063",
"description": "MongoDB๋ Firebase๋ฅผ ์ฌ์ฉํ๋ API ์๋ฒ๋ฅผ ์ ์ํ ์ ์์ต๋๋ค."
},
{
"name": "Flask & Sanic",
"image": "flask.svg",
"skill": 85,
"color": "#424242",
"description": "๋น ๋ฅด๊ณ ์์ ๋กญ๊ฒ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ต๊ทผ์๋ AsyncIO๋ฅผ ์ฌ์ฉํ๋ฉด์๋ Flask์ ์ ์ฌํ ๋ฌธ๋ฒ์ ์ฌ์ฉํ๋ Sanic์ ์ฌ์ฉํฉ๋๋ค."
}
]