You Can Modify Elements During Filtering In ColdFusion
Ben Nadel discusses overcoming the mental block of modifying array elements during a .filter() operation in ColdFusion, arguing it's a valid practice.
Ben Nadel discusses overcoming the mental block of modifying array elements during a .filter() operation in ColdFusion, arguing it's a valid practice.
A guide to React Higher-Order Components (HOCs), focusing on conditional rendering and functional programming principles.
Argues that overly clever code is harmful in production environments, using Project Euler examples to contrast with maintainable code.
Essential JavaScript concepts and ES6+ features you need to know before or while learning React, based on teaching experience.
A detailed guide explaining how to use the JavaScript Array Map method for transforming array elements without modifying the original array.
A tutorial explaining React Component Composition with step-by-step examples, from JavaScript functions to React components.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.
A beginner's tutorial for building a GitHub Search app using ReasonReact, covering state management and API calls.
The article compares classes and functions in JavaScript, arguing that functional programming leads to simpler, more maintainable code.
An analysis of Butler Lampson's 1999 predictions on computer science, comparing what worked then to the state of technology in 2015.
A programmer reviews 'Learn You Some Erlang for Great Good!', praising its fun approach to teaching the functional language and its benefits.