Tag: archive

A Quick Introduction To Progressive Enhancement

A quick introduction to progressive enhancement

Dev

As you go on to build new web solutions, it will be important to keep progressive enhancements in mind.

Adewale Abati
Oct 11, 2019 ⋅ 5 min read

What’s new in Chrome 78

Dev

Few users will notice changes from the stable release (coming in late October) but there are some exciting new features for web developers.

Craig Buckler
Oct 10, 2019 ⋅ 5 min read
Advances In AI For Better, Faster Web Development

Advances in AI for better, faster web development

Dev

From intelligent code completion to automated testing, learn how AI has already made its mark in web development.

Zain Sajjad
Oct 8, 2019 ⋅ 3 min read

Popular React Hook libraries

Dev

In this post, we will look at popular React Hook libraries – both mainstream and custom (created by enthusiasts like you and me).

Raphael Ugwu
Oct 3, 2019 ⋅ 8 min read
An overview of new ES2019 JavaScript features

New and potential ES2019 JavaScript features every developer should be excited about

Dev

Read about new ES2019 JavaScript features and learn how to enhance your experience as a developer and increase readability.

Gbolahan Olagunju
Sep 26, 2019 ⋅ 4 min read
Methods For Defining Functions In JavaScript

Methods for defining functions in JavaScript

Dev

The way you define a function in JavaScript will affect its behavior. We explore each way one by one.

Yash Agrawal
Sep 25, 2019 ⋅ 4 min read
Crafting Build Pipelines With Docker

Crafting build pipelines with Docker

Dev

Learn how you can use a multi-stage Docker build for your Node.js application.

Ashley Davis
Sep 23, 2019 ⋅ 6 min read
semantichtml

How to do semantics the right way

Dev

This article will show you why semantics on the web is important, what kind of semantic elements are built into HTML, and how you can use them in your apps.

Kristofer Selbekk
Sep 21, 2019 ⋅ 5 min read
testing in react

Testing React applications in 2019

Dev

While testing can be a very controversial concept, something we can all agree on is testing is a very critical aspect of any product and it should be treated as such.

Peter Ekene Eze
Sep 19, 2019 ⋅ 6 min read
Service workers enable developers to serve resources even when there is a spotty or slow connection.

Every website deserves a service worker

Dev

Service workers give you the ability to control all network traffic between your website and the internet to instantly serve resources and push notifications even when a user is not interacting with your website.

Danny Moerkerke
Sep 17, 2019 ⋅ 9 min read
Building A Design System With Grommet

Building a design system with Grommet and Storybook

Dev

Design systems are more than a buzzword. Learn why they’re important and how to build your own.

Emmanuel Yusufu
Sep 12, 2019 ⋅ 6 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 2

Dev

In part two of our tutorial, we set up a REST API-based Express.js server.

Praveen Kumar
Aug 27, 2019 ⋅ 8 min read