JavaScript
-
Test-Driven Development For JavaScript
JavaScript is handsdown the strangest language I’ve ever had to test. Its also one of the most popular ones out…
Read More » -
Learning Angular C.R.U.D.
So, you’ve learned JavaScript and now you’re wanting to get into Angular. But where do you start? There are quite…
Read More » -
AngularJs 2 Series: Deploy Your Application on AWS S3
Introduction In this article, I will demonstrate how to deploy a simple static Angular application on AWS cloud using S3…
Read More » -
Taking A Mixed Approach To Single-Page Applications
A co-worker came up to me with an interesting situation. The client he was working with would be building hundreds…
Read More » -
AngularJS Tutorial: AngularJS Controller As Syntax
In the previous installment of this series we discussed scopes and what problems nested scopes can cause. There are a…
Read More » -
AngularJS Tutorial: Introduction to AngularJS Scopes
In the previous tutorial of this series we learned how to test controllers using Jasmine and Karma. In this post…
Read More » -
A Test-Driven Development Introduction to Angular 2 – Part 2
Updated for Angular 2 Release – I originally wrote this article/application when Angular 2 was still in beta. Now that it…
Read More » -
Translate Javascript to C#
Let’s say you need to automatically port some code from one language to another, how are going to do it?…
Read More » -
AngularJS Tutorial: Unit Testing Angular Applications Using Jasmine and Karma
In the previous installment of this series we’ve learned how to perform End-to-End application testing using Jasmine and Protractor. In this…
Read More »