Shared State in Aurelia

In a single page application (SPA) like Aurelia, shared state is one of those important things every developer mostly encounters. Sharing the current state of a logged in user or sharing a shopping …

Ask Me Questions On Wiselike

I have been a member of Wiselike for quite sometime now, before it was even called Wiselike I was a member of CareerDean which preceded it. I have been so busy that I kind of forgot about it until …

Upgrading TSD to Typings in Aurelia

If you are using the TypeScript Skeleton application provided by the Aurelia team, then at the time of writing this, the project is still using TSD (well it has a tsd.d.ts file in the typings folder). …

How To Upgrade From TSD to Typings

If you are a TypeScript user like me, then you most likely used TSD aka TypeScript Definition manager for DefinitelyTyped. Now that TSD has officially been deprecated, you can either stick with TSD …

Working With Keypress Events in Aurelia

Recently in my Aurelia application I needed to handle some keypress events when the user hit the enter and escape keys. Fortunately Aurelia doesn’t abstract Javascript too much, so adding in …

Why Angular 2 Is DOA

With the beta release of Angular 2 in mid-December after almost 2 years in development, high hopes have been placed upon the framework who in its absence of release has seen other competitors such as …