Blog articles

0
comment
on 8/27/2015 3:49 AM
What criteria do I use I prefer for the build tool to work on both *nix and windows. I do some of the .net coding on os x. The build systems mentioned here are all related to working with .net (and all except psake work in *nix). If you are coding .net [...]
.
0
comment
on 8/26/2015 1:16 AM
ComputationExpressionApproachForRestApi.md@import url(http://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css);code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px}kbd{color:#fff;background-color:#333;border-radiu[...]
.
0
comment
on 8/25/2015 11:25 PM
A new release of Try WebSharper is out featuring some enhancements regarding snippet meta-data and embedding.
.
0
comment
on 8/24/2015 12:00 AM
Tweet Update 24/08/2015 : some helpful people pointed out that I’ve missed a couple of other notable conferences here, including: Leetspeak (10th Oct Stockholm) Distributed Matters Berlin (19th Sep) and Barcelona (21st Nov) CodeMotion Berlin (2nd-3rd Nov)[...]
.
0
comment
on 8/23/2015 11:44 AM
Turns out that there is a simpler way of dealing with optional values in c#. Include FSharpx.Extras to your c# project and then you can do the following: optionalValue.Match( ifSome: value => ProcessValue(value), ifNone: () => NoValueToProcess([...]
.
0
comment
on 8/21/2015 8:17 AM
Since I’ve been without an assingment I’ve had the time to look into f# more. Where did I find material? fsharpforfunandprofit functional programming on slack stackoverflow Why did I start looking into f# again? I share the office with Fredrik[...]
.
0
comment
on 8/20/2015 8:32 PM
ComputationExpressionApproachForRestApi.md@import url(http://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css);code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px}kbd{color:#fff;background-color:#333;border-radiu[...]
.
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 [...]
.
0
comment
on 8/19/2015 1:24 PM
A new Try WebSharper is out adding a couple handy new features and addressing a couple annoyances, making it even more easy to publish your F# and WebSharper snippets.
.
0
comment
on 8/19/2015 8:01 AM
There’s an excellent and practical write-up on configuring an EC2 container to host a WordPress site here.  But there are a few minor amplifications I’d add.  So I thought I’d write them up here. 1.) As some folks noted in the comments, you should assign [...]
.
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