Chris is a software developer, consultant and founder of Lambda Factory(http://lambdafactory.io).
He's author of Ionide, Saturn, Forge, Fornax, project owner and maintainer of VSCode-Elm and contributor to many OSS projects. Chris is also international speaker, that tries to convince developers around the world that OSS and FP are good, pragmatic choices for writing software. You can find him on Twitter as @k_cieslak, GitHub - @Krzysztof-Cieslak and read his blog at http://kcieslak.io
Talks I've Given
-
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 -
Lightning Talk Session: What's new in F# xplat tooling in 2017?
Featuring Krzysztof Cieślak
During the talk, you will learn cross platform tooling novelties that are created by F# opensource community. You will also discover new features in Ionide and Forge, updates to FsharpLint, new way of testing with Expecto, and new TryFsharp webpage.
fsharp fsharpx tooling opensource expecto xplat ionide -
3
#FSharpX Lightning Talks Session
Featuring Michael Newton, Vicenç Garcia-Altes and Krzysztof Cieślak
This session will highlight three key #fsharpX speakers with 10-minute topical talks by Krzysztof Cieślak, Vicenç Garcia-Altes and Michael Newton.
-
Forge- F# CLI tooling
Featuring Krzysztof Cieślak
Forge is command line interface for F# projects. Its aim is to provide unified user experience for common task such as project scaffolding, dependency management and building. Forge integrates with popular tools created by community - Paket for dependency management, and FAKE for application...
f# forge fake paket tooling