Featured | Featured article

What Are the Different C++ Compilers?

Curious about C++ compilers? Find out how GCC, Clang++, and MSVC stack up for modern development and what makes each one unique!

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

Software Development

The User Researcher Mindset in Software Development

As a developer, if you observe, ask questions, and listen, you have all the tools a good user researcher must have in their toolbox.

JavaScript

What Is the Reducer Hook in React?

The reducer hook in React works like the state hook, with the difference that you do not manipulate the state directly via a setter function but use...

Software Development

Techniques for a Good Software Architecture Design

There are specific techniques for achieving a good software architecture design that a software architect should know.

Administration

What Is the Koadic Postexploitation Framework?

Koadic is a tool for penetration testing or internal vulnerability testing in your own Windows network.

Administration

Exploring Different Linux Distributions

Linux, an open-source operating system kernel, forms the foundation of a multitude of distributions, commonly referred to as distros.

Administration

How to Install Pop!_OS on Linux

The Pop!_OS Linux distribution is derived from Ubuntu and is developed by an American company called System76.

Java

The java.util.Objects Utility Class

The Objects class in Java contains some static utility functions. These functions primarily perform null tests to avoid a subsequent...

Software Development

Ethical Considerations in AI Development and Deployment

Artificial Intelligence (AI) has the potential to transform industries, revolutionize healthcare, enhance productivity, and even tackle some of the...

Python

Exploring JSON and Python

Python and JSON together form a dream team. To process JSON documents, you must import the json module. This module comes with Python by default and...

JavaScript

The Principles of Object-Oriented Programming

Object-oriented programming is based on four essential principles.