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 »
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 »
There are a lot of HTTP libraries available in the Java universe like the Apache HttpClient library. Also Java provides the HttpURLConnection class as a standard »
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 »
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 »