Christina is a Software Engineer with over 16 years experience in the industry. She worked in a multitude of environments - in five different countries, and developed various types of applications (from antivirus software to e-commerce websites).
She is currently working as a contractor in FinTech.
Talks I've Given
-
Property Based Testing in F#
Featuring Christina Nicolau
Property based testing was popularised by Haskell's QuickCheck library and offers a different approach to writing tests. In this talk Christina will share with you the concept and how to use it to build a more resilient code base. There will be practical examples in F#, using the FsCheck...
property-based-testing fscheck unit-testing fsharpx f-sharp -
Lightning Talk: Continuous Property Based Testing in F# (using FsCheck and Fake)
Featuring Christina Nicolau
During this talk, you'll discover property based testing for a small F# project (FizzBuzz) and you will learn how to configure Fake to do continuous testing in the background.
fsharp fscheck fake dotnet testing -
The Master Theorem
Featuring Christina Nicolau
The master theorem provides an out of the box method for computing the complexity of certain classes of Divide et Impera algorithms. We'll be looking inside the box to see how the magic happens!
algorithm data