ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Oct 30, 2024Ultimate Guide to JavaScript Utility FunctionsJavaScript utility functions, commonly known as utils, are reusable helper functions that simplify and optimize code. They abstract out common operations into smaller, easy-to-maintain pieces of logic, enhancing both readability and reusability. In t...41 readsunderscore.js
freeCodeCampforfreeCodeCampfreecodecamp.org·Nov 11, 2019Yet Another 10 Utility Functions Made with ReduceBy Yazeed Bzadough Thirty functions total! This is my third article on Utility Functions Made with Reduce. Part one (10 functions) Part two (10 functions) Altogether we now have thirty helper functions made using JavaScript's reduce. For more detai...Functional Programming
freeCodeCampforfreeCodeCampfreecodecamp.org·Nov 5, 201910 More Utility Functions Made with ReduceBy Yazeed Bzadough This time, with a test suite! Previously I wrote about 10 utility functions implemented with JavaScript's reduce function. It was well-received, and I walked away with an even deeper appreciation for this magnificent multi-tool. Wh...Functional Programming
freeCodeCampforfreeCodeCampfreecodecamp.org·Oct 17, 201910 JavaScript Utility Functions Made with ReduceBy Yazeed Bzadough The multi-tool strikes again. In my last article I offered you a challenge to recreate well-known functions using reduce. This article will show you how some of them can be implemented, along with some extras! In total we're going ...arrays
freeCodeCampforfreeCodeCampfreecodecamp.org·Jul 5, 2019Deeply Understand Currying in 7 MinutesBy Yazeed Bzadough Eric Elliott’s exceptional Composing Software series is initially what got me excited about functional programming. It's a must-read. At one point in the series, he mentioned currying. Both computer science and mathematics agree on...Functional Programming
freeCodeCampforfreeCodeCampfreecodecamp.org·Feb 27, 2019How to master advanced TypeScript patternsBy Pierre-Antoine Mills Learn how to create types for curry and Ramda _Photo by [Unsplash](https://unsplash.com/photos/2jXkA7GAz9M?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" rel="noopener" target="_blank" title="">sergio sou...Functional Programming
freeCodeCampforfreeCodeCampfreecodecamp.org·Nov 27, 2018How to use Wikipedia’s search API to build a user interface with RamdaJSBy Yazeed Bzadough In this tutorial, we’ll build a UI using Wikipedia’s public search API along with some JavaScript + RamdaJS. Getting Started Here’s the GitHub link and Codesandbox link. Open your terminal and pick a directory to clone it. git clon...api