• Update (June 1, 2017): there is a Visual Studio 2015 version available here. If you are using Visual Studio 2017 (along with TypeScript) for all your Web development, you have certainty discovered that it is lacking in (for me) one important aspect: linting your TypeScript with tslint. I looked at several solutions and after not being…

  • In one of my projects, I had the need to draw Fishbone Diagrams. Naturally, I started searching the Web for a simple Fishbone Diagram drawing library implemented either in Javascript or Typescript. And I did found few, but they were either with some „funny“ results (intersecting or constantly animated branches) or WAY too expensive for…

    ·

    , , ,
  • In my previous post Type-safe getter and setter for Kendo UI (using Typescript) – Part 1 I wrote about type-safe way to use Kendo UI Observable’s getter and setter with Typescript, little Javascript magic and one helper class. Like with any code, one can always iterate and improve upon. So lets dive in… For starters, I…

    ·

    ,