Skip to main content
Articles & Insights

Blog

Technical articles on AI integration, web development, and emerging technologies.

Binding HTML with Angular

In this article we are reviewing what it takes to render HTML content inside Angular templates, including a word of caution regarding unsafe content.

Typescript: Interfaces vs Types

Interfaces and type aliases both offer contracts to fulfil in TypeScript code. At first they may look the same however there are some key differences between the two.

'Unexpected Token Export' error

When trying to utilise the ES2015 export/import statements (aka ES2015 module syntax) in Node.js we are presented with the 'Unexpected Token Export' error. There's a reason why this error appears and in this article we'll investigate why this is happening.