Vladimír Gorej·Aug 14, 2024chore: ramda-adjunct v5.1.0We’ve just released ramda-adjunct@5.1.0. This release which comes with full support for ramda@0.30.1 and two bug-fixes. The popularity of…
InRamda AdjunctbyVladimír Gorej·Jun 3, 2024chore: ramda-adjunct v5.0.0We’ve just released ramda-adjunct@5.0.0. This is a breaking change release which comes with full support for ramda@0.30.0 (see the ramda…
InRamda AdjunctbyVladimír Gorej·Apr 6, 2023chore: ramda-adjunct v4.0.0We’ve just released ramda-adjunct@4.0.0. This is a breaking change release which comes with full support for ramda@0.29.0 (see the ramda…
Vladimír Gorej·Jan 12, 2023Book review: API by DesignI have known the author of this book, Stephen Mizell, for some time now. Stephen had already left when I joined the Apiary company, but his…
Vladimír Gorej·Dec 18, 2022The Language-Oriented Approach to API DevelopmentStephen Mizell, the author of this book, is one of my favorite authors. The Language-Oriented Approach to API Development is the second…
InRamda AdjunctbyVladimír Gorej·Dec 5, 2022chore: ramda-adjunct v3.4.0We’ve just released ramda-adjunct@3.4.0. This release comes with single new community contributed function called sortByProp. We’ve also…A response icon1A response icon1
InRamda AdjunctbyVladimír Gorej·Sep 18, 2022chore: ramda-adjunct v3.3.0We’ve just released ramda-adjunct@3.3.0. This release doesn’t contain any new function implementation. Instead Thomas Hermann looked into…
InRamda AdjunctbyVladimír Gorej·Jun 18, 2022chore: ramda-adjunct v3.2.0We’ve just released ramda-adjunct@3.2.0. This release contains single new function that come from community contribution —isUinteger32…
InRamda AdjunctbyVladimír Gorej·Jun 18, 2022chore: ramda-adjunct v3.1.0More than a month ago we’ve released ramda-adjunct@3.1.0. This release article comes a bit late. For that I’m sorry. This release contains…
InJavaScript in Plain EnglishbyVladimír Gorej·Feb 9, 2022Advanced JavaScript Memoization with Lodash.memoize“In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results…