August 5, 2018
/
Delivering single page apps with ASPNET Core in Azure
Delivering single page apps with ASPNET Core in Azure
This article is an update to a previous article where I described how to serve a single page JavaScript app with ASP.NET Core. The reason for the update is that I’ve changed the way that I approach doing this. I think the new approach is easier and it has the benefit of being more performant,…
July 13, 2017
/
JavaScript you are funny – Thoughts and predictions
JavaScript you are funny – Thoughts and predictions
I often reflect on my interesting position of being an avid fan of type systems and precompiled production code, while primarily being a JavaScript developer. Especially as the ever changing landscape of the web development world keeps morphing slowly into something that is completely different… But somewhat familiar. I recently got involved in a discussion…
May 25, 2017
/
Delivering single page applications with ASPNET Core
Delivering single page applications with ASPNET Core
NOTE: I have create a new article with an updated and improved approach. Please refer to that article here Lately I’ve been building a lot of single page applications (SPAs) with JavaScript and using ASPNET Core MVC as both the file server and the API server. Although I’ve tried many permutations of how exactly to…
January 26, 2017
/
React Quick Start Tutorial
React Quick Start Tutorial
Unfortunately I feel a lot people looking to get into React get bogged down with all the buzz around Flux or Redux, server rendering, build tools etc… All of which are not actually part of React itself. I thought I’d write a short tutorial to teach you the basics. This is part 1 of 2…