Tag: archive

Speeding Up Changes to the GraphQL Schema

Speeding up changes to the GraphQL schema

Dev

Principled GraphQL outlines an architectural strategy that enables teams to pluck resolvers in and out of the schema on an ad-hoc basis, making the schema dynamic.

Leonardo Losoviz
Apr 9, 2020 ⋅ 7 min read
An image of the Tornis logo.

Responding to browser state changes with Tornis

Dev

This post shows you how to track browser state — specifically, mouse velocity — using Tornis and Vue.js.

Dylan Tientcheu
Apr 9, 2020 ⋅ 5 min read
The Benefits And Trade-offs Of Going Serverless

The benefits and trade-offs of going serverless

Dev

If the use case is right, serverless architectures can offer massive reductions in hosting costs. But you need to be aware of the caveats.

Ovie Okeh
Apr 8, 2020 ⋅ 6 min read
Run Faster Tests In Node.js With Baretest

Run faster tests in Node.js with Baretest

Dev

Baretest is a minimal, fast, simple JavaScript test runner. If you currently use Jest, see what you stand to gain (or lose) by trying Baretest.

Abdulazeez Abdulazeez Adeshina
Apr 7, 2020 ⋅ 5 min read
5 Reasons Why People Aren't Using New CSS Features

5 reasons why people aren’t using new CSS features

Dev

Although new CSS features and properties are developed and released every year, web developers rarely learn them or use them in their projects. This is a problem because the CSS Working Group, which maintains and improves CSS specs, measures success by looking at a feature’s adoption rate.

Nathan Sebhastian
Apr 1, 2020 ⋅ 3 min read

How Hucssley utility classes can improve frontend development

Dev

Huccsley is an exciting technology that could make waves in web development once it leaves beta and it will be exciting to see how it will help developers create great experiences using its wide suite of tools.

Austin Roy Omondi
Apr 1, 2020 ⋅ 6 min read
Image Styling And Filters Using WebAssembly

Image styling and filters using WebAssembly

Dev

Tools like Emscripten are making WebAssembly more accessible frontend devs. Learn how to use it to style images with Wasm.

Zain Sajjad
Mar 30, 2020 ⋅ 6 min read
What's New In React Query v1.0

What’s new in react-query v1.0

Dev

We review the new features and changes in the react-query v1.0 release and take a look at its new, dedicated devtools.

Abdulazeez Abdulazeez Adeshina
Mar 27, 2020 ⋅ 4 min read
5 Tips to Keep Your JavaScript Libraries Up to Date

5 tips to keep your JavaScript libraries up to date

Dev

Keeping your JavaScript libraries up to date can be boring, exhausting work. You can avoid many of the common pitfalls by implementing some handy tools and workflows to handle the lion’s share of maintaining and future-proofing your JavaScript libraries.

Florian Reuschel
Mar 26, 2020 ⋅ 6 min read
Comparing hooks libraries for GraphQL

Comparing hooks libraries for GraphQL

Dev

React class components require you to maintain lots of abstractions. React Hooks maintain the logic as a function, eliminating the need to encapsulate it.

Ganesh Mani
Mar 24, 2020 ⋅ 10 min read
State-driven Interfaces With XState

State-driven interfaces with XState

Dev

Learn why state-driven development with XState is a better approach to building user interfaces.

Brad Woods
Mar 23, 2020 ⋅ 6 min read

Getting started with Ember.js in 2020

Dev

In this article, we’ll take a look at one of JavaScript’s oldest frontend frameworks, Ember.js. We’ll explore core concepts and get started using it.

Anjolaoluwa Adebayo-Oyetoro
Mar 20, 2020 ⋅ 5 min read