Software versioning
Jedes Release eines Softwareprogramms bekommt eine Versionsnummer, die auf den ersten Blick darüber Auskunft gibt, ob ein Hersteller regelmäßig Updates zur…
Design – Plan – Write
Jedes Release eines Softwareprogramms bekommt eine Versionsnummer, die auf den ersten Blick darüber Auskunft gibt, ob ein Hersteller regelmäßig Updates zur…
The Windows command prompt is a feature that’s been a core part of the Windows operating system for a long…
When building websites or web apps, creating a “Download as file” link is quite useful. For example if you want…
TypeScript 2.9 introduced a new --resolveJsonModule compiler option that lets us import JSON modules from within TypeScript modules. #Importing JSON Modules via require Calls…
The Promise is an object that represents either completion or failure of a user task. A promise in JavaScript can be in…
The VirtualBox Guest Additions consist of device drivers and system applications that optimize the operating system for better performance and…
If you use another virtualization platform and have an export of an existing virtual machine in Open Virtualization Format (OVF…
Recently I started having an issue with VT-x on my Windows 10 running on HP ThinkPad. I was using Oracle…
First, you create your branch locally: git checkout -b <branch-name# Create a new branch and check it out The remote…
Use-case: let´s say , we want to share some informations (for example, an authentication token) between browser tabs which would…