Featured | Featured article

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 the dispatch function to dispatch

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

JavaScript

What Is a Stream in Node.js?

“We should have some ways of connecting programs like garden hose—screw in another segment when it becomes necessary to massage data in another way.”

What Is?

What Is Azure DevOps?

Azure DevOps is Microsoft’s offering for companies to conduct modern software development with continuous integration/continuous deployment (CI/CD) ...

Programming Languages

How to Create Your First Node.js Application

When you create applications using Node.js, the source code of that application is contained in one or more files.

Web Development

Comparing JavaScript Libraries: How to Choose the Right Tool for Your Project

JavaScript, the backbone of web development, offers a plethora of libraries catering to diverse needs.

What Is?

What Are the Principles of Functional Programming?

Functional programming, like other programming paradigms, follows different principles or has special characteristics. These are essentially as...

Python

How to Create a Matching Program with Python

It’s a common problem, especially on the web, to validate entered form data and to filter out the important information from the input.

What Is?

What Are the Gestalt Principles?

What happens when design and perception come together?

Python

5 Python Modules for Scientific Computing

Let’s take a look at the capabilities and features of the module concept in Python; we’ll describe five scientific computing modules in a...

What Is?

What Are the Most Popular Scripting Languages?

In purely formal terms, scripting languages differ from other, “higher-level” programming languages in that the code is interpreted.

Java

Compiling and Testing Your First Java Program

In this blog post, we’ll use the Java compiler and interpreter from the command line. The examples are based on Windows.