Skip to content

Commit b61f30a

Browse files
committed
add Peter
1 parent c7bb2b4 commit b61f30a

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

_data/speaker-list.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
speakers:
33
- _participants/louis-pilfold.md
44
- _participants/sam-aaron.md
5+
- _participants/peter-saxton.md
56
- _participants/natalia-chechina.md
6-
- _participants/guillaume-duboc.md
77
- _participants/katleho-kanyane.md
88
- _participants/christopher-grainger.md
99
- _participants/michal-muskala.md
1010
- _participants/matteo-gheri.md
1111
- _participants/brujo-benavides.md
1212
- _participants/paul-guyot.md
13+
- _participants/guillaume-duboc.md

_includes/schedule.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ <h2 class="title">SCHEDULE</h2>
5454
<td style="border: 1px solid #fff; padding: 10px;"><a href="https://codebeamlondon.com/participants/natalia-chechina" style="color: #0074A9; text-decoration: none;">Natalia Chechina</a></td>
5555
</tr>
5656
<tr>
57-
<td style="border: 1px solid #fff; padding: 10px; color: #D3D3D3; font-family: 'Helvetica Neue', sans-serif;">12:35 PM - 2:10 PM</td>
57+
<td style="border: 1px solid #fff; padding: 10px; color: #D3D3D3; font-family: 'Helvetica Neue', sans-serif;">12:35 PM - 1:35 PM</td>
5858
<td style="border: 1px solid #fff; padding: 10px; color: #D3D3D3; font-family: 'Helvetica Neue', sans-serif;">Lunch</td>
5959
<td style="border: 1px solid #fff; padding: 10px;"></td>
6060
</tr>
61+
<tr>
62+
<td style="border: 1px solid #fff; padding: 10px; color: #D3D3D3; font-family: 'Helvetica Neue', sans-serif;">1:35 PM - 2:05 PM</td>
63+
<td style="border: 1px solid #fff; padding: 10px;"><a href="https://codebeamlondon.com/talks/eat-your-greens" style="color: #4EB813; text-decoration: none;">Eat your Greens. A Philosophy for Language Design</a></td>
64+
<td style="border: 1px solid #fff; padding: 10px;"><a href="https://codebeamlondon.com/participants/peter-saxton" style="color: #0074A9; text-decoration: none;">Peter Saxton</a></td>
65+
</tr>
6166
<tr>
6267
<td style="border: 1px solid #fff; padding: 10px; color: #D3D3D3; font-family: 'Helvetica Neue', sans-serif;">2:10 PM - 2:40 PM</td>
6368
<td style="border: 1px solid #fff; padding: 10px;"><a href="https://codebeamlondon.com/talks/using-json-in-elixir" style="color: #4EB813; text-decoration: none;">Trade-offs using JSON in Elixir 1.18: Wrappers vs Erlang Libs</a></td>

_participants/Peter-Saxton.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Peter Saxton
33
pic_url: "/assets/images/peter-saxton.jpg"
4-
tagline: Northvolt
4+
tagline: "CTO @ EYG labs"
55
github:
66
twitter: CrowdHailer
77

88
---
9-
Currently a reluctant Go developer working at Northvolt, where we are trying to save the world and help make "the worlds greenest battery". I am self made language nerd who like reading about type system and arguing which of HTML or Excel is the more widely used language. For the last year I have been building own language which is yet to find it's second user.
9+
A long time Gleam developer and contributor. My mission is to make programming faster for everyone. In this endeavor I am investigating the boundary between type systems, no-code platforms and infrastructure as code tooling.

_talks/eat-your-greens.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
audience:
3+
- Beginner
4+
title: "Eat your Greens. A Philosophy for Language Design"
5+
speakers:
6+
- _participants/peter-saxton.md
7+
8+
---
9+
Balancing predictability and usability in language features to reduce complexity in software development, dependencies and deployment.

assets/images/peter-saxton.jpg

-497 KB
Loading

0 commit comments

Comments
 (0)