Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 759 Bytes

Presentations

Here you will find resources for my presentations.

A Simple Bid Recommendation Engine Using FParsec and CodeDom

In this session, I share my journey through building a simple bid recommendation engine which uses FParsec - an F# parser combinator library which makes such a task a breeze, and CodeDom - a code provider which allows us to generate source code as well as compiled assemblies.

Video SkillCast

Introduction to Functional Programming with F#

Presentation I prepared for my colleagues at work to introduce them to Functional Programming.

F# Type System

Presentation I prepared for my colleagues at work to introduce them to type system in F#.