Tutorials

Docker commands
Docker commands
  • Know-how

Docker commands are used to control the Docker engine on a local host. When entered via the command line, they are translated into API calls to the Docker daemon. Docker commands can be used to manage images, containers, and volumes. If you tend to work with the software regularly, it is worth knowing a wide range of Docker commands.

Docker commands
Install Python
How to install Python on Windows, Linux and macOS
  • Web development

If you want to learn to program with Python or use the scripting language to develop an application, you must first install the appropriate version on your operating system. Find out what the requirements are for this, where you can download the necessary program packages and how to install and set up Python.

How to install Python on Windows, Linux and macOS
Creating Docker Images
How to create Docker images
  • Know-how

Once you have learned the basics of working with Docker, the next step is to learn how to create and save your own images. There are two ways to create a Docker image: manually using the `docker commit` command, or automatically using a Dockerfile.

How to create Docker images
ASCII table
ASCII Table + PDF download
  • Know-how

ASCII character encoding is extensive and used across various fields for computers to draw on the binary system to represent various characters correctly. To find out which binary representation relates to which character, consult the ASCII chart. Read on to learn what you need to know about the ASCII table and how to convert numbers to ASCII characters by hand.

ASCII Table + PDF download
jQuery tutorial: introduction and first steps
jQuery tutorial: basics on selectors, syntax, and more
  • Web development

By using the JavaScript library, jQuery, you can easily customize HTML elements. Well-known CSS selectors such as the element selector or the .class selector help you to choose the desired content and manipulate it using various actions. In addition, lines of code can be written that respond to how website visitors navigate and what search terms they enter, and then automatically execute...

jQuery tutorial: basics on selectors, syntax, and more
Install PHP
How to install PHP step by step
  • Web development

As a web developer you’ll need to install PHP on your device sooner or later, but how do you do that? We have put together this step-by-step guide to make it easier for you to install this popular scripting language. Find out which PHP version is the right one for you in our article. It explains everything you need to know.

How to install PHP step by step
HTML attributes
The most common HTML attributes in an overview
  • Web development

HTML attributes are important tools when it comes to optimizing websites and improving the user experience. They store information and define design features for elements. Keep reading our dedicated article where you will get an overview of the most common HTML attributes, learn what they are as well as how to use them.

The most common HTML attributes in an overview
HTML tags
The most important HTML tags in an overview
  • Web development

Without HTML tags, your website cannot be displayed properly by different browsers. They structure your document, pass on important information and are thus particularly important for your website. We will show you the most important HTML commands in table form and explain what the different HTML tags are used for and how.

The most important HTML tags in an overview
Use PostgreSQL with Ruby on Rails on Ubuntu
How to Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 16.04
  • Know-how

Learn how to use PostgreSQL with your Ruby on Rails application, instead of the default SQLite database. SQLite is an easy-to-configure, lightweight product which ships with Ruby on Rails by default. However, PostgreSQL is a more robust solution which provides more advanced features, scaling, and stability, which may make it more suitable for your Ruby on Rails project.

How to Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 16.04
PostgreSQL Could not connect to server Error
PostgreSQL “Could not connect to server” Error: How to troubleshoot
  • Know-how

One of the most common errors that occur when using PostgreSQL is the “Could not connect to server” error that results in a refused connection. Usually, the error can be fixed by taking just a few simple steps. In this article, we will show you how to fix a PostgreSQL that cannot connect to the server in Linux. Read on for more.

PostgreSQL “Could not connect to server” Error: How to troubleshoot