1 import {
2 Learning,
3 JavaScript,
4 AngularJS
5 } from 'Brad on Code.com'
6 |
Software Blog Archive
2016
- AngularJS Unit Testing in-depth with ngMock - The Course
javascript
- Understanding Automatic Semicolon Insertion in JavaScript
javascript
- The Future of Technology X
musings, learning
- Unit Testing with Promises in AngularJS made Easier
javascript, angularjs, testing, ngmock
- Sublime Text 3 Developer Setup
tools
- Unit Testing with $q Promises in AngularJS
angularjs, testing, recipies
- How to Unit Test with $rootScope in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- How to Unit Test $http in AngularJS - Part 2 - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- How to Unit Test $http in AngularJS - Part 1 - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- How to Unit Test Exceptions in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- How to Unit Test with Dates in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- How to Unit Test with real $http calls using ngMockE2E
javascript, angularjs, testing, ngmock
- Unit Testing $interval in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- Unit Testing $timeout in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- Unit Testing $log in AngularJS - ngMock Fundamentals
javascript, angularjs, testing, ngmock
- ngMock Fundamentals for AngularJS - Testing Controllers
javascript, angularjs, testing, ngmock
- ngMock Fundamentals for AngularJS - Debugging with Dump
javascript, angularjs, testing, ngmock
- ngMock Fundamentals for AngularJS - Understanding Inject
javascript, angularjs, testing, ngmock
- ngMock Fundamentals for AngularJS Unit Testing - Understanding Module
javascript, angularjs, testing, ngmock
- Getting started with Karma for AngularJS Testing
javascript, angularjs, testing
- How to Unit Test an AngularJS Controller
javascript, angularjs, testing
- Getting started with Unit Testing for AngularJS
javascript, angularjs, testing
- Developer Testing - Why should developers write tests?
musings, testing
- Refactoring a JavaScript Single Page App - Part 3 - Using AngularJS
tutorials, javascript
- On reaching 50 (blog posts)
musings, blogging
- Refactoring a JavaScript Single Page App - Part 2 - Using AngularJS
- Refactoring a JavaScript Single Page App - Tutorial
tutorials, javascript
- Running a Node.js Library on the Front-End with Browserify
javascript, nodejs
- Make your Website Faster
javascript, musings
- Creating an AJAX Autocomplete
tutorials, javascript
- Books for Software Developers
books
- Karma Tutorial - Unit Testing JavaScript
tutorials, javascript
- Free Tutorial to Learn the MEAN Stack
tutorials, javascript
- 3 Learning Techniques to Improve Productivity
learning, productivity
- Algorithms Part I & II from Princeton | My Review
learning
- Migrating from Blogger to Jekyll
tools, blogging
- Sublime Text 2 Developer Setup
tools
2014
2013
- Measuring Code Improvements in ASP.Net
code quality, methodology
- Shipping Code : 10 Years of .Net Compressed into Weeks - Conclusion #17
methodology, asp.net 10 years on
- Repository vs. Domain Model vs. Data Mapper
Design Patterns, asp.net 10 years on
- Designing an MVC UI Layer for use with Web API : 10 Years of .Net Compressed into Weeks #16
Design Patterns, asp.net 10 years on, ASP.Net MVC
- Dapper Repository Tutorial
Design Patterns, Musings
- Testing an ASP.Net Web API : 10 Years of .Net Compressed into Weeks #15
methodology, asp.net 10 years on, c#, MSTest, Web API, TDD
- Domain Events with Ninject and ASP.Net Web API
Design Patterns, c#, ASP.Net WebForms
- The Four Pillars of a Good Software Developer
performance, methodology, personal development
- Creating your first ASP.Net Web API : 10 Years of .Net Compressed into Weeks #14
asp.net 10 years on, c#, Web API
- Replacing the Service Layer with an HTTP API : 10 Years of .Net Compressed into Weeks #13
methodology, asp.net 10 years on, Web API
2012
- Design your Software to Manage People as well as Complexity
Design Patterns, Musings
- Creating a Data Repository using Dapper: 10 Years of .Net Compressed into Weeks #12
asp.net 10 years on
- Choosing a Data Access Implementation: 10 Years of .Net Compressed into Weeks #11
asp.net 10 years on
- How to Unit Test a Repository Implementation
asp.net 10 years on
- Consuming a Domain Model: 10 Years of .Net Compressed into Weeks #10
asp.net 10 years on
- Use MSTest? Then do this!
tools, MSTest
- Good Practices when Reviewing a Domain Model: 10 Years of .Net Compressed into Weeks #9
Design Patterns, asp.net 10 years on
- The State Pattern: 10 Years of .Net Compressed into Weeks #8
Design Patterns, asp.net 10 years on
- Adding Domain Events to Business Logic: 10 Years of .Net Compressed into Weeks #7
Design Patterns, asp.net 10 years on
- Creating the Business Logic Part 2: 10 Years of .Net Compressed into Weeks #6
Design Patterns, asp.net 10 years on
- Creating your Business Logic Layer: 10 Years of .Net Compressed into Weeks #5
Design Patterns, asp.net 10 years on, TDD
- Modern Day Expectations of Web Applications: 10 Years of .Net Compressed into Weeks #4
asp.net 10 years on
- Performance Testing an ASP.Net Application: 10 Years of .Net Compressed into Weeks #3
asp.net 10 years on
- An ASP.Net Code Review : 10 Years of .Net Compressed into Weeks #2
asp.net 10 years on
- ASP.Net 10 Years On: 10 Years of .Net Compressed into Weeks #1
Design Patterns, asp.net 10 years on
- TDD: It's not just about the Tests
Design Patterns, methodology, TDD
- How much will you be worth in five years? Your Personal Technology Roadmap
personal development
- Effective Learning for Developers
personal development, learning
- TDD Kata Video with Eclipse, JavaScript and QUnit
javascript, tools, TDD, personal development
- JavaScript Test Runner for QUnit
javascript, tools, TDD
- jQuery Validation Groups for ASP.Net Webforms
jQuery Validation, ASP.Net WebForms
- Books, Blogs and Videos for Programmers
Usability, Design Patterns, methodology, books
- Big O Search Algorithms in JavaScript
javascript, algorithms, binary search
- ASP.Net MVP Design Pattern Tutorial
Design Patterns
- JQuery UI Autocomplete & The Back Button
JQuery UI
- Estimating Software Development Tasks Made (a little bit) Easier
methodology
- How to benchmark your C# code
performance, benchmark framework, c#
- Extending MSTest methods
Aesthetics, MSTest, TDD
- Asserting Exceptions in MSTest with Assert.Throws()
Aesthetics, MSTest, TDD
- First Post