F# in the cloud

Speaker at Self
Nov. 25, 2013
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
F# in the cloud
1 of 37

More Related Content

What's hot

Build a serverless distributed Pong game with AzureBuild a serverless distributed Pong game with Azure
Build a serverless distributed Pong game with AzureMarco Parenzan
Flask, ArcPy, and You (Mike Davlantes)Flask, ArcPy, and You (Mike Davlantes)
Flask, ArcPy, and You (Mike Davlantes)GIS Colorado
Mac & OracleMac & Oracle
Mac & OracleLeyi (Kamus) Zhang
RavenDB 4.0RavenDB 4.0
RavenDB 4.0Oren Eini
MMO Design Architecture by AndrewMMO Design Architecture by Andrew
MMO Design Architecture by AndrewAgate Studio
Amazon API Gateway を活用したゲームサーバー構築Amazon API Gateway を活用したゲームサーバー構築
Amazon API Gateway を活用したゲームサーバー構築崇之 清水

Viewers also liked

Tour of language landscape (katsconf)Tour of language landscape (katsconf)
Tour of language landscape (katsconf)Yan Cui
F# in social gaming (CodeMash 15)F# in social gaming (CodeMash 15)
F# in social gaming (CodeMash 15)Yan Cui
F# in real world (LambdaCon15)F# in real world (LambdaCon15)
F# in real world (LambdaCon15)Yan Cui
BigQuery in Social GamingBigQuery in Social Gaming
BigQuery in Social GamingYan Cui
My adventure with elm (LambdaCon15)My adventure with elm (LambdaCon15)
My adventure with elm (LambdaCon15)Yan Cui
Introduction to Aspect Oriented Programming (DDD South West 4.0)Introduction to Aspect Oriented Programming (DDD South West 4.0)
Introduction to Aspect Oriented Programming (DDD South West 4.0)Yan Cui

Similar to F# in the cloud

Massively Social != Massively MultiplayerMassively Social != Massively Multiplayer
Massively Social != Massively MultiplayerPaul Furio
PlayStation and Searchable Cassandra Without Solr (Dustin Pham & Alexander Fi...PlayStation and Searchable Cassandra Without Solr (Dustin Pham & Alexander Fi...
PlayStation and Searchable Cassandra Without Solr (Dustin Pham & Alexander Fi...DataStax
(GAM404) Hunting Monsters in a Low-Latency Multiplayer Game on EC2(GAM404) Hunting Monsters in a Low-Latency Multiplayer Game on EC2
(GAM404) Hunting Monsters in a Low-Latency Multiplayer Game on EC2Amazon Web Services
Как сделать высоконагруженный сервис, не зная количество нагрузки / Олег Обле...Как сделать высоконагруженный сервис, не зная количество нагрузки / Олег Обле...
Как сделать высоконагруженный сервис, не зная количество нагрузки / Олег Обле...Ontico
BGF 2012 (Browsergames Forum)BGF 2012 (Browsergames Forum)
BGF 2012 (Browsergames Forum)Christof Wegmann
PlayStation and Lucene - Indexing 1M documents per second: Presented by Alexa...PlayStation and Lucene - Indexing 1M documents per second: Presented by Alexa...
PlayStation and Lucene - Indexing 1M documents per second: Presented by Alexa...Lucidworks

Similar to F# in the cloud(20)

More from Yan Cui

How to win the game of trade-offsHow to win the game of trade-offs
How to win the game of trade-offsYan Cui
How to choose the right messaging serviceHow to choose the right messaging service
How to choose the right messaging serviceYan Cui
How to choose the right messaging service for your workloadHow to choose the right messaging service for your workload
How to choose the right messaging service for your workloadYan Cui
Patterns and practices for building resilient serverless applications.pdfPatterns and practices for building resilient serverless applications.pdf
Patterns and practices for building resilient serverless applications.pdfYan Cui
Lambda and DynamoDB best practicesLambda and DynamoDB best practices
Lambda and DynamoDB best practicesYan Cui
Lessons from running AppSync in prodLessons from running AppSync in prod
Lessons from running AppSync in prodYan Cui

Recently uploaded

Framing Few Shot Knowledge Graph Completion with Large Language ModelsFraming Few Shot Knowledge Graph Completion with Large Language Models
Framing Few Shot Knowledge Graph Completion with Large Language ModelsMODUL Technology GmbH
Elevate Your Enterprise with FME 23.1Elevate Your Enterprise with FME 23.1
Elevate Your Enterprise with FME 23.1Safe Software
Common WordPress APIs - Options APICommon WordPress APIs - Options API
Common WordPress APIs - Options APIJonathan Bossenger
Machine learning with quantum computersMachine learning with quantum computers
Machine learning with quantum computersSpeck&Tech
Privacy in the era of quantum computersPrivacy in the era of quantum computers
Privacy in the era of quantum computersSpeck&Tech
How resolve Gem dependencies in your code?How resolve Gem dependencies in your code?
How resolve Gem dependencies in your code?Hiroshi SHIBATA

Recently uploaded(20)

F# in the cloud

Editor's Notes

  1. Lowers the cost of failure
  2. The biggest advantage of programming with the Actor model, for me, is the fact that each actor is self-contained and implements an explicit protocol, hence making them very easy to reason with and often it’s possible to look at the code and know that there’s obviously no defect rather than no obvious defect, and that distinction is important.The only operation with the inbox which requires synchronization (as far as I know) is with selective receive using inbox.Scan, otherwise, it’s inherently single-threaded inside the body of an agent (a property of the Actor model).