F# Bloggers

Blog articles of F# Bloggers

0
comment
on 8/28/2015 8:52 AM
In the process of creating a web service backend for a large web application for Diamler I've come across a few patterns that allow me to provide functionality without bloating my codebase. As the application is largely data driven one of my favorite patterns involves using the SqlProgrammabilityProvider and optional stored procedure parameters. The problem to solve Imagine we have an automobile resource that we want to be able to get by id or do some sort of querying to retrieve a list of them. GET ap[...]
>> Read the full article
.
0
comment
on 8/28/2015 3:46 AM
Read the previous article: FSharpArm - part 1 As the previous article was "current-status". Progress brought new insights, and so the following corrections apply:I develop in VS2015 under Windows, so I didn’t need to install Akka.Net on the RPi; installing fsharp for Debian/Ubuntu Linux is enough; The Self-Hosted Websharper template does not work -fully- as was described, see below; Control Panel [...]
>> Read the full article
.
0
comment
on 8/20/2015 1:33 PM
As my former boss and mentor used to say, in order to understand recursion one must first understand recursion. This is funny, ha-ha, but if we tweak it slightly we get a really useful statement: in order to understand dynamic programming, one must first understand recursion. Here is an example. Sources Github: http://github.com/fierval/BioInfo Decomposition Problem […]
>> Read the full article
.
0
comment
on 8/17/2015 3:04 PM
Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized If you're new to F# you may have seen this exception on your code and started adding parenthesis and commas all over the place to get it to go away. Or perhaps you simply had no idea why the compiler wasn't happy. In this short article I'll show some code that causes the compiler error and an easy way to resolve it. let upcoming = getUpcoming DateTime.UtcNow.[...]
>> Read the full article
.
0
comment
on 8/17/2015 11:43 AM
Over the past several month I’ve been prototyping various aspects of  an IoT platform – or more specifically, exploring the concerns …Continue reading →
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper