Problem We have the following validation function: var result = scope.CurrentUser.Surname.length > 0; var d = $q.defer(); if (result) { […]

Problem This function derives a ‘stars’ rating from a product score that is retrieved from local storage. What would be […]

Problem I wrote the following code for a coding challenge I was given and it received the following criticism: it […]

Problem We have a base module consuming the company API. In each app I’ve written almost always a service per […]