Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tech Demo Night
Search
Zac Stewart
May 21, 2015
Programming
59
0
Share
Tech Demo Night
Demo of a project I'm working on
Zac Stewart
May 21, 2015
More Decks by Zac Stewart
See All by Zac Stewart
Heterogeneous Collections in Rust
zacstewart
1
370
Rust with Ruby
zacstewart
2
130
Behavior-Driven Development in Python
zacstewart
0
140
Building a Language Identifier
zacstewart
2
3.2k
HTTP OPTIONS Method And Self-Describing APIs
zacstewart
2
3.2k
Other Decks in Programming
See All in Programming
〜バイブコーディングを超えて〜 チームで実験し続けたAI駆動開発
tigertora7571
0
180
Running Swift without an OS
kishikawakatsumi
0
880
AIを導入する前にやるべきこと
negima
2
320
ついに来た!本格的なマルチクラウド時代の Google Cloud
maroon1st
0
360
🦞OpenClaw works with AWS
licux
1
320
属人化しないコード品質の作り方_2026.04.07.pdf
muraaano
0
300
Import assertionsが消えた日~ECMAScriptの仕様はどう決まり、なぜ覆るのか~
bicstone
2
170
PicoRuby for IoT: Connecting to the Cloud with MQTT
yuuu
2
730
Kingdom of the Machine
yui_knk
2
1.3k
「話せることがない」を乗り越える 〜日常業務から登壇テーマをつくる思考法〜
shoheimitani
4
960
Making the RBS Parser Faster
soutaro
0
650
過去のレビュー知見をSkillsで資産化した話
pkshadeck
PRO
0
280
Featured
See All Featured
Discover your Explorer Soul
emna__ayadi
2
1.1k
Speed Design
sergeychernyshev
33
1.6k
RailsConf 2023
tenderlove
30
1.4k
Making Projects Easy
brettharned
120
6.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.9k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
730
The Cost Of JavaScript in 2023
addyosmani
55
9.9k
Paper Plane (Part 1)
katiecoart
PRO
0
7k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
290
Java REST API Framework Comparison - PWX 2021
mraible
34
9.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
Transcript
!"#
Guess%a%Number%1,10 To:
[email protected]
Subject:)guessing)game guess:&X
None
None
None
None
None
$ rails new my-integration
None
When%I%get%a%Gmail%message… { "from": "
[email protected]
", "subject": "guessing game", "body": "guess: 7"
}
Execute'some'JavaScript… if (/guessing game/i.test(input.data.subject)) { output.emit(input.data); }
And$execute$some$more$JavaScript… if (!state.winner) { var matches = input.data.body && input.data.body.match(/guess:
(\d+)/i); var guess = matches && parseInt(matches[1], 10) if (guess === 6) { state.winner = input.data.from; output.emit({to: input.data.from, subject: "You win!", body: "Enjoy this free email!"}); } }
And$finally,$send$an$email { "to": "
[email protected]
", "subject": "You win!", "body": "Enjoy this
free email!" }
Event,'ac*on,'ac*on,'ac*on
• Ability(to(respond(to(events • Perform(condi5onal(logic • Perform(matching(opera5ons • Maintain(internal(state
None
None
Zac$Stewart @zacstewart