Post cover image

Mac als optimale Plattform für Entwickler - und wie Microsoft mit dazu beiträgt

Ich bin selber Entwickler. Und wenn ich im Internet Fach-Artikel oder auch offizielle Dokumentationen von Bibliotheken lese, stelle ich immer wieder fest, dass viele andere Entwickler offenbar macO...

Read full article


If / else statement inside of React Component's Render method

Sometimes (well, actually pretty often) you have to use conditional statements inside of React Component's Render methods. You could do it like this: import React from "react&quo...

Read full article


Post cover image

Tipp: Elegant HTML in JavaScript einbinden

Manchmal kommt es vor, dass HTML-Markup innerhalb von JavaScript eingebunden werden soll. Etwa so: var htmlCode = "Hello World"; Ich nutze als dop...

Read full article