All You Can Eat Agents
This post is my contribution towards the 2021 F# Advent Calendar. Introduction I've been a fan of F# for many years, dabbling with it on and off during that time.…
This post is my contribution towards the 2021 F# Advent Calendar. Introduction I've been a fan of F# for many years, dabbling with it on and off during that time.…
Code 4 Life Wood League 2 to Wood League 1 This post is part of the F# Advent Calendar 2018 organized by Sergey Tihon. Introduction If you know me, it's…
I recently went through the 100 Days of Code challenge and was lucky to receive the opportunity to write a guest blog post one on of my favourite sites: CodingGame.com.…
A little while ago I dipped my toe into pattern matching and recursion with both F# and Elixir. I'd like to take a deeper dive into pattern matching in F# with…
A little while ago I dipped my toe into pattern matching and recursion with both F# and Elixir. I'd like to take a deeper dive into pattern matching in F# with…
Recursion Like most people coming from the land of imperative programming, one of the first things that jumped out at me when exploring functional programming was that idiomatic thinking tended towards…
Last year I started playing around with the F# programming language in earnest. This in turn sparked an internal hunger to explore the functional programming paradigm. Since then I have further…
A few months ago I had the good fortune of coming across a very interesting talk by Crista Lopes about Exercises in Programming Style recorded at the Joy of Coding conference. In this presentation…
It's been a while...again. I can't believe this is only my first post for 2016. I've been spending lots of time on Pluralsight becoming addicted to F#. I'll likely start adding…
They have begun posting the NAV Tech Days 2015 presentations on Mibuso. I was not able to attend this year, but the presentations look interesting. There is lots of great…
After a few month hiatus for summer (there is lots of family stuff to do with four kids, but no vacation this year—booerns), some heavy work deadlines and admittedly, a…
Introduction I recently read the book Soft Skills - The Software Developer's Life Manual by John Z. Sonmez. Actually, I read it twice. It is a gold mine of great…
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and development. The topic of source control…
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and development. The topic of source control…
Recently I was tasked with creating a wizard in Dynamics NAV for a custom claims module. The wizard required collecting some data from the user, which was then used to…