I could get a basic PHP version transpiling and running in pure Javascript. No server needed. (more…)
Read more »
Syntax highlighted code in a webpage, like this one, is just some html with some styling added to it. For example, this html:
(more…)
Read more »
Dear Apple, Call it what you want - code pushing, hot patching - but the concept is the same: a framework that allows apps to be updated by developers AFTER download. I think we can agree the goal is sound - reduce bugs and crashes. But is this concept - ... (more…)
Read more »
forEach() loops in JavaScript are fun to use – until you need to get out of them. Here is a short guide on how forEach() works, how to break out of a forEach() loop, and what the alternatives to a forEach() loop are. What is a forEach() loop?A forEach() l... (more…)
Read more »
Your browser is no longer a simple visualization tool. Learn 15 secret tools already part of your favorite browser... (more…)
Read more »