AWS CDK MFA
The AWS CDK (Cloud Development Kit) is a welcome contribution to the “Infrastructure as Code” family. It is a development framework that allows you to configure AWS resources using programming…
The AWS CDK (Cloud Development Kit) is a welcome contribution to the “Infrastructure as Code” family. It is a development framework that allows you to configure AWS resources using programming…
During React Conf in Las Vegas this year Brian Vaughn, a member of the React JS-core team at Facebook, announced some of the new features and additions to React developer…
Styled-components is a wonderful way to style the components in your React project, but using it together with existing CSS can be a bit tricky – especially if you want…
I have spent some time working with the AWS Elasticsearch Service lately. Regrettably, I found the threshold before being productive was higher than I anticipated. One of my obstacles was…
During the last two years, I've heard the term Isomorphic Web Apps mentioned in a positive way more and more frequently. Also during this time, I've done some thinking myself…
Introduction I want to share my setup for testing JavaScript code when used with RequireJS in Visual Studio. My goal was to have the JavaScript tests look and feel the…
Last week I saw a core async webinar where David Nolen of Cognitect presented the use of core async with its channels and go blocks in a frontend application using…
I’m currently working in a project creating a web-hybrid app on Windows Phone (and iOS and Android). My role is creating the Windows Phone version, and I’ve bumped into a few…
Suppose we have two extremes when it comes to code editors. In one corner are the old school trusted veterans like Emacs and Vim, and in one corner are the…
This blog post is part of a series about how Windows Phone 8.1 affects developers. With the introduction of Windows Phone 8.1 we are no longer limited to using C# or VB…
Most people are aware that is is possible to define scripts in package.json which can be run with npm start or npm test, but npm scripts can do a lot…
In the last blog post we talked about our experience as a C# developer when migrating a C# app to Javascript + Html. In this follow up post we will…
Recently we developed a Windows Phone 8 app communicating with a simple rest service with C#. With all the buzz around html5 and JavaScript we wanted to see how hard…
Lately I have found myself being influenced by functional programming languages like Haskell and Clojure, especially in how I write JavaScript. Despite it still being a bit verbose, I think…
I just watched a great presentation by Daniel Spiewak called Living in a Post-Functional World. I watched it mainly because I heard it was a great presentation on how to…