Matthias is a software developer and consultant. Exclusive focus on Haskell since 2015.
Degrees from Max-Planck Institute of Computer Science in Saarbrücken, Germany and Humboldt-University Berlin, Germany. Projects besides Aula include an identity management proxy, a servant-inspired configuration library, a toolkit for reverse-engineering and optimizing SAP analytics databases, and a framework for testing both the REST interfaces and the UI of web applications in an integrated test API.
Talks I've Given
-
2
Building web application with servant, lucid, and digestive-functors
Featuring Andor Penzes and Matthias Fischmann
Servant is a library for writing routing tables on the type level. It is commonly used for micro-services and for delivering json data to single-page apps, but it is possible to use it for delivering web pages and forms, and build a low- or no-js web application with it. Aula [0, 1] is such a web...
haskell haskell-x web-app