-
Notifications
You must be signed in to change notification settings - Fork 49
/
authors.json
32 lines (32 loc) · 2.07 KB
/
authors.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
{
"justinellingwood": {
"name": "Justin Ellingwood",
"avatar": "https://github.com/imchairmanm.png",
"bio": "Justin has been writing about databases, Linux, infrastructure, and developer tools since 2013. He currently lives in Berlin with his wife and two rabbits. He doesn't usually have to write in the third person, which is a relief for all parties involved."
},
"alexemerich": {
"name": "Alex Emerich",
"avatar": "https://github.com/alex-emerich.png",
"bio": "Alex is your typical bird watching, hip-hop loving bookworm that also enjoys writing about databases. He currently lives in Berlin, where he can be seen walking through the city aimlessly like Leopold Bloom."
},
"danielnorman": {
"name": "Daniel Norman",
"avatar": "https://github.com/2color.png",
"bio": "Daniel is a software engineer with broad experience across modern web and cloud environments. He's been developing with databases for over 15 years and is passionate about open source and modern development tooling."
},
"ryanchenkie": {
"name": "Ryan Chenkie",
"avatar": "/authors/ryanchenkie.jpg",
"bio": "Ryan is a full stack developer and is particularly interested in databases and APIs. He’s the founder of CourseLift, a course hosting platform that helps authors with marketing and sales. "
},
"dianfay": {
"name": "Dian Fay",
"avatar": "/authors/dmfay.jpg",
"bio": "Dian didn't exactly plan to drop out of college to specialize in SQL and backend development, but that’s how it happened. Fifteen years later, she's designed databases supporting everything from industrial logistics and traceability systems to million-plus user social media games. She is the current maintainer of MassiveJS, an open source data mapper for Node.js focused on using PostgreSQL to the fullest."
},
"grishmapatel": {
"name": "Grishma Patel",
"avatar": "https://github.com/grpatel.png",
"bio": "Grishma is a recent Computer Science graduate and worked as a Developer Advocate intern at Prisma."
}
}