Software developer for over 25 years. C# since 2003. Re-discovered my passion when I found functional programming and F#. I work remotely for Softwarepark, a specialist software and data science supplier based in Vienna, Austria. I specialise in presenting F# to newcomers to the language at user groups and through my employer's blog.
Talks I've Given
-
It's a stress-free life being an F# dev
Featuring Ian Russell
We have grown from nothing to processing nearly 8 million GPS signals per day in two years. In this presentation you will learn why we are thankful every day that we made the decision to use F# to build our Web APIs.
f# functional-programming -
Exploring the Testing Landscape in F#
Featuring Ian Russell
At this month's F#unctional Londoners, we're joined by Ian Russell who'll be telling us more about the rich variety of testing tools and strategies we have in F#. Don't miss it!
functional functional-testing functional-programming testing f-sharp f# -
Introduction to Domain Modelling
Featuring Ian Russell
C# is a great language for developing Line of Business applications but F# is even better! If you want to write code that expresses your requirements clearly, ensures correctness and supports rapid and fun development then guess what, F# does all that and more!
In this session we will explore how...
-
Domain Modelling in F#
Featuring Ian Russell
C# is a great language for developing Line of Business applications but F# is even better! If you want to write code that expresses your requirements clearly, ensures correctness and supports rapid, and fun, development then guess what, F# does all that and more!
f# prognet domain-modeling c# .net ddd -
Succeeding with Dependency Injection
Featuring Ian Russell
In this hands-on session, Ian Russell will show you how to use many of the software design patterns that you already know to create loosely coupled, maintainable code that is easy to extend and test.
.net dependency-injection testing prognet ioc-container design-patterns