This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdevelopers.json
106 lines (106 loc) · 4.14 KB
/
developers.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
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
{
"developers": [
{
"name": "Florent Espanet",
"headline": "Fullstack developer & python lover.",
"website": "http://www.volent.fr",
"email": "[email protected]",
"twitter": "volent_",
"linkedin": "florentespanet",
"github": "volnt",
"socareers": "florent.esp",
"tags": ["#python", "#javascript", "#fullstack", "#web"]
},
{
"name": "Yann Vaillant",
"headline": "Fullstuff developer",
"website": "http://vaillant.im",
"email": "[email protected]",
"twitter": "vayan",
"github": "vayan",
"tags": ["#ruby", "#rails", "#go", "#fullstack", "#javascript"]
},
{
"name": "Michael Chacaton",
"headline": "Lead developer & Python Addict",
"website": "https://pix.chaksoft.fr/",
"email": "[email protected]",
"twitter": "mike_choko",
"github": "Choko256",
"tags": ["#python", "#web", "#javascript", "#css3", "#html5"]
},
{
"name": "Thibault Modat",
"headline": "Lead developer, Free & OpenSource Addict",
"website": "http://thibault-modat.fr/",
"email": "[email protected]",
"twitter": "openStark",
"github": "ThibaultModat",
"tags": ["#GnuLinux", "#web", "#FullStack"]
},
{
"name": "Antoine Boisadam",
"headline": "Young but solid developer",
"website": "http://www.girlvsgirl.me",
"email": "[email protected]",
"twitter": "AnToitNoeud",
"github": "Antoine38660",
"tags": ["#c++", "#java", "#web", "#php", "#javascript", "#python"]
},
{
"name": "Pierre-Antoine Porte",
"headline": "Love the web and is addict to the mobility",
"website": "http://www.portepa.com",
"email": "[email protected]",
"twitter": "pa_porte",
"github": "portepa",
"tags": ["#javascript", "#java", "#git", "#web", "#back-end", "#c++"]
},
{
"name": "Maxime Constantinian",
"headline": "Game developer & Roadiz contributor",
"website": "http://azokal.im",
"email": "[email protected]",
"twitter": "azokal",
"github": "azokal",
"tags": ["#c++", "#python", "#gamedev", "#symfony", "#roadiz"]
},
{
"name": "Anaïs Payet",
"headline": "iOS and Android developer, Duchess member",
"website": "http://apaillette.fr",
"twitter": "Sianay_",
"github": "Sianay",
"linkedin":"https://fr.linkedin.com/in/anaispayet",
"tags": ["#ios", "#android","#mobile", "#duchess"]
},
{
"name": "Benjamin Grima",
"headline": "iOS And Fullstack Web Developer",
"website": "http://benjamin.grima.info",
"email": "[email protected]",
"twitter": "grimabe",
"linkedin": "benjamingrima",
"github": "grimabe",
"tags": ["#ios","#swift", "#objective-c", "#php", "#javascript", "#symfony"]
},
{
"name": "Ambroise Maupate",
"headline": "REZO ZERO co-founder and Roadiz lead developer",
"website": "http://www.rezo-zero.com",
"email": "[email protected]",
"twitter": "ambroisemaupate",
"linkedin": "ambroisemaupate",
"github": "ambroisemaupate",
"tags": ["#php", "#roadiz", "#web", "#fullstack", "#symfony", "#processing", "#openframeworks", "#docker"]
},
{
"name": "Thomas Aufresne",
"headline": "Fullstack developer wannabe, REZO ZERO intern and Roadiz contributor",
"email": "[email protected]",
"twitter": "thomAufresne",
"github": "notorigine",
"tags": ["#php", "#roadiz", "#web", "#fullstack", "#frontend", "#backend", "#symfony"]
}
]
}