Gadget-UI Update

The latest gadget-ui library update is available on GitHub and npm.

Iterative Development as Software Craft

Background The practice of software is part engineering and part craft.

Tasklist altseven example app - updated v. 0.4.0

After a review of the AOP implementation with tiny-aop, I decided to remove tiny-aop in favor of using middleware with Express routes.

Tasklist altseven example app - updated v. 0.3.0

There is an update to the Tasklist altseven example application, and it's awesome.

Livesandbox - in-browser JavaScript IDE

Based on my proof of concept for live JavaScript execution, I've built a slightly more functional version and released it at https://github.

Simple JS Live Code Execution

Here is a simple Web page that loads and executes JavaScript from a DIV in the browser.

The Altseven View Component and the Rendering Queue in 3.2.x

As of altseven 3.2.x, I have made some changes to the way view components listen for changes and register for rendering with the render queue.

Embracing ReactJS-style UI rendering in altseven with ES6 Template Literals - Part III

Update ------------ Parts of this post are no longer accurate, as altseven 3.

Embracing ReactJS-style UI rendering in altseven with ES6 Template Literals - Part II

Eighteen days seems like forever in the Internet age. It was only eighteen days ago that I wrote Part I of this article about challenges solving some problems with building a React-style rendering solution in the altseven JavaScript framework.

Setting up and Running the Tasklist altseven example app

Since I am covering the tasklist application in some detail, I'd like to walk you through the process of setting it up so you can run it yourself.