forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaintainers.json
More file actions
135 lines (135 loc) · 4.25 KB
/
maintainers.json
File metadata and controls
135 lines (135 loc) · 4.25 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"github_username": "behrtam",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
},
{
"github_username": "Dog",
"alumnus": false,
"show_on_website": true,
"name": "Dog",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "I can not only fetch JSON, but parse it too."
},
{
"github_username": "cmccandless",
"alumnus": false,
"show_on_website": true,
"name": "Corey McCandless",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Big fan of homemade bread and reusable code."
},
{
"github_username": "yawpitch",
"alumnus": false,
"show_on_website": true,
"name": "Michael Morehouse",
"link_text": "My Techie Blog",
"link_url": "https://yawpitchroll.com/",
"avatar_url": null,
"bio": "Although Python wasn't my first -- and won't be my last -- programming language, it remains my favorite for introducing others to the joys, the pains, the infrequent ecstacies, and the occasional terrors of life before the REPL."
},
{
"github_username": "nov314k",
"alumnus": false,
"show_on_website": false,
"name": "Novak Petrovic",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
},
{
"github_username": "sebito91",
"alumnus": false,
"show_on_website": false,
"name": "Sebastian Borza",
"link_text": "sborza.com",
"link_url": "https://www.sborza.com/",
"avatar_url": null,
"bio": "I'm a Canadian (based in Chicago) golang, C and python developer working on projects within the gaming, finance and data-science worlds respectively. My favorite freetime task is coding challenges and I'm more than happy to help people talk through solutions!"
},
{
"github_username": "bethanyg",
"alumnus": false,
"show_on_website": true,
"name": "Bethany Garcia",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Python lover. Instigator. Chaser of shiny objects."
},
{
"github_username": "davidgerva",
"alumnus": false,
"show_on_website": false,
"name": "David Gervasoni",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Software Engineer. I am interested in algorithmic trading and machine learning with a curiosity for AI."
},
{
"github_username": "paparomeo",
"alumnus": true,
"show_on_website": false,
"name": "Pedro Romano",
"link_text": "My (inactive) blog",
"link_url": "https://paparomeo.dev/",
"avatar_url": null,
"bio": "Coding is a passion I would love others to discover and share."
},
{
"github_username": "aldraco",
"alumnus": false,
"show_on_website": false,
"name": "Ashley Drake",
"link_text": "https://aldra.co",
"link_url": "https://aldra.co",
"avatar_url": null,
"bio": "Software Engineer. I enjoy writing organized code and getting outside once in a while."
},
{
"github_username": "khoivan88",
"alumnus": false,
"show_on_website": false,
"name": "Khoi Van",
"link_text": "My github",
"link_url": "https://github.com/khoivan88",
"avatar_url": null,
"bio": "I am a chemist, actually, and recently got into coding and enjoy how much it can dramatically improve other fields"
},
{
"github_username": "J08K",
"alumnus": false,
"show_on_website": false,
"name": "Job van der Wal",
"link_text": "My GitHub page",
"link_url": "https://github.com/j08k",
"avatar_url": null,
"bio": "Just someone who loves coding. Python is what I'm really good at, but trying to get into JS and C#."
},
{
"github_username": "valentin-p",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
}
]
}