Tag: archive

what is a cache?

What is a cache?

Dev

In this article, we’re going to go through what a cache is, and what kinds of caching is relevant for most frontend developers.

Kristofer Selbekk
Oct 19, 2020 ⋅ 6 min read
gatsby comment system authentication with github issues

How to build a comment system for Gatsby using GitHub Issues

Dev

Commenting systems enable you to interact with your blog readers. Here’s how to build one for a Gatsby blog using GitHub Issues.

Ganesh Mani
Oct 16, 2020 ⋅ 10 min read
RE:DOM vs. Svelte

RE:DOM vs. Svelte

Dev

We review the differences between RE:DOM and Svelte and establish which would be a better choice for various applications.

John Au-Yeung
Oct 15, 2020 ⋅ 6 min read
What's new in Laravel

What’s new in Laravel 8

Dev

Laravel 8 was released on September 8th, 2020. This release continues the improvements made in the previous release (version 7), as well as new features that include support for Jetstream, job batching, dynamic blade component, model factory classes, improved artisan serve, and many others.

Nkere-Awaji Inwan
Oct 15, 2020 ⋅ 8 min read
Getting started with MDX and Vue.js/Nuxt.js

Getting started with MDX and Vue.js/Nuxt.js

Dev

In this component-driven era, MDX allows you to mix markdown and JSX seamlessly. In this article, we’ll look at how to set up and use MDX in your Vue.js/Nuxt.js projects.

Kelvin Omereshone
Oct 14, 2020 ⋅ 4 min read
How to Improve Interface Responsiveness with Web Workers

How to improve interface responsiveness with web workers

Dev

Want to create a more responsive website? This post shows you how to employ web workers on your site to boost user satisfaction.

Danny Guo
Oct 14, 2020 ⋅ 6 min read
Golang tools for easier web development

The best Go tools for a better web development experience

Dev

These are the most useful Go tools that every web developer should use for a seamless experience when coding in Go.

Okewole Oluwatobi
Oct 13, 2020 ⋅ 3 min read
More alternatives to momentjs

More alternatives to Moment.js

Dev

There’s no doubt Moment.js is one of the most popular libraries in the JavaScript ecosystem, but now that it’s considered a legacy project in maintenance mode and its use is discouraged, you may be looking for some alternatives.

Esteban Herrera
Oct 13, 2020 ⋅ 11 min read
Chrome logo.

Which Chrome DevTools improve accessibility?

Dev

This tutorial shows you how to boost accessibility with Lighthouse audits, Chrome’s accessibility pane, and other features to improve user retention on your site and meet your users unique needs.

Chiamaka Ikeanyi
Oct 13, 2020 ⋅ 5 min read
Using Vue Composition API in React Functional Components

Using Vue Composition API in React functional components

Dev

The experimental reactivue package allows you to take the best parts of the Vue Composition API and React Hooks and use them together.

Olasunkanmi John Ajiboye
Oct 9, 2020 ⋅ 5 min read
5 vue storybook addons to help you build better components

5 Vue Storybook addons to help you build better components

Dev

Each one of these addons will guarantee you’re thoroughly testing your components and give you a constant feedback loop.

Anastasia Lanz
Oct 8, 2020 ⋅ 4 min read
How JavaScript Closures Work, in Plain English

How JavaScript closures work, in plain English

Dev

Closures are a widely discussed topic in the world of functional programming, but they’re often defined loosely and in technical jargon. We’ll do our best here to explain how JavaScript closures work in layman’s terms.

Eslam Hefnawy
Oct 7, 2020 ⋅ 4 min read