Recent Insights
Search
TypeScript TL;DR
TypeScript TL;DR

Watch on Vimeo. .

Read More
State of JS 2017
State of JS 2017

Watch on Vimeo. .

Read More
Overview of Electron
Overview of Electron

Watch on Vimeo. .

Read More
How ES6 and TypeScript have greatly improved Dojo 2
How ES6 and TypeScript have greatly improved Dojo 2

Watch on Vimeo. .

Read More
Improving Performance with the Paint Timing API
Improving Performance with the Paint Timing API

Introduction Accessing paint metrics from JavaScript Reporting paint timing metrics to a server Viewing paint metrics in the Chrome DevTools Browser Implementations Traditionally, front-end performance focused primarily on page load times as an important performance metric. Commercial web performance dashboards would show granular level performance metrics for back-end aspects, like database lookup times, template compilation, server response times, etc.

Read More
Browser Automation with Puppeteer
Browser Automation with Puppeteer

Automating browsers provide many benefits including faster execution of repetitive tasks, ability to parallelise workloads and improved test coverage for your website. Google recently announced Puppeteer, a new tool to assist with Chrome browser automation.

Read More
Web Frameworks: Soundness
Web Frameworks: Soundness

For a web framework to be effective, it should offer you more than just functionality. It doesn’t matter how much hard work you put into your application if it breaks when people use it.

Read More
A Guide to Faster Web App I/O and Data Operations with Streams
A Guide to Faster Web App I/O and Data Operations with Streams

On the modern web platform, many interesting features appear which enable new functionality which were not previously possible, for example, Web Bluetooth, Background Sync & Web VR. For new features in JavaScript specifically, many are just syntactic sugar for things you could already do in an alternative way, like template literals, arrow functions & the spread operator.

Read More
Efficient testing of Angular with Intern
Efficient testing of Angular with Intern

Intern is an incredibly powerful and feature-rich approach to all types of JavaScript and TypeScript testing. Intern 4 is a major update refactored in TypeScript and with much improved support for modern language features and support for ESM as well as bundlers like webpack.

Read More
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Privacy Policy