Skip to content
Imdhemy
  • Home
  • Blog
  • About

Start typing to search the site.

    Start typing to search the site.

      • Home
      • Blog
      • About

      javascript

      Browse all posts filed under tag javascript. Check out the blog for all posts.

      A Simple Currying Refactor: Remove Pass-Through Arguments

      A Simple Currying Refactor: Remove Pass-Through Arguments

      Like I said at the beginning of this series, I wanted refactoring existing code to use currying and partial application...

      Mar 16, 2026 · 3 min read

      #fp #javascript #currying
      Read article →
      Currying in JavaScript

      Currying in JavaScript

      In this post, I want to keep things simple: what currying is, how it relates to partial application, and why...

      Mar 12, 2026 · 3 min read

      #fp #javascript #currying
      Read article →
      Predicate Functions in JavaScript

      Predicate Functions in JavaScript

      If you’ve written code in any programming language, you’ve already used predicate functions, even if you never called them that....

      Mar 10, 2026 · 2 min read

      #fp #javascript #currying
      Read article →
      Higher-order functions for currying in JavaScript

      Higher-order functions for currying in JavaScript

      I’ve been working on my functional programming skills and applying what I learn in real JavaScript projects. JavaScript is a...

      Mar 10, 2026 · 3 min read

      #fp #currying #javascript
      Read article →
      Dog running

      Effective Node.js Modules - Part 2: ESM dynamic imports

      One of the main differences between CJS and ESM modules is the way they handle dynamic imports. In CJS you...

      Mar 25, 2024 · 2 min read

      #nodejs #javascript #esm #dynamic-import #modules
      Read article →
      Effective Node.js Modules - Part 1: Basic Syntax

      Effective Node.js Modules - Part 1: Basic Syntax

      Do you know what is the difference between the following two code snippets?

      Jan 7, 2024 · 9 min read

      #nodejs #javascript #modules #commonjs #esm
      Read article →

      © 2021 - 2026 . imdhemy.com Published by Jekyll, hosted on GitHub Pages.