Charles Lowell — December 18, 2023
A major milestone in bringing Structured Concurrency and Effects to JavaScript, Effection 3.0 has excellent TypeScript support, a powerful new context API, and harmonizes perfectly with the JavaScript APIs you know and love.
Read articleCharles Lowell — December 11, 2023
Why async functions in JavaScript are insufficient as a Structured Concurrency primitive
Read articleCharles Lowell — December 01, 2022
Every systems claims to be "blazing fast", but does that actually mean faster development?
Read articleReceive a monthly curation of resources about testing, design systems, CI/CD, and anything that makes developing at scale easier.
Paul Cowan — January 13, 2022
Auth0 can be difficult to manage in local development and within testing environments such as CI/CD pipelines. An Auth0 simulator can save you from branching your code or maintaining mocks in your tests.
Read articleJonas Niklas — October 26, 2021
Everyone who has built a complex system in JavaScript has hit a critical moment when concurrent processes become unmanageable. But with Effection—an OSS async/await alternative—you'll spare memory leaks and headaches.
Read articleTaras Mankovski — November 06, 2018
If you use React, you probably know about the React Hooks RFC that was introduced at ReactConf. It’s an exciting proposal because it promises to bring the power of class components to function components. It also a convention for creating React extensions that feel like first-class APIs in the React ecosystem. React Hooks API and Microstates bring expressiveness of React function components to a whole new level.
Read articleCharles Lowell — September 18, 2018
Object.assign is just a special case of a universal concept in functional programming. By opting to use a universal function to back this universal concept, you can inherit all kinds of awesome for free.
Read articleCharles Lowell — July 03, 2018
Once you know that they're there, Functors pop up in all kinds of surprising places. Here we take a simple exploration of how the JavaScript async function construct is actually a Functor and how we can use that for great good.
Read articleCharles Lowell — February 19, 2018
Functional programming with typeclasses rooted in category theory may seem like some esoteric practice reserved for the truly pointy-haired. But guess what? You do it every day.
Read articleElrick Ryan — June 21, 2017
Smart homes, smart devices, smart vehicles. The Internet of Things is here! You want to be able to build software for IoT and deploy, maintain, and update it on your devices that may be located anywhere and within anything. This is the first part of our IoT setup connecting users to the Internet of Things.
Read articleCharles Lowell — June 01, 2017
JavaScript decorators are coming, but what are the class of problems which they're useful for? In this brief tour of decorators, we'll try to answer that question by contrasting them with comparable technology from other languages.
Read articleCharles Lowell — January 22, 2016
See how easy it is to build a fully formed image upload widget complete with preview and progress bars when you apply functional programming techniques to your handlebars templates
Read articleBrandon Hays — May 16, 2014
Read articleCharles Lowell — December 04, 2012
Read articleCharles Lowell — June 13, 2011
Read articleCharles Lowell — October 25, 2010
Read articleCharles Lowell — August 04, 2006
Read articleCharles Lowell — July 15, 2006
Read articleCharles Lowell — July 08, 2006
Read article