Skip to content

Instantly share code, notes, and snippets.

@Saturate
Last active January 4, 2017 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saturate/2ca86010542a49d415c1cce1a250b4d9 to your computer and use it in GitHub Desktop.
Save Saturate/2ca86010542a49d415c1cce1a250b4d9 to your computer and use it in GitHub Desktop.
SmashingConf Barcelona 2016 Attendee List

SmashingConf Barcelona 2016 Attendee List

They published the list, and I ripped it with this code to JSON.

Simple, but I need the data for stats! Oh yeah.

Get the list:

var table = document.querySelector('.att');
var att = table.querySelectorAll('tr:not(.nwl)')

var attendees = [];

att.forEach(function(element){
    attendees.push({
        name: element.querySelector('td:nth-child(1)').textContent,
        company: element.querySelector('td:nth-child(2)').textContent,
        social: element.querySelector('td:nth-child(3)').textContent,
        country: element.querySelector('td:nth-child(4)').textContent
    });
});

copy(attendees);
[
{
"name": "Abhishek Rawat",
"company": "Landmark Group",
"social": "@rawat899",
"country": "United Arab Emirates"
},
{
"name": "Adam Havel",
"company": "Heureka Shopping",
"social": "",
"country": "Czech Republic"
},
{
"name": "Adam Pilkington",
"company": "Casumo Services Limited",
"social": "@adampilks",
"country": "Malta"
},
{
"name": "Adam Salej",
"company": "HRS IT Solutions",
"social": "",
"country": "Poland"
},
{
"name": "Alasdair Aitken",
"company": "VisitScotland",
"social": "",
"country": "UK"
},
{
"name": "Albert Stepanyan",
"company": "Allianz X",
"social": "",
"country": "Germany"
},
{
"name": "Alberto Garcia Barba",
"company": "Wuaki.tv",
"social": "",
"country": "Spain"
},
{
"name": "Alberto Gil",
"company": "",
"social": "",
"country": "Costa Rica"
},
{
"name": "Alberto Grande",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Alberto Lopez",
"company": "Vendo Services",
"social": "",
"country": "Spain"
},
{
"name": "Albino Tonnina",
"company": "Workshare ",
"social": "",
"country": "UK"
},
{
"name": "Aleksandarc Cugurovic",
"company": "StuntCoders doo",
"social": "",
"country": "Serbia"
},
{
"name": "Aleksandr Bogdashkin",
"company": "Mail.Ru Group ",
"social": "",
"country": "Russia"
},
{
"name": "Aleksander Bro Arntsen",
"company": "Mustasj AS",
"social": "",
"country": "Norway"
},
{
"name": "Alessandro Manetti",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Alex Slack",
"company": "Hayes and Jarvis",
"social": "",
"country": "UK"
},
{
"name": "Alexander Heinze",
"company": "HDNET GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Alexander Pauser",
"company": "k-lab media design GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Alexander Perry",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Alexander Valland Stromme",
"company": "Miles AS",
"social": "",
"country": "Norway"
},
{
"name": "Alexander Wenke",
"company": "Duplexmedia GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Alexandra Marginean",
"company": "StudyPortals BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Alexandru Rus",
"company": "SC 3Pillar Global SRL",
"social": "",
"country": "Romania"
},
{
"name": "Alexis Oksi",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Alina Riskute",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Allan Duncanson",
"company": "VisitScotland",
"social": "",
"country": "UK"
},
{
"name": "Allan Kimmer Jensen",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Alvaro Boo",
"company": "Netquest - Wakoopa",
"social": "",
"country": "Spain"
},
{
"name": "Amadejo Gaspari",
"company": "Kompas Xnet d.o.o.",
"social": "",
"country": "Slovenia"
},
{
"name": "Amanda Annandale",
"company": "Smashing Events GmbH",
"social": "@MsMandachelle",
"country": "UK"
},
{
"name": "Ambrosius Topor",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Ana Esteban Bernal",
"company": "",
"social": "",
"country": "Spain"
},
{
"name": "Ana Pujana",
"company": "Incentro",
"social": "",
"country": "Spain"
},
{
"name": "Anders Pedersen",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Andras Nemeth",
"company": "Prezi Inc",
"social": "",
"country": "USA"
},
{
"name": "Andrea Granchi",
"company": "BRAVONEXT",
"social": "",
"country": "Switzerland"
},
{
"name": "Andrea Marchesi",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Andrea Perazzi",
"company": "Tritium Software",
"social": "",
"country": "Spain"
},
{
"name": "Andrea Seves",
"company": "",
"social": "",
"country": "Italy"
},
{
"name": "Andrea Ristori",
"company": "",
"social": "@andrearistori",
"country": "Spain"
},
{
"name": "Andrea Vaghi",
"company": "",
"social": "@andreavaghi",
"country": "Italy"
},
{
"name": "Andreas Berglihn",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Andreas Boerjesson ",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Andreas Olsen",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Andreas Winther",
"company": "Tibe T Reklamebyra AS",
"social": "",
"country": "Norway"
},
{
"name": "Andreea Nica",
"company": "SAP Hybris",
"social": "",
"country": "Canada"
},
{
"name": "Andrei Stratu",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Andres Ortiz",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Andrew Place",
"company": "Socarrat Ltd",
"social": "",
"country": "UK"
},
{
"name": "Andrew Smith",
"company": "VisitScotland",
"social": "",
"country": "UK"
},
{
"name": "Andrzej Grupinski",
"company": "Naspers Classifieds",
"social": "",
"country": "Poland"
},
{
"name": "Angela Velasquez",
"company": "",
"social": "@AngelaVelasquez ",
"country": "Honduras"
},
{
"name": "Alejandro Rangel",
"company": "Greentube Inernet Entertainment Solutions",
"social": "",
"country": "Austria"
},
{
"name": "Anja Schaefer",
"company": "Lidl E-Commerce International",
"social": "",
"country": "Germany"
},
{
"name": "Anida Granilo",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Anna Barba",
"company": "UserZoom Technologies, Inc",
"social": "",
"country": "Spain"
},
{
"name": "Anthony Prokos",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Antonio Egea Vazquez",
"company": "",
"social": "",
"country": "Spain"
},
{
"name": "Arash Sarfehjou",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Are Bu Vindenes",
"company": "Miles AS",
"social": "",
"country": "Norway"
},
{
"name": "Arild Tvergrov",
"company": "",
"social": "@arildwtv",
"country": "Norway"
},
{
"name": "Arkadiusz Gohnio",
"company": "Polish Travel Quo Vadis",
"social": "",
"country": "Poland"
},
{
"name": "Arkadiusz Targaszewski",
"company": "HRS IT Solutions",
"social": "",
"country": "Poland"
},
{
"name": "Armen Gabrielyan",
"company": "Allianz X",
"social": "",
"country": "Germany"
},
{
"name": "Arnold Remete ",
"company": "Curo Consulting Ltd",
"social": "",
"country": "UK"
},
{
"name": "Arthur Maas",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Ashley Hirsch",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Ashley Smith ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Astrid Schildberger",
"company": "Atikon EDV & Marketing GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Augy Benoit",
"company": "Prezi",
"social": "",
"country": "USA"
},
{
"name": "Ayat Sajedi",
"company": "Monday Coffee",
"social": "",
"country": "Belgium"
},
{
"name": "Bahne Claussen",
"company": "visuellverstehen GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Bart Goselink",
"company": "Netquest",
"social": "@goselinq",
"country": "Spain"
},
{
"name": "Belen Albeza",
"company": "",
"social": "@ladybenko",
"country": "Spain"
},
{
"name": "Ben Nam",
"company": "",
"social": "",
"country": "Gibraltar"
},
{
"name": "Benedikte Torgersen",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Benjamin Blampain",
"company": "OncoDNA SA",
"social": "@bennywhitebread",
"country": "Belgium"
},
{
"name": "Benoit POULAIN",
"company": "",
"social": "@bpoulain",
"country": "France"
},
{
"name": "Bernardo Dias da Cruz",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Bjarte Vosseteig",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Borge Ostrem",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Boris Kaiser",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Brecht Waeghe",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Brian Frisch",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Brita Gill",
"company": "",
"social": "@designsthatsnap",
"country": "USA"
},
{
"name": "Bruno Everling",
"company": "BCG Digital Ventures",
"social": "",
"country": "Germany"
},
{
"name": "Camilla Knutsen",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Carles Vidal Vicens",
"company": "Editorial Vicens Vives",
"social": "",
"country": "Spain"
},
{
"name": "Cecilie Hanevik",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Christer Hedman",
"company": "Pingdom AB",
"social": "",
"country": "Sweden"
},
{
"name": "Christian Grimsgaard",
"company": "Knowit Experience Bergen AS",
"social": "",
"country": "Norway"
},
{
"name": "Christian Cederfjaerd",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Christine Ramsden",
"company": "Pixabel Limited",
"social": "@christabella76",
"country": "UK"
},
{
"name": "Christoph Sauer",
"company": "Nuveon GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Christopher Hill-Scott",
"company": "GDS",
"social": "",
"country": "UK"
},
{
"name": "Christopher Stillitano",
"company": "Contentful",
"social": "",
"country": "Germany"
},
{
"name": "Chu Yook Liew",
"company": "Greentube Inernet Entertainment Solutions",
"social": "",
"country": "Austria"
},
{
"name": "Ciro Peralta",
"company": "Canal 13",
"social": "@cperalta_",
"country": "Chile"
},
{
"name": "Claire Van der Stel",
"company": "TJIP BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Claus Stadel",
"company": "Jyske Bank",
"social": "@clausstadel",
"country": "Denmark"
},
{
"name": "Daan Schaeffer",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Dan Leon Krause",
"company": "AKQA GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Dan Radu",
"company": "FREQUENTIS ROMANIA",
"social": "",
"country": "Romania"
},
{
"name": "Daniel Campos",
"company": "VIA FUTURA",
"social": "@phonoloop",
"country": "Belgium"
},
{
"name": "Daniel Casado",
"company": "Incentro",
"social": "",
"country": "Spain"
},
{
"name": "Daniel Jensen",
"company": "ATG",
"social": "",
"country": "Sweden"
},
{
"name": "Daniel Vickers",
"company": "flux forward",
"social": "",
"country": "USA"
},
{
"name": "Danko Adamczyk",
"company": "Studyportals B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Dave Hearne",
"company": "Agora Publishing Services Ireland",
"social": "",
"country": "Ireland"
},
{
"name": "David Aguilera",
"company": "Nelio Software",
"social": "@davilera",
"country": "Spain"
},
{
"name": "David Diaz",
"company": "",
"social": "@Seich",
"country": "Honduras"
},
{
"name": "David Ed Mellum",
"company": "",
"social": "@edmellum",
"country": "Norway"
},
{
"name": "David Garcia Dorvau",
"company": "European Union Intellectual Property Office",
"social": "",
"country": "Spain"
},
{
"name": "David Halldorsson",
"company": "Avista ehf.",
"social": "@davidhalldorss",
"country": "USA"
},
{
"name": "David Pike",
"company": "Fullsix",
"social": "",
"country": "Spain"
},
{
"name": "David Serrano",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "David Tocino ",
"company": "Fonda GmbH",
"social": "",
"country": "Austria"
},
{
"name": "David Urena ",
"company": "Altima Marketing, S.L",
"social": "",
"country": "Spain"
},
{
"name": "Dennis de Wolf",
"company": "StudyPortals BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Diana Fernanda Garcia",
"company": "Barcelona Supercomputing Center",
"social": "",
"country": "Spain"
},
{
"name": "Diederick de Geest",
"company": "",
"social": "@degeestux",
"country": "Netherlands"
},
{
"name": "Diego Seghezzo",
"company": "X-Team",
"social": "",
"country": "USA"
},
{
"name": "Dimitri Visser",
"company": "Interaction Designer",
"social": "",
"country": "Netherlands"
},
{
"name": "Dimitrios Konstantaras",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Dorothee Dinne",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Eckart Denecke",
"company": "Bizon GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Eddie Chung",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Eduardo Aquino",
"company": "NBQ Technology",
"social": "",
"country": "Spain"
},
{
"name": "Elaine Chalifoux",
"company": "",
"social": "",
"country": "Canada"
},
{
"name": "Elina Kaltianen",
"company": "Unibet (London)",
"social": "",
"country": "UK"
},
{
"name": "Emilia Krzeminska",
"company": "Grupa Pracuj S.A.",
"social": "",
"country": "Poland"
},
{
"name": "Emma Seifried",
"company": "kultwerk GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Emmanouil Zoumpoulakis",
"company": "BEN Energy",
"social": "",
"country": "Switzerland"
},
{
"name": "Emil Almrot",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Erik Trangard",
"company": "Pingdom AB",
"social": "",
"country": "Sweden"
},
{
"name": "Erlend Damm",
"company": "Knowit Experience Bergen AS",
"social": "",
"country": "Norway"
},
{
"name": "Erlend Rullestad",
"company": "Mustasj AS",
"social": "",
"country": "Norway"
},
{
"name": "Erling Andreas Arnestad",
"company": "Miles AS",
"social": "",
"country": "Norway"
},
{
"name": "Eric Hertenstein",
"company": "U.S. Fund for UNICEF",
"social": "@oldherty",
"country": "USA"
},
{
"name": "Erik Hallengren",
"company": "Verisure Innovation",
"social": "",
"country": "Sweden"
},
{
"name": "Erik Kelder",
"company": "funatic",
"social": "",
"country": "Netherlands"
},
{
"name": "Erin Fellow",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Erkki Teedla",
"company": "Codeborne",
"social": "",
"country": "Estonia"
},
{
"name": "Espen Solli Grande",
"company": "Mustasj AS",
"social": "",
"country": "Norway"
},
{
"name": "Eva M Perez",
"company": "Osoco",
"social": "",
"country": "Spain"
},
{
"name": "Eva Rosa Fierro Nuno",
"company": "Tipico Co. Ltd.
",
"social": "",
"country": "Malta"
},
{
"name": "Evan Ames",
"company": "Universal Mind",
"social": "@amesevan",
"country": "USA"
},
{
"name": "Evangelos Bakos",
"company": "SKROUTZ",
"social": "",
"country": "Greece"
},
{
"name": "Ewout Winkelman",
"company": "mas·outreach",
"social": "",
"country": "Netherlands"
},
{
"name": "Fabian Judaschke",
"company": "HDNET GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Ferran Sabate",
"company": "Netcentric",
"social": "",
"country": "Spain"
},
{
"name": "Florian Bielsky",
"company": "Albert Bauer Digital GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Fredrik Oernfelt",
"company": "",
"social": "@fornfelt",
"country": "Denmark"
},
{
"name": "Gabriela Delgado",
"company": "ADD Web Design",
"social": "@gabi_gabi",
"country": "Spain"
},
{
"name": "Gardar Eyjolfsson",
"company": "Hafnarfjardarbaer",
"social": "",
"country": "Iceland"
},
{
"name": "Gary Hayes",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Gaute Remen",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Geir Haugen",
"company": "Epinova",
"social": "",
"country": "Norway"
},
{
"name": "Georgios Katsiampas",
"company": "SKROUTZ",
"social": "",
"country": "Greece"
},
{
"name": "Georgios Lafkas",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Georgios Theodorakis",
"company": "SKROUTZ",
"social": "",
"country": "Greece"
},
{
"name": "Gerard Ingles",
"company": "Raona Enginyers SL",
"social": "@Gerardcrich",
"country": "Spain"
},
{
"name": "Giulio Gazzetto",
"company": "3W",
"social": "",
"country": "Italy"
},
{
"name": "Gogne Gjersvik",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Graham Martin",
"company": "Immediate Media",
"social": "",
"country": "UK"
},
{
"name": "Grahame Gillespie ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Grigoria Pontiki",
"company": "Workable Software Private Company",
"social": "",
"country": "Greece"
},
{
"name": "Guglielmo Cok",
"company": "Noiza Srl",
"social": "",
"country": "Italy"
},
{
"name": "Hamza Erbay",
"company": "Universiteler Mah. ODTU Teknokent Galyum ",
"social": "",
"country": "Turkey"
},
{
"name": "Harm Jan Luth",
"company": "Xebia Nederland",
"social": "",
"country": "Netherlands"
},
{
"name": "Harri Lehtisaari",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Hector Martinez",
"company": "Netcentric Iberica SLU",
"social": "",
"country": "Spain"
},
{
"name": "Helena Rossello",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Holger Gehrmann",
"company": "it beratung",
"social": "",
"country": "Germany"
},
{
"name": "Holger Guggi",
"company": "Full Stack Optimization",
"social": "@hglrggg",
"country": "Austria"
},
{
"name": "Hrvoje Forko",
"company": "",
"social": "",
"country": "Croatia"
},
{
"name": "Ieva Ozolite",
"company": "Visma Labs SIA",
"social": "",
"country": "Latvia"
},
{
"name": "Ignacio Segura",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Ingrid Arcas",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Ingus Kruklitis",
"company": "SIA 4Finance IT",
"social": "",
"country": "Latvia"
},
{
"name": "Ioan Natanga",
"company": "Capgemini Services Romania SRL",
"social": "",
"country": "Romania"
},
{
"name": "Iris Engelmayer ",
"company": "Fonda GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Iris Gouka",
"company": "TJIP BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Isabel Servan",
"company": "Vendo Services",
"social": "",
"country": "Spain"
},
{
"name": "Ishita Jain",
"company": "Scotiabank - Digital Factory",
"social": "",
"country": "Canada"
},
{
"name": "Izabela Furdzik",
"company": "Grupa Pracuj S.A.",
"social": "",
"country": "Poland"
},
{
"name": "Jacek Lawniczak",
"company": "X-Team International",
"social": "",
"country": "Australia"
},
{
"name": "Jackub Bogdanski",
"company": "Unibet (London)",
"social": "",
"country": "UK"
},
{
"name": "Jacob Berglund",
"company": "",
"social": "@jacobberglund",
"country": "Norway"
},
{
"name": "Jaime Andres Zamorano Zulleyman",
"company": "Wuaki.tv",
"social": "",
"country": "Spain"
},
{
"name": "Jake Foley",
"company": "X-Team",
"social": "",
"country": "USA"
},
{
"name": "Jakob Bjerre Petersen",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Jakub Dobranowski",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Jakub Gawlikowski",
"company": "HRS IT Solutions",
"social": "",
"country": "Poland"
},
{
"name": "James Williams ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Jarle Tronerud",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Javier Abia",
"company": "Novelti",
"social": "@weberjavi",
"country": "Spain"
},
{
"name": "Jan Constantin",
"company": "Smashing Events GmbH",
"social": "@smash_scribe",
"country": "Germany"
},
{
"name": "Jan Diblik",
"company": "VISIBILITY DIGITAL S.R.O.",
"social": "",
"country": "Czech Republic"
},
{
"name": "Jan Enning",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Jan Eirik Hallstensen",
"company": "Mesan",
"social": "",
"country": "Norway"
},
{
"name": "Jan Henckel",
"company": "Dunckelfeld GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Jan Mooij",
"company": "Incentro",
"social": "",
"country": "Netherlands"
},
{
"name": "Jan Van Lysebettens",
"company": "Little Miss Robot",
"social": "",
"country": "Belgium"
},
{
"name": "Janina Schill",
"company": "AXS",
"social": "",
"country": "USA"
},
{
"name": "Javier Arques",
"company": "",
"social": "@javiarques",
"country": "Spain"
},
{
"name": "Jean Michel Pepin",
"company": "UQAM",
"social": "",
"country": "Canada"
},
{
"name": "Jelena Matejic",
"company": "",
"social": "",
"country": "Croatia"
},
{
"name": "Jenny Astrua",
"company": "3W",
"social": "",
"country": "Italy"
},
{
"name": "Jenny Cipolli",
"company": "d-mobilelab",
"social": "",
"country": "Italy"
},
{
"name": "Jeroen Boersma",
"company": "",
"social": "@srcoder",
"country": "Netherlands"
},
{
"name": "Jesper Bech Lokza",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Jess Jensen",
"company": "Falcon IO",
"social": "",
"country": "Denmark"
},
{
"name": "Jessica Lopez",
"company": "Tuenti Technologies",
"social": "",
"country": "Spain"
},
{
"name": "Jessica Skarbratt",
"company": "Knowit Systems Development Göteborg",
"social": "",
"country": "Sweden"
},
{
"name": "Joacim Gunnarsson",
"company": "Knowit Experience Stockholm",
"social": "",
"country": "Sweden"
},
{
"name": "Joakim Lithell",
"company": "",
"social": "",
"country": "Sweden"
},
{
"name": "Joan Leon",
"company": "Schibsted Classified Media Spain SL ",
"social": "",
"country": "Spain"
},
{
"name": "Joana Amill",
"company": "VERTICALES INTERCOM",
"social": "",
"country": "Spain"
},
{
"name": "Joanna Kurdubelska",
"company": "Duo nv",
"social": "",
"country": "Belgium"
},
{
"name": "Joao Ribeiro Marques",
"company": "Instituto Superior Técnico",
"social": "@jrmarques_1",
"country": "Portugal"
},
{
"name": "Joeran Kurschatke",
"company": "visuellverstehen GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Joerg Lehmann",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Joeri Bakker",
"company": "bunq B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Johan Stroem",
"company": "Konjin",
"social": "",
"country": "Sweden"
},
{
"name": "Johannes Holmberg",
"company": "Holmberg.io",
"social": "@holmbergio",
"country": "Switzerland"
},
{
"name": "John Irvine Acosta",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Jonas Nilsson",
"company": "Adresseavisen",
"social": "",
"country": "Norway"
},
{
"name": "Jonatan Hernandez",
"company": "Tritium Software",
"social": "",
"country": "Spain"
},
{
"name": "Jonathan Lecocq",
"company": "OncoDNA SA",
"social": "",
"country": "Belgium"
},
{
"name": "Jordi Nebot",
"company": "",
"social": "@jordinebot",
"country": "Spain"
},
{
"name": "Jordi Planas",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Jorgen Landsnes",
"company": "",
"social": "@iorg1",
"country": "Norway"
},
{
"name": "Jose Maria Vidal Luque",
"company": "",
"social": "",
"country": "Spain"
},
{
"name": "Jose Miguel Bejarano",
"company": "Lasminute.com",
"social": "@xDae",
"country": "Spain"
},
{
"name": "Josue Zarzosa",
"company": "eSailors IT solutions GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Juan Llorenz",
"company": "",
"social": "",
"country": "Gibraltar"
},
{
"name": "Juergen Herberger",
"company": "",
"social": "",
"country": "Luxembourg"
},
{
"name": "Julia L-F Chrissafopoulos",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Julia Rienitz",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Julian Gaviria",
"company": "",
"social": "@juliangav",
"country": "USA"
},
{
"name": "Julien Fraichot",
"company": "Typeform S.L",
"social": "",
"country": "Spain"
},
{
"name": "Justas Kriukas",
"company": "UAB Soundest",
"social": "@Justas_Kriukas",
"country": "Lithuania"
},
{
"name": "Justin Fancourt",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Kamil Kuliczkowski",
"company": "",
"social": "",
"country": "Poland"
},
{
"name": "Karl-Oskar Janson",
"company": "Hungryhouse GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Karol Sojko",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Karolina Hurmerinta",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Karolina Skali Skalska",
"company": "SSC Volo GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Karoline Driveklepp",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Kasper Baczek",
"company": "",
"social": "",
"country": "Poland"
},
{
"name": "Kasper Myram",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Kasper Wargula",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Kati Paavilainen",
"company": "",
"social": "",
"country": "Finnland"
},
{
"name": "Katrin Freihofner",
"company": "Dynatrace",
"social": "",
"country": "Austria"
},
{
"name": "Katrin Lyngby Kristensen",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Katrin Otto",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Kevin Sovet",
"company": "OncoDNA SA",
"social": "@sovetkevin",
"country": "Belgium"
},
{
"name": "Kilian Sala",
"company": "",
"social": "",
"country": "Spain"
},
{
"name": "Kim Hildeqvist",
"company": "Casumo Services Limited",
"social": "",
"country": "Malta"
},
{
"name": "Kim van Zonneveld",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Kit Unger",
"company": "Smartsheet",
"social": "",
"country": "USA"
},
{
"name": "Kristof Bernaert",
"company": "Itweboffice",
"social": "@ssstofff",
"country": "Belgium"
},
{
"name": "Krisztina Vajda Rygard",
"company": "Pentia A/S",
"social": "@vajkri",
"country": "Denmark"
},
{
"name": "Krzysztof Furmann",
"company": "Grupa Pracuj S.A.",
"social": "",
"country": "Poland"
},
{
"name": "Lars Kreuzmann",
"company": "SAP SE",
"social": "",
"country": "Germany"
},
{
"name": "Laura Ardelean",
"company": "SC 123ContactForm",
"social": "",
"country": "Romania"
},
{
"name": "Laura Arnedo",
"company": "NBQ Technology",
"social": "",
"country": "Spain"
},
{
"name": "Laura Montefusco",
"company": "Tritium Software S.L.",
"social": "",
"country": "Spain"
},
{
"name": "Laura Toimela",
"company": "Vincit",
"social": "",
"country": "Finland"
},
{
"name": "Laurens Faber",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Leander Brasch",
"company": "FixeAds",
"social": "",
"country": "Portugal"
},
{
"name": "Leandro Serafim",
"company": "deepblue networks AG",
"social": "",
"country": "Germany"
},
{
"name": "Lenard Retek",
"company": "Curo Consulting Ltd",
"social": "",
"country": "UK"
},
{
"name": "Leon Kibuka",
"company": "Tritium Software S.L.",
"social": "",
"country": "Spain"
},
{
"name": "Levente Balogh",
"company": "Casumo Services Limited",
"social": "",
"country": "Malta"
},
{
"name": "Lorena Vilela",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Lorenz Peter",
"company": "",
"social": "",
"country": "Switzerland"
},
{
"name": "Lorenzo de Waele",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Lucian Andrei Lazar",
"company": "StudyPortals BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Luciano Dinapoli",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Lucio Cascone",
"company": "BRAVONEXT",
"social": "",
"country": "Switzerland"
},
{
"name": "Luis Rodrigues",
"company": "",
"social": "@goblindegook",
"country": "Portugal"
},
{
"name": "Lukasz Kowalski",
"company": "Casumo Services Limited",
"social": "",
"country": "Malta"
},
{
"name": "Luke Edwards",
"company": "Immediate Media Company London Limited",
"social": "",
"country": "UK"
},
{
"name": "Lutz Gegner",
"company": "BEN Energy",
"social": "",
"country": "Switzerland"
},
{
"name": "Luz Calvo Flores",
"company": "Barcelona Supercomputing Center",
"social": "",
"country": "Spain"
},
{
"name": "Maarten Baijs",
"company": "Xebia Nederland",
"social": "",
"country": "Netherlands"
},
{
"name": "Mads Nakstad",
"company": "Mustasj AS",
"social": "",
"country": "Norway"
},
{
"name": "Mads Ulso Ostergaard",
"company": "",
"social": "@madsmadsdk",
"country": "Denmark"
},
{
"name": "Magnus Kjelland",
"company": "Making Waves",
"social": "",
"country": "Norway"
},
{
"name": "Magnus Leo",
"company": "Pingdom AB",
"social": "",
"country": "Sweden"
},
{
"name": "Malte Reichmann",
"company": "visuellverstehen GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Manuela Procopio",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Marc Kaufholz",
"company": "DDB Berlin GmbH ",
"social": "",
"country": "Germany"
},
{
"name": "Marc Thiele",
"company": "Beyond Tellerrand",
"social": "@marcthiele",
"country": "Germany"
},
{
"name": "Marcel Krauss",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Marcelo Zagal",
"company": "DIBS",
"social": "@mzagal",
"country": "Denmark"
},
{
"name": "Marco Kolloeffel",
"company": "c/o Bürogemeinschaft",
"social": "",
"country": "Germany"
},
{
"name": "Marcos Camacho Garcia",
"company": "NBQ Technology",
"social": "",
"country": "Spain"
},
{
"name": "Marcus Stigelid",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Mares-Andrei Popa",
"company": "FREQUENTIS ROMANIA",
"social": "",
"country": "Romania"
},
{
"name": "Maria Rus",
"company": "SC 3Pillar Global SRL",
"social": "",
"country": "Romania"
},
{
"name": "Mariona Aloy Ciller",
"company": "Smashing Events GmbH",
"social": "@mariondita",
"country": "Germany"
},
{
"name": "Marischka Lutz",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Marki Sveen",
"company": "Shopify",
"social": "@m9rki",
"country": "Canada"
},
{
"name": "Marko Koic",
"company": "Erste&Steiermärkische Bank",
"social": "",
"country": "Croatia"
},
{
"name": "Marko Randelovic",
"company": "StuntCoders doo",
"social": "",
"country": "Serbia"
},
{
"name": "Marko Skenderovic",
"company": "Contentful",
"social": "",
"country": "Germany"
},
{
"name": "Markus Seyfferth",
"company": "Smashing Events GmbH",
"social": "@indysigner",
"country": "Germany"
},
{
"name": "Markus Weser",
"company": "Lufthansa Industry Solutions AS GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Marta Solis",
"company": "NBQ Technology",
"social": "",
"country": "Spain"
},
{
"name": "Martin Abfalter",
"company": "Atikon EDV & Marketing GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Martin Butler",
"company": "Simons Foundation",
"social": "",
"country": "USA"
},
{
"name": "Martin Ekelund",
"company": "Kidkie",
"social": "",
"country": "Sweden"
},
{
"name": "Martin Mengele",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Martin Miron",
"company": "Duplexmedia GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Martin Sonesson",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Martin Stettler",
"company": "dieweberei.ch",
"social": "",
"country": "Switzerland"
},
{
"name": "Martine Truslrud",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Martino Stenta",
"company": "Noiza Srl",
"social": "",
"country": "Italy"
},
{
"name": "Mathias Eckert ",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Mathieu Fortune",
"company": "",
"social": "@MsterMF",
"country": "France"
},
{
"name": "Mathis Gerlach",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Matt Burnett ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Matt Cordell",
"company": "Evolution 7",
"social": "",
"country": "Australia"
},
{
"name": "Matt Rose",
"company": "",
"social": "@mattdrose",
"country": "Canada"
},
{
"name": "Matt Skillington ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Matthias Ropel",
"company": "ABSOLVENTA gmbH",
"social": "@madochab",
"country": "Germany"
},
{
"name": "Matti Kauppinen",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Max Witt ",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Merce Graell",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Michael Fuchs",
"company": "Dunckelfeld GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Michael Hay",
"company": "Korelogic",
"social": "",
"country": "UK"
},
{
"name": "Michael Scheel",
"company": "virtualways GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Michal Nawrot",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Michele Payne",
"company": "IBM",
"social": "",
"country": "USA"
},
{
"name": "Michele Settepani",
"company": "Casumo Services Limited",
"social": "@mico7",
"country": "Malta"
},
{
"name": "Miguel Jesus",
"company": "TOP Research SA",
"social": "",
"country": "Potugal"
},
{
"name": "Miguel Sanchez ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Miguel Sanchez Ortiz",
"company": "Intercom Worldwide, S.L.",
"social": "",
"country": "Spain"
},
{
"name": "Milo Caceffo",
"company": "",
"social": "",
"country": "Italy"
},
{
"name": "Milos Randelovic",
"company": "Pingdom AB",
"social": "",
"country": "Sweden"
},
{
"name": "Mira Berggren",
"company": "Valtech",
"social": "",
"country": "Sweden"
},
{
"name": "Misti Peinado",
"company": "Fullsix",
"social": "",
"country": "Spain"
},
{
"name": "Momcilo Micic",
"company": "Verisec Labs",
"social": "",
"country": "Serbia"
},
{
"name": "Monica Saiz",
"company": "Zalando",
"social": "",
"country": "Germany"
},
{
"name": "Morten Sorensen",
"company": "Epinova",
"social": "",
"country": "Norway"
},
{
"name": "Mussa Zarakit",
"company": "",
"social": "@muza",
"country": "Denmark"
},
{
"name": "Myrese Sonneville",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Nadim Raad",
"company": "Google",
"social": "@nadimraad",
"country": "USA"
},
{
"name": "Nata Gredina",
"company": "",
"social": "",
"country": "Luxembourg"
},
{
"name": "Natalia Pavlova",
"company": "Shopery Networks SL",
"social": "",
"country": "Spain"
},
{
"name": "Natasha Duncan ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Nenad Ivanovic",
"company": "Verisec Labs",
"social": "",
"country": "Serbia"
},
{
"name": "Nestor Lopez de Arroyabe Loyo ",
"company": "Altima Marketing, S.L",
"social": "",
"country": "Spain"
},
{
"name": "Neza Ilovar",
"company": "Studio Moderna d.o.o",
"social": "",
"country": "Slovenia"
},
{
"name": "Nicolai Goncalves",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Niclas Hellberg",
"company": "XING",
"social": "",
"country": "Germany"
},
{
"name": "Nikolaj Jensen",
"company": "Kraftvaerk A/S",
"social": "@Nikolajlund89",
"country": "Denmark"
},
{
"name": "Nikolas Fleischhauer",
"company": "Neoskop GmbH",
"social": "@nikolasf",
"country": "Germany"
},
{
"name": "Nikolay Stefanov",
"company": "Telerik AD",
"social": "",
"country": "Bulgaria"
},
{
"name": "Nils Wiere",
"company": "Nils Wiere Webdesign",
"social": "",
"country": "Germany"
},
{
"name": "Nurudin Halabi",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Ole Fredrik Lie",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Oliver Klein",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Oliver Mokhlis",
"company": "Lidl E-Commerce International",
"social": "",
"country": "Germany"
},
{
"name": "Oliver Viljamaa",
"company": "TransferWise",
"social": "@oliverviljamaa",
"country": "UK"
},
{
"name": "Ondrej Vasil",
"company": "Kentico software s.r.o.",
"social": "",
"country": "Czech Republic"
},
{
"name": "Orjan Aare Jorgensen",
"company": "Adresseavisen",
"social": "@trollyn",
"country": "Norway"
},
{
"name": "Oscar Oto",
"company": "Raona Enginyers SL",
"social": "",
"country": "Spain"
},
{
"name": "Oyvind Bo",
"company": "",
"social": "@oyvindbo",
"country": "Norway"
},
{
"name": "Pablo Fuentes",
"company": "Secuoyas Experience",
"social": "",
"country": "Spain"
},
{
"name": "Pablo Rausell",
"company": "IED",
"social": "",
"country": "Spain"
},
{
"name": "Page Wood",
"company": "Storyware",
"social": "@PageGWood",
"country": "USA"
},
{
"name": "Pal Eirik Paulsen",
"company": "Capgemini Norge",
"social": "",
"country": "Norway"
},
{
"name": "Pal Eirik Strom",
"company": "Mustasj AS",
"social": "",
"country": "Norway"
},
{
"name": "Pascal Hagens",
"company": "Oce Technologies B.V.",
"social": "",
"country": "Sweden"
},
{
"name": "Patrik Ilola",
"company": "Knowit Experience Stockholm",
"social": "",
"country": "Netherlands"
},
{
"name": "Paul Bellemans",
"company": "Pure Sign",
"social": "",
"country": "Belgium"
},
{
"name": "Paul Browne",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Paul Marius Smolenic",
"company": "Avangate Inc.",
"social": "",
"country": "USA"
},
{
"name": "Paul Stewart",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Paulina Lascuarin",
"company": "Tritium Software S.L.",
"social": "",
"country": "Spain"
},
{
"name": "Pawel Tomaszewski",
"company": "Grupa Pracuj S.A.",
"social": "",
"country": "Poland"
},
{
"name": "Pedro Duarte",
"company": "log",
"social": "@xipasduarte",
"country": "Portugal"
},
{
"name": "Pedro Salas Chaviel",
"company": "Leadtech",
"social": "",
"country": "Spain"
},
{
"name": "Perre DiCarlo",
"company": "UCLA",
"social": "@perredicarlo",
"country": "USA"
},
{
"name": "Peter Arendt",
"company": "",
"social": "",
"country": "Poland"
},
{
"name": "Peter Jankovics",
"company": "Curo Consulting Ltd",
"social": "",
"country": "UK"
},
{
"name": "Petr Sittek",
"company": "Heureka Shopping",
"social": "",
"country": "Czech Republic"
},
{
"name": "Petra Bredewold",
"company": "Evangelische omroep",
"social": "@pbredewold",
"country": "Netherlands"
},
{
"name": "Petros Ziogas",
"company": "bunq B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Philip Zimmer",
"company": "pnzimmer design",
"social": "@pn_zimmer",
"country": "Germany"
},
{
"name": "Philipp Schmid",
"company": "Die Socialisten",
"social": "",
"country": "Austria"
},
{
"name": "Pieter Lesage",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Pim van Boesschoten",
"company": "",
"social": "@blikbrein",
"country": "Netherlands"
},
{
"name": "Piotr Kaleta",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Piotr Kuich",
"company": "10Clouds ",
"social": "",
"country": "Poland"
},
{
"name": "Rachelle Yeo",
"company": "",
"social": "",
"country": "Singapore"
},
{
"name": "Radim Hernych",
"company": "",
"social": "",
"country": "Czech Republic"
},
{
"name": "Rafael Diaz",
"company": "Typeform",
"social": "",
"country": "Spain"
},
{
"name": "Rafael Sa",
"company": "FixeAds",
"social": "",
"country": "Portugal"
},
{
"name": "Ralf Nussbaum",
"company": "LVR-Zentrum für Medien und Bildung",
"social": "",
"country": "Germany"
},
{
"name": "Ramon Sistermans",
"company": "Incentro",
"social": "",
"country": "Netherlands"
},
{
"name": "Raquel Vilarino",
"company": "Casumo Services Limited",
"social": "",
"country": "Malta"
},
{
"name": "Rasmus Lynggaard",
"company": "Kraftvaerk A/S",
"social": "@rlynggaard",
"country": "Denmark"
},
{
"name": "Reem Hayder",
"company": "Knowit Systems Development Göteborg ",
"social": "",
"country": "Sweden"
},
{
"name": "Reinhard Steudel",
"company": "",
"social": "@rsteudel",
"country": "Germany"
},
{
"name": "Remco Wierenga",
"company": "funatic",
"social": "",
"country": "Netherlands"
},
{
"name": "Remko de Jong",
"company": "Jungle Minds",
"social": "@remkodejong",
"country": "Netherlands"
},
{
"name": "Rickard Linder",
"company": "Screen Interaction",
"social": "",
"country": "Sweden"
},
{
"name": "Rilliano Mertodikromo",
"company": "Jungle Minds",
"social": "",
"country": "Netherlands"
},
{
"name": "Rita Severo ",
"company": "Instituto Superior Técnico",
"social": "@ritanoirshoes",
"country": "Portugal"
},
{
"name": "Rive Vermeulen",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Roald Boerema",
"company": "mas·outreach",
"social": "",
"country": "Netherlands"
},
{
"name": "Roberto Palomar",
"company": "Best Secret GmbH",
"social": "",
"country": "Spain"
},
{
"name": "Roel Frison",
"company": "RedTree",
"social": "@rofr",
"country": "Belgium"
},
{
"name": "Ronja Kate Jons",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Ronni Dyrholm Chidekel",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Ronny Siikaluoma",
"company": "",
"social": "@siiron",
"country": "Norway"
},
{
"name": "Ronny Van Ginderdeuren",
"company": "",
"social": "@colruytgroup.com",
"country": "Belgium"
},
{
"name": "Roshine Bagha",
"company": "Korelogic",
"social": "",
"country": "UK"
},
{
"name": "Ross Gledhill ",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Sabrina Schuetz",
"company": "Atikon EDV & Marketing GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Samuli Ristimaki",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Sander Jacobs",
"company": "Little Miss Robot",
"social": "",
"country": "Belgium"
},
{
"name": "Sandro Fernandes",
"company": "Instituto Superior Técnico",
"social": "@sandrofernandes",
"country": "Portugal"
},
{
"name": "Sanna Nygard",
"company": "",
"social": "",
"country": "Finland"
},
{
"name": "Santi Gomez",
"company": "Evolution 7",
"social": "",
"country": "Australia"
},
{
"name": "Sasa Jungic",
"company": "Njuskalo d.o.o.",
"social": "",
"country": "Croatia"
},
{
"name": "Sascha Bohrloch",
"company": "Scout24 Schweiz AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Sathpal Singh",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Scott McCarthy",
"company": "Wall Street Prep",
"social": "",
"country": "USA"
},
{
"name": "Sean Kelly",
"company": "Critical Mass",
"social": "@deamplified",
"country": "USA"
},
{
"name": "Sebastian Friedrich",
"company": "",
"social": "",
"country": "Austria"
},
{
"name": "Sebastien Correaud",
"company": "",
"social": "@iTweetScor",
"country": "France"
},
{
"name": "Serena Chiara Beddini",
"company": "BITMAMA",
"social": "",
"country": "Italy"
},
{
"name": "Sergej Lempl",
"company": "Njuskalo d.o.o.",
"social": "",
"country": "Croatia"
},
{
"name": "Sergio Jimenez",
"company": "Leadtech",
"social": "",
"country": "Spain"
},
{
"name": "Shane Moloney",
"company": "",
"social": "@iamsmoloney",
"country": "Ireland"
},
{
"name": "Simon Faber",
"company": "mas·outreach",
"social": "",
"country": "Netherlands"
},
{
"name": "Simon Smalle",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Simon Toftdahl Olesen",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Sofija Ivanova",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Sonja Scharfenberg",
"company": "Goethe-Institut e.V.",
"social": "",
"country": "Germany"
},
{
"name": "Sonja Steinkuehler",
"company": "HDNET GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Sophie Clark",
"company": "Duo nv",
"social": "",
"country": "Belgium"
},
{
"name": "Soren Laursen",
"company": "Hi3G",
"social": "",
"country": "Denmark"
},
{
"name": "Spela Mlakar",
"company": "Studio Moderna d.o.o",
"social": "",
"country": "Slovenia"
},
{
"name": "Stefan Blixt",
"company": "Verisure Innovation",
"social": "",
"country": "Sweden"
},
{
"name": "Stefan Gart",
"company": "",
"social": "",
"country": "Austria"
},
{
"name": "Stefan Klokgieters",
"company": "StudyPortals BV",
"social": "@SKlokgieters",
"country": "Netherlands"
},
{
"name": "Stefan Vomstein",
"company": "kultwerk GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Stephanie Francis",
"company": "",
"social": "@cloudsteph",
"country": "Ireland"
},
{
"name": "Steven Aerts",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Steven Annaert",
"company": "",
"social": "@colruytgroup.com",
"country": "Belgium"
},
{
"name": "Steven McCurrach",
"company": "Ideagen",
"social": "",
"country": "UK"
},
{
"name": "Steven Zwarts",
"company": "",
"social": "",
"country": "Netherlands"
},
{
"name": "Sune Jakobsen",
"company": "Webtouch",
"social": "",
"country": "Denmark"
},
{
"name": "Sylwia Giżanowska-Baran",
"company": "Roche Polska",
"social": "",
"country": "Poland"
},
{
"name": "Szymon Michalak",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Tanja Adam",
"company": "net4biz GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Thierry Krummenacher",
"company": "Liip",
"social": "@krummy",
"country": "Switzerland"
},
{
"name": "Thierry Lewyllie",
"company": "CTA",
"social": "@LewyllieT",
"country": "Belgium"
},
{
"name": "Thomas Klein",
"company": "Netcentric Iberica SLU",
"social": "",
"country": "Spain"
},
{
"name": "Thomas Walsh",
"company": "",
"social": "",
"country": "Switzerland"
},
{
"name": "Thomas Van Oekelen",
"company": "",
"social": "@turnavies",
"country": "Belgium"
},
{
"name": "Thorsten Griebenow",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Thorvaldur Sveinsson",
"company": "Avista ehf.",
"social": "@thobbisveins",
"country": "USA"
},
{
"name": "Tiago Lopes ",
"company": "Instituto Superior Técnico",
"social": "@IamTiagoLopes",
"country": "Portugal"
},
{
"name": "Tiago Machado",
"company": "Instituto Superior Técnico",
"social": "@tiagomachadopt",
"country": "Portugal"
},
{
"name": "Tim Rogiers",
"company": "Quoted ",
"social": "@timrogiers",
"country": "Belgium"
},
{
"name": "Timen Engwerda",
"company": "mas·outreach",
"social": "",
"country": "Netherlands"
},
{
"name": "Timo Westland",
"company": "Incentro",
"social": "",
"country": "Netherlands"
},
{
"name": "Timon Oberfeld",
"company": "visuellverstehen GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Timothy Lee-A-Fong",
"company": "Incentro",
"social": "",
"country": "Netherlands"
},
{
"name": "Tobi Hartwig",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Tobias Beisel",
"company": "Lidl E-Commerce International",
"social": "",
"country": "Germany"
},
{
"name": "Tobias Schoenfleisch",
"company": "Albert Bauer Digital GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Tobias Winkler",
"company": "Useeds GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Tom Kirchhartz",
"company": "Dunckelfeld GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Tomasz Jedrak",
"company": "Unibet (London)",
"social": "",
"country": "UK"
},
{
"name": "Tomislav Skarica",
"company": "Erste&Steiermärkische Bank",
"social": "",
"country": "Croatia"
},
{
"name": "Tommaso Villa",
"company": "",
"social": "",
"country": "Gibraltar"
},
{
"name": "Tommy Mathiesen",
"company": "Jyske Bank",
"social": "@Rolchau",
"country": "Denmark"
},
{
"name": "Toralf Ohme",
"company": "Ray Sono",
"social": "",
"country": "Germany"
},
{
"name": "Trond Roar Eide",
"company": "Miles AS",
"social": "",
"country": "Norway"
},
{
"name": "Ursula Wieshofer",
"company": "Dynatrace",
"social": "",
"country": "Austria"
},
{
"name": "Valeria Azuriz",
"company": "Vistaprint",
"social": "",
"country": "Spain"
},
{
"name": "Vassiliy Fartukov",
"company": "Platinumlist",
"social": "",
"country": "United Arab Emirates"
},
{
"name": "Vera Voelkel",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Veronika Hofmann",
"company": "Atikon EDV & Marketing GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Victoria Foroponova",
"company": "Know How AG",
"social": "",
"country": "Germany"
},
{
"name": "Viktor De Bock",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Viktor Mishchenko",
"company": "LLC Playtika Ukraine",
"social": "",
"country": "Ukraine"
},
{
"name": "Ville Sielunahjo",
"company": "",
"social": "@horppana",
"country": "Finland"
},
{
"name": "Vinzenz Schwarz",
"company": "abss interactive GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Vitalii Kharisov",
"company": "",
"social": "@harisov",
"country": "Russia"
},
{
"name": "Vlad Ishchenko",
"company": "",
"social": "",
"country": "Denmark"
},
{
"name": "Vladimir Grinenko",
"company": "",
"social": "@tadatuta",
"country": "Russia"
},
{
"name": "Werner van Huffelen",
"company": "BCG Digital Ventures",
"social": "",
"country": "Germany"
},
{
"name": "William Gabrenya",
"company": "",
"social": "",
"country": "USA"
},
{
"name": "Wojtek Zajac",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Wouter Vandersyppe",
"company": "Little Miss Robot",
"social": "",
"country": "Belgium"
},
{
"name": "Xavier Marti",
"company": "VERTICALES INTERCOM",
"social": "",
"country": "Spain"
},
{
"name": "Yang Zhong",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Yann Wanner",
"company": "Wanner Atelier Interactif",
"social": "@yannwanner",
"country": "Switzerland"
},
{
"name": "Yoana Georgieva",
"company": "",
"social": "",
"country": "Bulgaria"
},
{
"name": "Yulia Tsyba",
"company": "X-Team International Pty Ltd",
"social": "",
"country": "Australia"
},
{
"name": "Yurii Bratslavskyi",
"company": "LLC Playtika Ukraine",
"social": "",
"country": "Ukraine"
},
{
"name": "Zbynek Hanak",
"company": "Kentico software s.r.o.",
"social": "",
"country": "Czech Republic"
},
{
"name": "Zilin Jiang",
"company": "",
"social": "",
"country": "Singapore"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment