Featured | Featured article

What Is TryHackMe?

TryHackMe is an online learning platform where users can get a hands-on, interactive intro­duction to the world of cybersecurity, on both the offensive and defensive sides.

Rheinwerk Computing
Rheinwerk Computing

Rheinwerk Computing is an imprint of Rheinwerk Publishing and publishes books by leading experts in the fields of programming, administration, security, analytics, and more.

Blogs by Rheinwerk Computing

What Is?

What Is Wireshark?

The open-source user interface Wireshark (formerly Ethereal) is a network protocol analysis program.

Cybersecurity

Ways to Encrypt a Hard Drive

How can you defend yourself against physical attacks to a Windows or Linux machine? This blog post will discuss.

What Is?

What Is USB Rubber Ducky?

With its USB Rubber Ducky, the Hak5 company created a quasi-standard for USB attacks of all kinds.

Programming Languages

How to Integrate CSS into HTML

There are several ways to associate CSS style statements with an HTML document. Strictly speaking, you have three options at your disposal.

Python

Virtual Environments for Python Programming

The pip package manager makes it easy to install third-party Python modules along with their dependencies.

What Is?

What Is a Spring Container?

At the heart of a Spring application is a special data structure, the Spring container (container for short). The objects that this container manages...

Python

How to Generate a File Object in Python

A file object in Python can be created using the built-in open function.

What Is?

What Is the Double Diamond Model in Design Projects?

The Double Diamond model is another ideal approach to human-centered design projects. This model was developed in 2005 by the British Design Council ...

Java

Using TaskExecutor in Spring

The asynchronous operations in the background must be executed by one entity. This is the job of an executor.

DevOps

Learning to Program with Git Support

Imagine you want to learn Python (or any other language). Over the course of a few weeks, you try out new functions and create various small sample...