At Perpetuum, our goal is to advance and transform railway and fleet management, improving the efficiency, safety and quality of rail services.
We are a global leader in the provision of information to maximise safety and reliability and reduce costs. Our award winning, self-powered, wireless sensing technology, combined with vibration engineering expertise and rich analytics, provides real time information that enables you to optimise railway operations.
-
F# and GraphQL - How We Did It
Featuring Bartosz Sypytkowski
In this talk, Bartosz will briefly cover how GraphQL standard can change your perspective on building web services. Next, he'll share about its tradeoffs over standard REST applications, and how they decided to address them in the F# implementation of GraphQL server (known as...
f# webdev rest web-services graphql -
Lightning Talk: Build an ASP.NET Core Web App with F#? You must be having a Giraffe!
Featuring Stuart Lang
In this lightning talk, Stuart will share with you what Giraffe is, how it works, what a Giraffe application looks like, and a look at some of the features.
f# functional-programming aspnet giraffe -
Reinventing MVC pattern for Web Programming with F#
Featuring Krzysztof Cieślak
The MVC pattern has been one of the most important architectural patterns for server-side web development - it has been implemented and popularized by frameworks like Ruby On Rail or ASP.NET MVC. However, this pattern was traditionally coupled with object-oriented programming. In the talk,...
f# mvc-pattern functional-programming -
F# SAFE Stack: Current State
Featuring Tomasz Heimowski
Bootstrap web apps quickly using advanced dotnet template. Use the power of F# to build rich client without ever touching bare JS. Extract common code to reuse between front and back end in the same language. Deploy to a selected cloud provider using built-in supporting scripts. Sounds exciting?...
f# dotnet javascript web -
Do-It-Yourself: Event-Sourcing
Featuring Roman Sachse
So you heard so much stuff about Event-Sourcing. Now you want to know what all the hype is about but you don’t know where to start. Everything sounds quite complicated and there are many new concepts to learn. Do you need to use one of the available frameworks? Do you really need solutions for...
f# functional-programming architecture event-sourcing -
Workshop: Practical Machine Learning with F#
Featuring Sudipta Mukherjee
This workshop will show you how to use F# for solving common Machine Learning problems.
f# machine-learning