-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
81 lines (70 loc) · 3.59 KB
/
config.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
{
"database": {
"collections": {
"projects": [
{
"_id": 0,
"name": "Bacon Bit",
"link": "https://github.com/Shaylin-8bit/Bacon-Bit",
"image": "C.png"
},
{
"_id": 1,
"name": "Game of Life",
"link": "https://github.com/Shaylin-8bit/Conways-Game-of-Life",
"image": "Raylib.png"
},
{
"_id": 2,
"name": "Portfolio Website",
"link": "https://github.com/Shaylin-8bit/website/tree/new-theme",
"image": "Node.js.png"
},
{
"_id": 3,
"name": "PN Discord Bot",
"link": "https://github.com/Shaylin-8bit/ProjectNU-Bot",
"image": "Project Nu.png"
},
{
"_id": 4,
"name": "AOC 2021",
"link": "https://github.com/Shaylin-8bit/advent-of-code",
"image": "Python 3.png"
}
],
"posts": [
],
"config": [
{
"_id": "password",
"val": "$2b$10$hnKRinK7S7m3R4XWJOAti.S.H5A/FrXhKWO6SaKVAnMZCNegfkkaS"
},
{
"_id": "name",
"val": "Malakai \"Shaylin\" C."
},
{
"_id": "bio",
"val": [
"I am a self taught open source web developer and computer programmer with about two and a half years of experience. I started my journey in early 2020 when I found Codecademy and began diving into programming. Since then I’ve gained experience across a variety of languages including C, C++, Python, and JS.",
"Shortly after starting my journey, I joined Codecademy’s community forums and began helping other learners there. I joined the volunteer Super User team in March of 2020 and gained more experience working with the volunteer staff there. I eventually joined the Codecademy Discord’s moderation team, and helped to develop the moderation and utility bot used there.",
"After Skillsoft purchased Codecademy, community goals no longer quite lined up, and myself and several other members of the community team left to form the Project Nu community, an entirely free platform designed as a friendly place for programmers of all levels to share and gain knowledge.",
"Currently I am continuing to expand my knowledge of the web as I seek to start a career in programming. I also pursue my desire to work at a low level by studying C and x86 assembly, along with the theories behind kernels and operating systems."
]
},
{
"_id": "miniBio",
"val": "Self taught computer programmer and full stack web developer, with a passion for expanding my knowledge and applying it."
},
{
"_id": "quote",
"val": {
"content": "“Happy is the man that findeth wisdom, and the man that getteth understanding.”",
"source": "Proverbs 3:13 KJV"
}
}
]
}
}
}