Tag: archive

8 DOM features you didn’t know existed

Dev

With so much focus on tooling lately, it’s nice to take a break from all of the React and npm-install-everything […]

Louis Lazaris
May 27, 2019 ⋅ 10 min read
What's New In Firefox 67

What’s new in Firefox 67: Prefers-color-scheme and more

Dev

Mozilla keeps pushing forward, and the release of Firefox 67 ships a great new feature for accessibility and customization: the prefers-color-scheme […]

Facundo Corradini
May 24, 2019 ⋅ 3 min read

How to make a tic-tac-toe bot with WebAssembly for Go

Dev

A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]

Chris Chuck
May 23, 2019 ⋅ 14 min read
What's New In Vuex 3.1.1

What’s new in Vuex 3.1.1

Dev

JavaScript has become the mother language of a huge, diverse, and fast-growing programming universe. Once a framework or library gets […]

Diogo Souza
May 22, 2019 ⋅ 3 min read

The visual learner’s guide to async JS

Dev

Have you ever watched or read hours’ worth of tutorials but were still left confused? That’s how I felt when […]

Eden Adler
May 22, 2019 ⋅ 5 min read

How to build a custom GatsbyJS theme

Dev

A brief introduction to Gatsby Gatsby is a static site generator that is built with React.js, Webpack, and GraphQL. It is used for building very […]

Obinna Ekwuno
May 21, 2019 ⋅ 7 min read
Google Chrome Logo

What’s new in Chrome 74

Dev

Chrome 74 has arrived, and while there’s not much exciting from a user-facing perspective, there are some goodies for the […]

Ben Ewing
May 9, 2019 ⋅ 2 min read
Angular Logo

New Angular features you didn’t know existed

Dev

TL;DR: In this post, you will be introduced to a few new Angular features you might not know about. We […]

Nwose Lotanna
May 6, 2019 ⋅ 5 min read

What’s new in Create React App 3

Dev

Released at the end of April 2019, Create React App (CRA) 3 adds linting rules to hooks and TypeScript projects, […]

Esteban Herrera
May 3, 2019 ⋅ 3 min read

Understanding Shadow DOM v1

Dev

The shadow DOM is not a villain from a superhero movie. It’s not the dark side of the DOM, either. […]

Faraz Kelhini
May 1, 2019 ⋅ 13 min read

Common JavaScript “gotchas”

Dev

JavaScript has been getting a lot of new, sugary features ever since we got over Harmony, while more features can […]

Casper Beyer
Apr 26, 2019 ⋅ 4 min read

Getting started with the new Vue CLI 3

Dev

TL;DR: This article will take you through all of the steps required to use Vue CLI 3, the new graphical […]

Nwose Lotanna
Apr 22, 2019 ⋅ 6 min read