Skip to content

Commit da1f493

Browse files
committed
oct 2018
1 parent aac7abe commit da1f493

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

presentation/index.js

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -64,48 +64,46 @@ const emcee = {
6464
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6565
const speakers = [
6666
{
67-
68-
"apiSpeakerUrl": "https://api.github.com/users/SomeHats",
69-
"speakerUrl": "https://github.com/SomeHats",
70-
"title": "Intro to GraphQL",
71-
"description": "<p>GraphQL is kind of a buzzword right now - but what even is this new API tech from Facebook? In this talk, we&rsquo;ll take a look at GraphQL and understand what it is, why you might use it, and how it fits in with the existing API landscape. We&rsquo;ll have a go at writing some simple GraphQL queries together, and hopefully you&rsquo;ll go away excited about using this awesome tech in your own work &amp; projects.</p>\n<p>Alex (<a href=\"https://twitter.com/somehats\">@somehats</a>) is a freelance full-stack designer, developer, and educator. When she&rsquo;s not creating apps, games, and tools for the web, she&rsquo;s teaching other people how to. Alex has been using GraphQL in production on a number of projects since early 2016, and is super excited about introducing more people to the tech. You can follow her on Twitter at <a href=\"https://twitter.com/somehats\">@somehats</a></p>\n",
72-
"milestone": "September 26th 2018",
73-
"img": "https://avatars2.githubusercontent.com/u/1489520?v=4&s=40",
74-
"handle": "SomeHats",
75-
"name": "Alex Dytrych"
76-
},
77-
{
78-
"apiSpeakerUrl": "https://api.github.com/users/msmichellegar",
79-
"speakerUrl": "https://github.com/msmichellegar",
80-
"title": "A Journey with GraphQL in Production",
81-
"description": "<p>You&#39;ve heard of GraphQL. But what kind of problems can it solve? This is the story of why we chose GraphQL to power the Vogue and GQ websites, and how it helped us get the data we needed for our frontend. You&#39;ll learn about some ways in which GraphQL can improve your application, and understand how you might implement it.</p>\n<p><strong>About the Speakers</strong></p>\n<p><a href=\"https://twitter.com/FadumaFaralacag\">Faduma</a> and <a href=\"https://twitter.com/msmichellegar\">Michelle</a> are Software Engineers at Cond&eacute; Nast International.</p>\n",
82-
"milestone": "September 26th 2018",
83-
"img": "https://avatars2.githubusercontent.com/u/10683087?v=4&s=40",
84-
"handle": "msmichellegar",
85-
"name": "Michelle and Faduma"
86-
87-
}
67+
"apiSpeakerUrl": "https://api.github.com/users/BethGriggs",
68+
"speakerUrl": "https://github.com/BethGriggs",
69+
"title": "Building and deploying Cloud Native Node.js applications",
70+
"img": "https://avatars2.githubusercontent.com/u/8297234?v=4&s=40",
71+
"handle": "BethGriggs",
72+
"name": "Bethany Nicolle Griggs"
73+
},
74+
{
75+
"apiSpeakerUrl": "https://api.github.com/users/muttoni",
76+
"speakerUrl": "https://github.com/muttoni",
77+
"title": "Building an Alexa Skill in 20 minutes using NodeJS",
78+
"img": "https://avatars2.githubusercontent.com/u/27052451?v=4&s=40",
79+
"handle": "muttoni",
80+
"name": "Andrea Muttoni"
81+
},
82+
{
83+
"apiSpeakerUrl": "https://api.github.com/users/d4nyll",
84+
"speakerUrl": "https://github.com/d4nyll",
85+
"title": "Dockerizing JavaScript Applications",
86+
"img": "https://avatars2.githubusercontent.com/u/9997953?v=4&s=40",
87+
"handle": "d4nyll",
88+
"name": "Daniel Li"
89+
}
8890
];
8991

9092
const thisMonth = {
91-
title: "#77 - September 2018"
93+
title: "#78 - October 2018"
9294
};
9395

9496
const nextMonth = {
95-
date: "24th October 2018",
97+
date: "28th November 2018",
9698

9799
speakers: [
98100
{
99-
name: "Bethany Nicolle Griggs",
100-
title: " Building and deploying Cloud Native Node.js applications"
101-
},
102-
{
103-
name: "Andrea Muttoni",
104-
title: "Building an Alexa Skill in 20 minutes using NodeJS"
101+
name: "Edd Yerburgh",
102+
title: "Large-scale refactoring with codemods"
105103
},
106104
{
107-
name: "Daniel Lee",
108-
title: "Dockerizing JavaScript Applications"
105+
name: "?",
106+
title: "??? using NodeJS"
109107
}
110108

111109
]
@@ -317,9 +315,9 @@ export default class Presentation extends React.Component {
317315

318316
<Slide>
319317
<Heading size={3} textColor="secondary" margin={30}>After Party</Heading>
320-
<Heading size={5} textColor="secondary">Nell Gwynne Tavern</Heading>
318+
<Heading size={5} textColor="secondary">Theodore Bullfrog</Heading>
321319
<Text textColor="secondary" margin={10}>
322-
2 Bull Inn Ct, London WC2R 0NP
320+
26-30 John Adam St, London WC2N 6HL
323321
</Text>
324322
<Image src={images.cheers.replace("/", "")} margin="40px auto 0px" height="200px" />
325323
<Heading size={5} textColor="highlight" >Before you go...</Heading>

0 commit comments

Comments
 (0)