Stop breaking your head — Refactor your cycle (app) into replaceable, reusable spare parts now In a previous post, we were introduced to the Recall app that was built with Cycle.js. A couple of people were interested to know how to…
Be the eyes, the ears, the brain, the mouth, and the hand: the secret to organizing devday, an… Over the last two weeks I had the wonderful opportunity of organizing and giving a talk at a dev event. I jumped at it, I’ve always wanted…
Making ImmutableJS work with the advantages of TypeScript ImmutableJS is a great library. It even has TypeScript support. But, with it, there’s no more static type checking. Let’s get it fixed ASAP…
Why you should stop using state reducers in your app to be fully reactive With all the hype for FRP, the only way to manage state seems to be to use a stream of immutable states using reducers. Let’s break that.
Cycle.js Quick Start with TypeScript and Webpack in Visual Studio Code A post that gets you quickly up and running with a cycle.js app with TypeScript and Webpack in Visual Studio Code. VS Code hacks included.
Cycle.js Quick Start with Node.js, Babel, and Browserify in Visual Studio Code I wish to make it clear that I am extremely interested in new technologies, libraries, paradigms, and patterns. Cycle.js quickly caught my…
Angular 2 Quick Start with TypeScript and ASP.NET Core in Visual Studio 2015 In this tutorial-like write-up, I hope to get people started quickly with an Angular 2 app with TypeScript and ASP.NET Core RC2 in Visual…