Featured | Featured article

Exploring the Basics of Neural Networks

Neural networks are the powerhouses driving modern machine learning, and they appear in almost every cutting-edge AI system.

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

Cybersecurity

Detecting Malicious Code in Microsoft 365

In Microsoft 365, Exchange Online provides a solid signature-based basic email protection with Exchange Online Protection (EOP).

Programming Languages

How to Create Your First Script with PowerShell

PowerShell already provides excellent options in interactive mode. With your own scripts, you can even go a step further and permanently save...

JavaScript

Core Modules in Node.js

This blog post provides an overview of the core modules of the Node.js platform.

DevOps

Getting Started with Docker Compose

In this blog post, we’ll provide an introductory example for the syntax of docker-compose.yml.

DevOps

How to Search Files in a Git Repository

If you have questions about searching Git repositories, such as what was the content of a particular file at an earlier time? What has changed since...

What Is?

What Is a Function in Python Programming?

In this blog post, we’ll discuss functions in Python programming.

JavaScript

Managing Node.js Packages

There are many different modules available for Node.js.Some, like the http package already briefly shown, are included in the installation of...

Java

How to Pick Up Spring-Managed Beans through Classpath Scanning

This blog post is about how you can add new beans to the container in Spring.

HTML & CSS

CSS in JavaScript Using Emotion

Emotion is a library for CSS-in-JS, an approach where you make style specifications in JavaScript code.

What Is?

What Is Generative AI?

In the realm of artificial intelligence, one of the most fascinating and rapidly evolving areas is generative AI.