Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

jrsinclair.com

James Sinclair

Get the latest updates from James Sinclair directly as they happen.

Follow now 31 followers

Latest posts

Last updated 11 months ago

Is it better to be a good person, or religious?

11 months ago

A friend of mine asked this question the other day. “Is it...

How to compose JavaScript functions that take multiple parameters (the epic guide)

11 months ago

Function composition is beautiful. In an earlier article, we looked at tools...

How to consume a paginated API using JavaScript async generators

almost 2 years ago

Generators can be powerful tools for efficient data processing. But things get...

What’s so great about functional programming anyway?

over 2 years ago

This is a sample chapter from my book: 'A Skeptic’s Guide to...

What’s so great about functional programming anyway?

over 2 years ago

To hear some people talk about functional programming, you'd think they'd joined...

Why would anyone need JavaScript generator functions?

over 2 years ago

Generators are an odd part of the JavaScript language. And some people...

Why would anyone need JavaScript generator functions?

over 2 years ago

You can go a long time as a JavaScript developer without ever...

What if the team assumes my functional JavaScript is slow?

over 2 years ago

There's a common misconception that using a functional style with JavaScript is...

What if the team assumes my functional JavaScript is slow?

over 2 years ago

Suppose you start introducing some functional flavour into your code. And, you...

What if the team hates my functional code?

over 2 years ago

What happens when you learn functional programming and you start writing better...

What if the team hates my functional code?

over 2 years ago

Portuguese translation of this article by Carlos L. A. da Silva Indulge...

JavaScript function composition: What’s the big deal?

about 3 years ago

To hear some people talk, you'd think function composition was some kind...