Tag: js-libraries

nut.js Development Workflow

How to organize your nut.js development workflow

Dev

Building and shipping a ready-to-use desktop automation framework for three major platforms requires an elaborate development setup. In this tutorial, I’ll show you how I organize my work on nut.js.

Simon Hofmann
Jun 9, 2020 ⋅ 4 min read
JSX-driven Components With Crank.js

JSX-driven components with Crank.js

Dev

Heavily inspired by React, Crank.js is a new, JSX-driven framework for creating components with functions, promises, and generators.

Nirmalya Ghosh
Jun 5, 2020 ⋅ 5 min read
Unit-testing NestJS Applications With Jest

Unit testing NestJS applications with Jest

Dev

NestJS forces us to write more easily testable code through its built-in dependency injection, which makes unit testing with Jest a painless process.

Maciej Cieślar
May 19, 2020 ⋅ 12 min read
Feather JS logo against a space background.

Building lightning-fast APIs with FeathersJS

Dev

Learn how to build a prototype version of an API with authentication in minutes using FeathersJS.

Nedy Udombat
May 1, 2020 ⋅ 4 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
An image of the Nuxt and Strapi logos.

Delivering content with Strapi and Nuxt

Dev

This guide shows you how to set up a Strapi backend with a Nuxt frontend along with a GraphQL API.

Daniel Phiri
Mar 19, 2020 ⋅ 4 min read
Querying Databases With Knex.js

Querying databases with Knex.js

Dev

Knex.js helps with a lot — fewer SQL queries along with simpler migrations and seeding, for example.

Avanthika Meenakshi
Mar 13, 2020 ⋅ 3 min read

Introduction to Inertia.js

Dev

In this article, we’ll look at Inertia’s viability in the nearest future, the advantage it will have, and how to use it in a Laravel and Vue project.

Anjolaoluwa Adebayo-Oyetoro
Jan 31, 2020 ⋅ 4 min read
JS-nocdn.png

Most in-demand JavaScript testing tools in 2020

Dev

This post runs through the most popular JavaScript testing tools going into 2020, including Jest, Mocha, AVA, and Enzyme.

Nwose Lotanna
Jan 3, 2020 ⋅ 3 min read
What's New in GSAP 3

What’s new in GSAP 3

Dev

The latest version of GreenSock, GSAP 3, includes a simplified API, reduced file size, timeline defaults, backward compatibility and more.

Anjolaoluwa Adebayo-Oyetoro
Nov 29, 2019 ⋅ 4 min read

Building reusable web components with Stencil.js

Dev

Stencil is well developed, well documented, battle-tested, backed by a big company, aligned with standards, and is very easy to learn.

Vlado Tesanovic
Oct 14, 2019 ⋅ 11 min read