Kasey's Blog
22 March 2021
Eleven to Twelve Twenty One
›
Success sold out. Unwatchable anyway. Failure tickets available. One please. Popcorn and soda. A moment's pleasure. Remain seated for th...
23 June 2017
VS 2017 runaway usage
›
My computer started to feel sluggish yesterday. Little things like the mouse taking a second to respond to my movements (in any app). I fina...
03 April 2017
What is the benefit of Functional Programming?
›
I've seen some posts lately trying to come to grips with or warn against functional programming (FP) patterns in F#. So, I thought I wou...
09 March 2017
Shuffling without side effects
›
Randomization can be separated from shuffling to produce repeatable results. A while back, I put some code on GitHub to do shuffling . It ...
11 November 2016
API edge cases revisited
›
For pipeline steps, nesting is often better than chaining. In my last post , I talked about the difficulty of chaining together steps in a...
17 September 2016
Functional Programming Edge Case: API Edges
›
Update: See this followup post for a more elegant style that still provides the benefits of nesting vs chaining. So I've run across a...
02 August 2016
React/Redux coming from CQRS/ES
›
Looking at React + Redux, there is a noticeable similarity to CQRS + ES. These front-end and back-end concepts being aligned may be helpful ...
2 comments:
›
Home
View web version