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
Stuff I Learned in Amsterdam
Search
markprovan
June 08, 2012
Programming
1
54
Stuff I Learned in Amsterdam
Brief overview of some technologies I picked up while at Euruko in Amsterdam.
markprovan
June 08, 2012
Tweet
Share
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
300
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
400
Build your own WebP codec in Swift
kishikawakatsumi
2
830
株式会社 Sun terras カンパニーデック
sunterras
0
150
CSC305 Lecture 04
javiergs
PRO
0
230
プロダクト開発をAI 1stに変革する〜SaaS is dead時代で生き残るために〜 / AI 1st Product Development
kobakei
0
440
NetworkXとGNNで学ぶグラフデータ分析入門〜複雑な関係性を解き明かすPythonの力〜
mhrtech
3
760
大規模アプリにおけるXcode Previews実用化までの道のり
ikesyo
0
930
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
690
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
290
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
140
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
23
11k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
GitHub's CSS Performance
jonrohan
1032
460k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Side Projects
sachag
455
43k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Automating Front-end Workflow
addyosmani
1371
200k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Bash Introduction
62gerente
615
210k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Faster Mobile Websites
deanohume
310
31k
Designing Experiences People Love
moore
142
24k
Transcript
None
WHAT I LEARNED IN AMSTERDAM
WHAT I LEARNED IN AMSTERDAM (and some stuff about code)
Euruko 2012 - Speakers Yukihiro Matsumoto Geoffrey GrosenBach Charles Nutter
Ryan olson
News
Mruby http://www.github.com/mruby/mruby
Mruby Lightweight, Embeddable Ruby Reached a Usable State Compiles down
to bytecode Source is Around 400kb
MobiRuby Built on MRuby Allows for Ruby ios Development FREE!
Release date is ‘Summer’ 2012 - SOON!
EURUKO 2012
EURUKO 2012 600 Ruby Developers
EURUKO 2012 600 Ruby Developers
EURUKO 2012 600 Ruby Developers Loving Life
zeromq http://www.zeromq.com Supercharged Sockets
What is ZeroMQ? Library to extend tcp transport Message Queueing
Request/reply - PUSH/PULl - Publisher/Subscriber Designed to handle high amounts of requests
use cases?
use cases? system Tracking File transfer Messaging application Unfortunately not
the best for todo lists ;)
Setting up a chat Interface
Setting up a chat Interface
Setting up a chat Interface
Setting up a chat Interface
Setting up a chat Interface
Setting up a chat server
Setting up a chat server
Setting up a chat server
Setting up a chat server
DEMO
Load testing
Load Testing
Load Testing No Crashes recieve All data we sent Still
be able to send data after Sending around 10 -20k requests in a few seconds
DEMO
Things I want to look at
Things I want to look at How Library Actually Works
Find more use cases for it build a full on chat client/server
thanks
thanks to emergeadapt for getting me there to Glasgow Ruby
user group for ticket :)
None