Stencil components in Vue
Recently I build some components with Stencil for an Angular project. Unsurprisingly the created components also work well with Vue. There are two steps necessary. Here »
Recently I build some components with Stencil for an Angular project. Unsurprisingly the created components also work well with Vue. There are two steps necessary. Here »
That TSLint rules in Webstorm are displayed as error messages is something that drives me nuts. Today I discovered that one can change that behaviour in »
The development of web applications requires the developer to store states. You may save them on the client, on the backend or also in a database. »
Last Year I wrote a blog post about TypeScript and jQuery. I introduced TSD, a manager for TypeScript definition files. TSD, or Typings as TSD is »
Recently I stumbled accross a strange behaviour with the "this" reference in TypeScript. class TestClass { value:string; constructor(value:string) { this.value = value; } doSomething():string { return »
This tutorial shows how to create a simple web server with a tiny REST "API" and a PostgreSQL database. I asume that you have installed the »
If you want to use an existing JavaScript library with TypeScript you need some kind of header file. This file, called definition file, contains type informations »
I've met a lot of Java developers that don't like JavaScript. Weak typing, inequality of equality, the scope of variables et cetera. I encourage them not »
I'm running a Docker container with Wildfly 9 on my server for testing purposes. The server is managed with Plesk, so setting up the subdomain is »
Dieses Blog läuft auf der Blogging Plattform Ghost. Statt HTML oder einem Rich Editor der HTML erzeugt, werden die Artikel in Markdown geschrieben. Markdown ist eine »