I am a self-taught software developer, with a passion to learn – from computer science to social interactions... (more…)
Read more »
This is an excerpt from my new and updated APIs and Asynchronous JS pocket guide.
Some APIs—like the Ron Swanson Quotes Generator and Random Dog—work by simply calling an endpoint.
Others—like the New York Times and many endpoints for the GitHub API—requi... (more…)
Read more »
We've been talking about writing less complex JavaScript. We do this by choosing the right abstraction to solve a problem. But how do you know which abstraction to use? So far, we haven't looked at any concrete examples of how to do this. In this article ... (more…)
Read more »
It is a very nifty task to pump up algorithmic thinking and clarity into complexity, execution time and memory usage... (more…)
Read more »
This is part 8 of an article series on emulation development in JavaScript; ten parts are currently available, and others are expected to follow. (more…)
Read more »