5 posts

JavaScript

Ember Resources - Fast Forward to becoming an Ember Ninja

Ember Resources - Fast Forward to becoming an Ember Ninja

Adam Cooper

At LivingLens our frontend team have been using Ember.js exclusively to build the client side of our application for almost three years now so I thought I'd share a little about our experience. So to get started here's a list of my favourite Ember resources that I recommend to new team members to help bring them up to speed as quickly as possible. Hopefully they can help you fast

JavaScript Ember.js
How to port a WebdriverIO project to TypeScript

How to port a WebdriverIO project to TypeScript

Adam Cooper

WebDriverIO is an amazing tool for driving Selenium tests from Node.js that we’ve been using at LivingLens to replace our tedious manual testing plans with automated happiness. When the project started we were using Babel to give us access to ES2015 features but the extra intellisense and optional static typing features of TypeScript proved too tempting to resist so I set out to investigate how easy it is

JavaScript Testing TypeScript

JavaScript Documentation

Adam Cooper

I use JavaScript on a pretty much daily basis so as I haven’t blogged about anything recently I thought I’d help promote the great (as in comprehensive) JavaScript docs that the Mozilla foundation provide. Right now this is being pushed via the http://promotejs.com domain which will hopefully make it more likely that anyone searching for JS docs will find good quality, in depth docs easily. The

JavaScript

Add a Google map to a webpage in less than seven easy steps

Adam Cooper

As you may already know the latest version of the Google maps API no longer requires an API key so I thought I’d see how easy it is to add quick map to a website. The answer turns out to be, very very easy. Add a reference to the API So the first thing we need to do is reference the API. This is as easy as adding one

JavaScript