The recent instability caused by Windows updates and the shenanigans over Recall has pushed me to...
There is a joke that goes: Alice: "Did you resolve that string array filter problem?" Bob: "Yes, I...
In my previous post on this topic I described how we could use the concept behind SIMD to enhance JS...
Introduction In the pure FP language Haskell (and others) there is a composing mechanism...
If you have read any articles on the topic of recursion the chances are they used either the...
Introduction The To Do list has become the "Hello, World!" example to compare and...
> Not only is it possible, with some reasonable compromises it is even pleasurable What...
SIMD is typically a feature of the processor as it is down at the hardware level where the greatest...
Functions supporting client- and server-side pagination
Imagine a world where Open-Source Software did not exist. Where every developer was as protective of...
How does your team respond when things go wrong? Primarily I am asking about software development...
Exploring the extensive world of the function as implemented in JavaScript
One of the most common uses for the common JS for loop must be to traverse the elements of an array....
Introduction Like so many articles entitled "... considered harmful" this one is intended...
Some reasons why I spend time writing posts on Dev.to, the benefits it provides me and could provide you.
Exploring the extensive world of the function as implemented in JavaScript
Where is the missing sum method?
The hidden risks of IT to businesses
I have written before on the value I place on a project having a well developed collection of unit...
Using Boolean logic to conditionally apply CSS rules, no-JS
Hand-coding SVG graphics for pleasure
Hand-coding SVG graphics for pleasure
Hand-coding SVG graphics for pleasure
Hand-coding SVG graphics for pleasure
Hand-coding SVG graphics for pleasure
Hand-coding SVG graphics for pleasure
Several questions have been posts about using/learning typescript - this post captures my perspective on the debate
Arrange-Affirm-Act-Assert