Featured | Featured article

How to Set Up an H2 Database

H2 is a database management system that is entirely implemented in Java and open source.

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 a Tuple in Python Programming?

In Python, a tuple is a data type closely related to the list, a very flexible sequential data type that can accommodate arbitrarily long sequence of...

Java

How Does Java Compare to Other Programming Languages?

Java is also an evolving language that has features of other languages.

What Is?

What Is Docker Compose?

Setting up Docker containers with docker run is straightforward, but if you need the same kind of containers over and over again, there is an even...

Web Development

Why You Should Create a Code Style Guide for Development Projects

Every developer has their own preferences and should always provide their input—every opinion has the same weight. But, if the developer works in a...

DevOps

Resolving Merge Conflicts in Git

The nightmare of every Git user is the error message merge failed. In this case, Git has failed to merge two commits independently.

Software Development

Connecting Node.js to a MySQL Database

MySQL is one of the most widely used databases on the web. You can access this database with almost all major programming languages. The connection...

Java

Elements of the Java Programming Language

A program in Java isn’t described in colloquial language; rather, a set of rules and a grammar define the syntax and semantics. In this post, let’s...

Python

Quick Python Troubleshooting Options

In this post, we’ll briefly describe several sources of information about Python that are pretty useful. These sources are all available in English.

Programming Languages

How to Integrate Vector Graphics in a JavaScript Program

In addition to being able to draw pixel-based graphics via JavaScript using the Canvas API, you can also use JavaScript to create vector graphics.

DevOps

The Differences Between Git, GitHub, and GitLab

Git is an open-source version control program used by DevOps teams to handle small and large software development projects.