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
70
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
200
Strategies for Versioning Your RESTful API
justinsaraceno
0
2.3k
.NET Deployment with AppHarbor
justinsaraceno
0
82
PhoneGap Build with WP7 Compilation
justinsaraceno
2
140
Other Decks in Technology
See All in Technology
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
500
2025/09/16 仕様駆動開発とAI-DLCが導くAI駆動開発の新フェーズ
masahiro_okamura
0
140
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
プラットフォーム転換期におけるGitHub Copilot活用〜Coding agentがそれを加速するか〜 / Leveraging GitHub Copilot During Platform Transition Periods
aeonpeople
1
240
テストを軸にした生き残り術
kworkdev
PRO
0
220
Create Ruby native extension gem with Go
sue445
0
130
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.2k
roppongirb_20250911
igaiga
1
250
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
660
LLM時代のパフォーマンスチューニング:MongoDB運用で試したコンテキスト活用の工夫
ishikawa_pro
0
170
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
280
今日から始めるAWSセキュリティ対策 3ステップでわかる実践ガイド
yoshidatakeshi1994
0
120
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Documentation Writing (for coders)
carmenintech
74
5k
Speed Design
sergeychernyshev
32
1.1k
GraphQLとの向き合い方2022年版
quramy
49
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Git: the NoSQL Database
bkeepers
PRO
431
66k
How STYLIGHT went responsive
nonsquared
100
5.8k
Rails Girls Zürich Keynote
gr2m
95
14k
GitHub's CSS Performance
jonrohan
1032
460k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
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