Uncategorized

7 optimization techniques in React

In this tutorial, we will learn various optimization methods that use these inbuilt APIs, lifecycle methods and some other general techniques...
Ogundipe Samuel
7 min read
GraphQL vs. REST

GraphQL vs. REST: What you didn’t know

Explore three of the more nuanced differences between GraphQL and REST.
Sean Smith
7 min read

Anomalies in JavaScript arrow functions

Arrow functions can be considered regular JS functions with anomalies. Learn how to use that to your advantage.
Glad Chinda
14 min read
styled components

What’s new in styled-components 5.0

Read about the new features in the new styled-components version 5.
Nwose Lotanna
3 min read
Useful Development Tools For Vue.js

5 useful development tools for Vue.js

Vue can be a joy to use, but you may need extra tools to efficiently build apps with it. We cover...
Deji Atoyebi
5 min read

Understanding Vue middleware pipelines

In this tutorial, we’ll see how we can implement a middleware pipeline for a Vue app using Vue-Router.
Dotun Jolaoso
7 min read

Why you should be using JAMstack

Better performance, higher security, lower cost of scaling, and better developer experience. Need we say more?
Obinna Ekwuno
3 min read
New ES2019 Features

5 ES2019 features you can use today

We take a close look at five ES2019 features you can start using right now.
Faraz Kelhini
5 min read

Real-time processing with web workers

As a JavaScript developer, you should already know its single-threaded processing model: all of your JavaScript code is executed within a...
Andrea Chiarelli
9 min read

Router options compared: Vue Router, Voie, Vue-routisan and Vue-route

Introduction The arrival of modern web frameworks has changed the way developers think and build software. We can now use flexible...
Jordan Irabor
9 min read
Cropping Images In The Browser With Vue.js

Cropping images in the browser with Vue.js

Working with images on the web can easily become a pain — unless, of course, you're using the right tools. See...
Nic Raboy
4 min read
Cache invalidation strategies using IndexedDB in Angular 2+

Cache invalidation strategies using IndexedDB in Angular 2+

Creating offline-first web applications is not a trivial task. There are numerous considerations to be made (more than can be covered...
Sean van Mulligen
9 min read