Blog articles

0
comment
on 9/18/2018 11:16 PM
This is more of a quick, explanatory “heads-up” post than anything else. On March 31st 2018, I started an experiment: I created a new Stack Overflow user called “Daisy Shipton” with no picture and a profile that just read “Love coding in C#” (or similar).[...]
.
0
comment
on 9/14/2018 6:55 AM
Versioning for open source library Few weeks ago I explained how Gitversion can be used to apply semantic versioning to projects based on commit and tag history. Today I will dive deeper in the purpose of versioning and introduce a flow which can be follo[...]
.
0
comment
on 9/12/2018 4:33 PM
I’ve been having a conversation with some folks on Twitter about their evidence that mob programming makes Brooks’ Law irrelevant. Someone offered evidence based upon his own experience that mob programming breaks this rule.  I hope I’m not mischaracteriz[...]
.
0
comment
on 9/9/2018 1:18 AM
React has a smaller scope than Angular. I’ve found that my coworkers have an easier time grokking React than Angular: React contains fewer concepts than Angular. Angular can sometimes make implementation of custom behaviors require a lot of deep kn[...]
.
0
comment
on 9/8/2018 12:30 PM
What’s the lure of f#? The main lure of f# is that it’s a surprisingly competent ML style language that transcends some of the limitations of CIL. From my point of view, the main distinguishing feature for f# is Statically Resolved Type Parameters. It’s[...]
.
0
comment
on 9/6/2018 1:32 PM
Implement timeout and retry policies for HttpClient in ASP NET Core with Polly Few weeks ago I explained [how to use the new HttpClientFactory. This freed ourselves from managing the confusing lifecycle of a HttpClient and at the same time allowed us to s[...]
.
0
comment
on 9/5/2018 10:52 PM
So what has been my experience using Identity Server? I’ve (and others in my team) have worked on a project using Identity Server 4 since early 2017. What lead us there? The main reason why we started to consider it was due to the main business goals: [...]
.
0
comment
on 9/5/2018 11:48 AM
After writing the previous post about getting some of the infrastructure working for non Windows, I’ve seen better ways of getting it to work. In particular we have seen the use of netfx.props as seen in FSharp.TypeProviders.SDK. Then you add the followin[...]
.
0
comment
on 8/31/2018 2:17 AM
Continuously deploy infrastructure with Gitlab Pipeline Few weeks ago we saw how we could Setup continious integration and deployment to deploy an application using Gitlab Pipeline. We configured a service with systemd and had an ASP NET Core application [...]
.
0
comment
on 8/30/2018 3:00 PM
.
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