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
Meetup Door Prize
Search
Justin Saraceno
December 11, 2013
Technology
0
72
Meetup Door Prize
Triangle .NET User Group Dec 11, 2013 presentation: Lightning talk about meetupdoorprize.com
Justin Saraceno
December 11, 2013
Tweet
Share
More Decks by Justin Saraceno
See All by Justin Saraceno
Scoutbook 101
justinsaraceno
0
210
Strategies for Versioning Your RESTful API
justinsaraceno
0
2.3k
.NET Deployment with AppHarbor
justinsaraceno
0
85
PhoneGap Build with WP7 Compilation
justinsaraceno
2
140
Other Decks in Technology
See All in Technology
SOTA競争から人間を超える画像認識へ
shinya7y
0
650
AIがコードを書いてくれるなら、新米エンジニアは何をする? / komekaigi2025
nkzn
23
16k
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
300
データとAIで明らかになる、私たちの課題 ~Snowflake MCP,Salesforce MCPに触れて~ / Data and AI Insights
kaonavi
0
210
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
160
어떤 개발자가 되고 싶은가?
arawn
1
350
触れるけど壊れないWordPressの作り方
masakawai
0
560
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
130
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
110
可観測性は開発環境から、開発環境にもオブザーバビリティ導入のススメ
layerx
PRO
4
2.4k
GCASアップデート(202508-202510)
techniczna
0
210
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Facilitating Awesome Meetings
lara
57
6.6k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
680
Site-Speed That Sticks
csswizardry
13
940
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
YesSQL, Process and Tooling at Scale
rocio
174
15k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
200
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Done Done
chrislema
186
16k
Why Our Code Smells
bkeepers
PRO
340
57k
Transcript
MeetupDoorPrize.com Justin Saraceno Triangle .NET User Group Lightning Talk -
Dec 11, 2013
The Story • Used to hand out paper raffle tickets
at the end of each meeting. • Moved to counting off at the end of each meeting and choosing random numbers. • Our attendance grew and we started using Meetup.com • Meetup.com has a GREAT API!
Start by logging in via Meetup OAuth 2.0 (because API
key calls aren’t unlimited)
Log in & Authorize
None
None
The Tech • Hosted on Site44.com with DropBox • It’s
all HTML & Javascript • Uses Meetup.com’s API: – For Authorization via Oauth 2.0 – For Event & People Data
It’s Simple!
Why? • To Learn JavaScript! • To Consume A Real-Live
API • To use OAuth 2.0 • Bonus: It’s Actually Useful!
What’s Next? • Migrate from Bootstrap 2 => 3 •
Design improvements • JavaScript improvements • Mobile?
It’s on GitHub!
None
The End