Tag: archive

What’s new in Create React App 2

Dev

Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all […]

Esteban Herrera
Nov 20, 2018 ⋅ 6 min read

Adding pipelines to JavaScript

Dev

Pipelines enable clean chaining of operations, but they’re not quite ready just yet The usage of pipes to transport water, air, […]

Benjamin Johnson
Nov 19, 2018 ⋅ 6 min read

The question of “why?” in single-page application frameworks

Dev

The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]

Jason Hoffman
Nov 16, 2018 ⋅ 6 min read

React Hooks — let’s not get too attached

Dev

After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a […]

Adam Boro
Nov 14, 2018 ⋅ 3 min read

Creating Nodemon in Node.js

Dev

Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant […]

Maciej Cieślar
Nov 7, 2018 ⋅ 7 min read
Full-Stack Observability

Full-stack observability: LogRocket, DataDog, Honeycomb

Dev

In this post, we will set up an observable system for a React/Redux app and a Node.js back end deployed […]

Praveen Durairaj
Oct 30, 2018 ⋅ 7 min read

You’re using〈em〉wrong

Dev

Learn how to correctly emphasize and italicize words in HTML5.

Facundo Corradini
Oct 25, 2018 ⋅ 8 min read

Team structure in the age of microservices

Dev

Switching to microservices won’t fix your team, but it may help to reveal its flaws. It’s important to address shortcomings in your team structure to succeed in a development project.

Everett Griffiths
Oct 24, 2018 ⋅ 5 min read

The ultimate web design tool: A browser

Dev

Learn the benefits of testing, refining, and iterate designs in the browser.

Oliver Williams
Oct 22, 2018 ⋅ 5 min read

How does front-end debt grow?

Dev

Some technical debt is unavoidable, but you can reduce it and make your applications more usable with these tips.

Shaun Stone
Oct 19, 2018 ⋅ 5 min read
You Shouldn't Be Writing Vanilla CSS

It’s 2018 — you shouldn’t be writing vanilla CSS

Dev

A common mistake among developers is to give less importance (often, none at all) to styling when compared to other […]

Alcides Queiroz
Sep 24, 2018 ⋅ 10 min read

SQL is neither dead nor a dinosaur. You should use it for your web app.

Dev

SQL and this dinosaur may be old, but they’re very much alive and kicking. Introduction SQL(Structured Query Language) is a language […]

Ogundipe Samuel
Sep 21, 2018 ⋅ 6 min read