-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
79 lines (74 loc) · 1.77 KB
/
sample.json
File metadata and controls
79 lines (74 loc) · 1.77 KB
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
{
"heading": [
"Have you thought about trying",
"Maybe checkout",
"I think the best solution is",
"I've decided that you need to use",
"Drop what you know and try",
"But have you thought to use",
"Time to try the new FAANG tech.",
"Tell me if you've heard this one",
"Live a little and try",
"Google called. They said you need to use"
],
"response": [
"Already know those",
"Are you kidding? Give me a real solution",
"I need some more spice",
"I'm gonna act like I didn't see this",
"*yawn*"
],
"template": [
" the 'WTF' stack: @frontend, @backend, @database, and maybe @spice",
" @frontend, @backend, @database, and @spice for some spice or something like that!",
" @frontend, @backend, @database, and @spice without using stackoverflow"
],
"frontend": [
"Back to the basics with Vanilla Js",
"React",
"Angular (lol jk)",
"Vue.js",
"Ember.js",
"some old school jQuery",
"Semantic-UI",
"Backbone.js",
"Svelte",
"PHP",
"Typescript (for Jordan)"
],
"backend": [
"ExpressJs",
"Simply NodeJs",
"Python",
"Java",
"Go",
"C#",
"Rails",
"Laravel",
"Django",
"Flask",
"Spring Boot",
"Scala"
],
"database" : [
"MySQL",
"MongoDb",
"MariaDb",
"Redis",
"Elasticsearch",
"SQLite",
"Neo4j"
],
"spice" : [
"Hadoop",
"Kafka",
"AresDB",
"Docker",
"Sass",
"GraphQL",
"Redux",
"Ansible",
"Socket.IO",
"Bull"
]
}