Bookmarks - Setting up F# environment
I spent some time on running F# on Windows (8.1 professional), OSX (El Capitan) and Linux (Ubuntu 14.04.3). Bottom line, Windows is the best environment for F# coding.
Flux Doesn't Have to Be Confusing
Facebook Flux is application architecture developed by Facebook. I found it quite similar to command-query-segregation pattern we implemented at work bankerstoolbox.com, except somehow it was quite confusing.
Testing Mapping Code
How do you test your mapping code? You want to have your test code to raise an error when,
LINQ with Index
Let’s say you have a function that returns list of entities with logs. One entity may have 0 or more logs.
Web API Implementation Practice in Micro-Service Architecture
In the system I work on these days, one service needs to call another service to get data and it is done through web API. If the service is used by multiple services, client portion for the service is repeated on every consumers.
Bookmarks - Jenkins, Bitbucket Git on Windows
Goal
Walkthrough - Ionic Framework, Barcode Scanner, Android, iOS
Goal
AngularJS Select Binding with C# Enum
Problem
Bookmarks - ELMAH on ASP.NET MVC
ELMAH setup
Enumeration with Generic Interface
Problem
Using Bootstrap LESS on ASP.NET MVC Project
There are two ways I tried for using Bootstrap LESS.
SMTP Server - When you believe you did everything right
I was working on “Contact Us” page, and wasted embarrassingly long time troubleshooting because of one interesting behavior with gmail.
MEAN Stack Issue
MEAN stack uses M (mongodb), E (ExpressJS), A (AngularJS) and N (NodeJS). As a developer who lived in Microsoft land mostly (other than my one off development of Korean Letters in iOS and Android), I had to give it a try when I heard of it.
Decimal Remembers Precision
I was puzzled by decimal type - when I load currency value from database, it is serialized as 0.0000, whereas if I assign the value directly within c# code it is serialized as 0. Thus, my AssertEqual()
function fails.
Korean Letters App
On sale now!