Computer ports
When you look at a computer, you can see that there are different types of sockets, called "ports". These allow…
Design – Plan – Write
When you look at a computer, you can see that there are different types of sockets, called "ports". These allow…
There is no excerpt because this is a protected post.
go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your…
To create or modify environment variables on Windows: Right-click the Computer icon and choose Properties, or in Windows Control Panel, choose System.Choose Advanced system settings.…
Ihr könnt die Seriennummer eures PCs mit wenigen Schritten auslesen und anzeigen lassen. Das ist hilfreich, wenn ein Garantie-Fall vorliegt…
AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs.…
When working with JavaScript, we deal a lot with conditionals, here are the 5 tips to write better / cleaner…
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…
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…