Tomasz Heimowski
Tomasz is a professional developer whose main areas of interest are F# and Functional Programming in general. As a Senior Software Developer at Datto he applies F# to tackle problems from various areas. In his free time, apart from contributing to OSS projects and learning new tech stuff, he enjoys lifting weights as well as dancing.
unfold_lessunfold_more Full Stack Web in F#
Key takeaways
- You will learn to write end-to-end web applications using F#
- You will see how to write front-end code in an easily maintainable way
- You will explore benefits of sharing code between server and client side
During this talk you'll learn what SAFE Stack stands for. You'll see how to create web applications in F# on both client and server side. Following a simple Model-View-Update pattern that was inspired by Elm language you'll discover that it's fairly easy to create rich clients. On the server side we'll build the solution on top ASP.NET Core. Starting with some theory, we'll move to a practical example with live coding to develop the app from scratch.