A Beginner’s Guide to SvelteKit

Sveltekit is an officially supported framework, built around Svelte. It adds key features to a Svelte app — such as routing, layouts and server-side rendering — and makes front-end development outrageously simple. In this tutorial, we’ll take a beginner-friendly … more Read More

Echo JS

Cross browser window state management AutomataJS: highly performant cellular automata simulation with Angular, ThreeJS and Glsl Shaders … more Read More

Echo JS

browseranimationsmodule Safari (Webkit) about to release support for JS modules inside the worker scope … more Read More

Echo JS

Speakeasy JS – Attempting a distributed append-only log in a serverless world (James Kyburz) – YouTube The webworkers driven UI framework neo.mjs version 2 release announcement Future proofing components within design systems … more Read More

Migrating from Authy to Verify for SMS 2FA

The Verify API is an evolution of the Authy API with continued support for SMS, voice, and email one-time passcodes, an improved developer experience and new features. The Authy API will be maintained for the time being, but new development will be on … more Read More

Understanding JavaScript’s Array Reduce

Array reduce is a pre-built function in JavaScript notorious for confusing new developers. Let’s break it down together. JavaScript is filled with amazing pre-built functions for manipulating objects and arrays. Have you yet mastered some like Array.map … more Read More