Minimizing Worst-Case Complexity

I recently received a very interesting submission to the Typescript Programming Test Problems Repo. The problem was given to a senior developer as part of a homework exercise in which he was supposed to analyze the…
I recently received a very interesting submission to the Typescript Programming Test Problems Repo. The problem was given to a senior developer as part of a homework exercise in which he was supposed to analyze the…
My spare time development is currently focused on the Typescript Math Toolkit data structures library. The goal of this development is to provide a library suitable for various algorithms in the toolkit as well as supporting…
Lazy-loading of routes is directly supported in the current Angular platform and they are very easy to organize with NgModules. Additional performance benefits may be realized from the platform by employing AOT (Ahead Of Time) compilation of…
I’ve been grateful for the many problem submissions to the Typescript Programming Test Problems repo. It’s been a fun exercise and hopefully useful to new programmers as well as veterans interested in Typescript. Some of the problems…
Most of my prior Angular 2 demos focused on one or two specific features of the platform and/or integration of third-party code with an Angular 2 application. Since lazy-loading of routes is an important consideration for…
I’m in the process of updating the Angular 2 Three Stooges Tribute demo (that covered how to use the component router and implement your own Redux-style model) to the production release and a full-stack implementation. The…
Just a quick note to announce that I’ve finally updated the Typescript Programming Test Problems repo to use Typescript 2.0. Handling of 3rd party library typings has been streamlined and is in line with best practices….
If you have followed blog posts on the Typescript Math Toolkit function graphing engine, then you may have seen this screen shot from the engine’s predecessor (the Javascript Math Toolkit). The red circular sprites are draggable…
Recent Comments