Tag: angularjs

  • Upload an Image using the MEAN Stack

    Upload an Image using the MEAN Stack

    I’m currently working on a little “Travel Diary” side project to learn more about NodeJS, Javascript frameworks and Fullstack development in general. I’ve started off by using the traditional MEAN stack (MongoDB, Express, Angular and Node), but will be switching out Angular in the future to explore other frontend frameworks. One of the requirements of this…

  • Unit Testing AngularJS Course Hits $1000 Milestone

    Unit Testing AngularJS Course Hits $1000 Milestone

    I’ve hit my first major milestone for my Unit Testing AngularJS Course on Udemy. After 3 months – I’ve got 1,350 students, an average rating of 4.43 and made a profit of just over $1000! When I first thought about starting the course I planned it as more of a learning exercise to become better at teaching and at AngularJS. Creating the…

  • The Easiest Way To Mock Dependencies In AngularJS Unit Tests

    The Easiest Way To Mock Dependencies In AngularJS Unit Tests

    At my day job, we’ve recently embarked on a project to improve our test coverage for our AngularJS based mobile site, which currently sits at a measly 40%. So I’ve been writing lots of unit tests lately and keep trying to find ways to make this tedious process a little bit easier and more enjoyable.…