Silicon Valley Code Camp : October 3rd and 4th 2015

Ryan Riley

Tachyus Corp
About Ryan
Ryan Riley is a Visual F# MVP and Engineer for Tachyus, a start-up using F# to profoundly revolutionize the oil & gas industry. He runs the Community for F# virtual user group and serves on the management committee for the Open Web Interface for .NET (OWIN) specification.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Relax and let the HTTP Machine do the Work

    3:30 PM Saturday   Room: RD-301
    How many times have you re-implemented the same patterns for handling GETs, PUTs, POSTs, and DELETEs (if any)? Do you include headers specified by the HTTP RFCs or ignore them entirely? HTTP is a complicated beast. Wouldn't it be nice if you could leverage an engine to drive these mundane details for you? You can, and you've been able to do this for quite some time in languages like Erlang, Ruby, Clojure, node.js, and more. Freya recently brought the web machine approach to .NET, and it offers a few new bells and whistles, including pluggable machine graphs and mixins. This talk will highlight some of the challenges in building web apps and show how the machine approach can help you focus more on building your applications and less on getting the HTTP parts right.