With the sea of frameworks/libraries out there, it can be difficult to make an informed decision about what to use. Here are things I look »

Christopher Wallis Christopher Wallis on JavaScript, JS Frameworks

For a while I have been working on a project called Model View Pizza. The aim of the project is to both show good examples of »

Christopher Wallis Christopher Wallis on Model View Pizza, JS Frameworks

Background After a few week hiatus, I'm ready to continue Model View Pizza. My aim in this project is to show ten or more JavaScript MVVM/ »

Christopher Wallis Christopher Wallis on JS Frameworks, Model View Pizza

For weeks I have been building a project called Model View Pizza. It is a simple page that customizes a pizza and lets the user see »

Christopher Wallis Christopher Wallis on JS Frameworks, Model View Pizza

For the last few weeks I have been building a project called Model View Pizza. It is a simple page that customizes a pizza and lets »

Christopher Wallis Christopher Wallis on JS Frameworks, Model View Pizza

For the last two weeks I have been building a project called Model View Pizza. It is a simple page that customizes a pizza and lets »

Christopher Wallis Christopher Wallis on JS Frameworks, Model View Pizza

Recently, I've had a big problem deciding what kind of JavaScript M-V-(whatever) framework to use. I don't think there is a one-size-fits-all solution out there, »

Christopher Wallis Christopher Wallis on JS Frameworks, Model View Pizza

I decided about a month ago to rewrite my blog from an ASP.NET Razor WebPages to a NodeJS site using Express. I wanted an RSS »

Christopher Wallis Christopher Wallis on JS Frameworks

RequireJS worked great for our hybrid mobile apps and our Single Page Applications, but I have had trouble finding a good way to incorporate it in »

Christopher Wallis Christopher Wallis on JavaScript, JS Frameworks, ASP.NET

After a few weeks of using RequireJS, I started to notice slowdown in the initial page loading for our sites.  I found (unsurprisingly) that the browser »

Christopher Wallis Christopher Wallis on JavaScript, ASP.NET, JS Frameworks

For months I had been teetering on the fence about whether or not my team should use RequireJS:  an Asynchronous Module Definition (AMD) system that is »

Christopher Wallis Christopher Wallis on JS Frameworks, JavaScript