All Stories

When to use HTML5’s canvas

The HTML5 canvas has the potential to become a staple of the web, enjoying ubiquitous browser and platform support in addition...
Alvin Wan
7 min read

Why you should use CSS env()

Having difficulty keeping shared CSS and JavaScript values updated and in sync? Are you faced with seemingly random bugs when updating...
Harry Nicholls
7 min read

Vue CLI 3 — the deep dive

Let’s face it — you’re probably not here for the image Vue CLI is a simple, but powerful tool created for scaffolding Vue.js projects....
Nosa Obaseki
5 min read
An Intro To Zero Server

An intro to Zero Server, a new tool to simplify web development

Zero Server is an application bundler made to simplify web development. It takes away the hassle of package management and routing...
Ogundipe Samuel
6 min read

Making the business case for React in 2019

React is the world’s most popular JavaScript framework. Of course, the only way to gauge actual usage of an open source...
Oliver Williams
2 min read

Pro Node.js tips

Starting with a new programming language can be a daunting task. In the case of Node.js, it can be difficult even...
Fernando Doglio
15 min read

How to create animated React components with Kendo UI

Animations are a major part of modern-day web development components. They add an aesthetic and visual appeal to how web applications...
Peter Ekene Eze
7 min read

From frontend developer to a DevOps: An intro to CI/CD

Introduction 2019 is a truly amazing time for all aspiring frontend developers. There’s plenty of educational materials, courses, and tutorials. Every...
Hubert Zub
20 min read

Refactoring legacy code with Jest snapshots

Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove snapshots...
Benjamin Johnson
6 min read

How streams can simplify your life

In the land of web development, streams (and their building blocks, observables) are an increasingly popular topic. Libraries like BaconJS and...
Ken Bellows
9 min read

Laravel 5.8 release: 10 new features to try

The latest version of Laravel, version 5.8, has recently been released. This version has many exciting new features and it is...
Caleb Oki
4 min read

Using Google Closure Compiler to deliver better JavaScript

Code review is the process of analyzing code through a (theoretically) rigorous process of reading and critically peer reviewing its content....
Diogo Souza
5 min read