Yesterday, a popular programming education website sent a marketing email titled, “Beware of vanilla JS.” In it, the author wrote:
But just vanilla JS by itself is a dangerous road to take.
No, it’s not, for a multitude of reasons. Let’s unpack them.
Va... (more…)
Read more »
My goal is to try a new ‘quiz tool’ I built for my blog, and get feedback on how well you learned from the excercise. (more…)
Read more »
At the high level of building web applications, low level details of memory management are typically abstracted away from the programmer. While you still need to be aware of the memory needs of your application, using a language like JavaScript means you ... (more…)
Read more »
GoJS is a JavaScript library for building interactive diagrams on HTML web pages. Build apps with flowcharts, org charts, BPMN, UML, modeling, and other visual graph types. Interactivity, data-binding, layouts and many node and link concepts are built-in ... (more…)
Read more »
The JS++ programming language extends JavaScript with a sound type system. (more…)
Read more »