Silicon Valley Code Camp : October 5th and 6th 2013

Vlad Patryshev

HealthExpense
About Vlad
Born in Arkhangelsk, Russia; studied in St.Petersburg. Married. 2 grown-up children. Living in San Jose. Riding a road bike on weekends. https://github.com/vpatryshev presheaf.com ivan_gandhi.livejournal.com
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Type Classes in Scala Explained

    1:15 PM Sunday   Room: 3525
    The notion of type class is shrouded in a mystery. Even people that use it mostly cannot explain what it is. In this talk I explain type classes in simple terms, give examples, show how it is elegantly presented in Scala and give more examples.

  • Monoids For Regular Programmers

    2:45 PM Sunday   Room: 3525
    Monoid is the simplest structure from algebra, and you encounter it every day. I give you a bunch of examples, a good definition, and some specialized monoids. It turns out trees, bags, sets are pretty much related with this notion. The code is in Scala, but no knowledge of Scala is required, just be willing to understand the things that are not even new.