Tag: js-libraries

Getting Started With Neo4j

Getting started with Neo4j

Dev

Learn how to get started with Neo4j, an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications.

Godwin Ekuma
Jun 25, 2020 ⋅ 12 min read
JavaScript-free Frontends With Blazor

JavaScript-free frontends with Blazor

Dev

Microsoft’s new Blazor framework leverages Wasm to let you write your web frontend in C# — no JS required.

Andrew Evans
Jun 15, 2020 ⋅ 9 min read
Type-safe Fetching With Gretchen

Type-safe fetching with gretchen

Dev

Gretchen allows type-safe fetching by providing a very subtle abstraction over the popular fetch() syntax that you already know and love.

Olasunkanmi John Ajiboye
Jun 11, 2020 ⋅ 3 min read
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