JavaScript

Java commands
The most important Java commands in an overview
  • Web development

When you work on a program every day, you’ll be using a wide variety of Java commands, and you’ll need to use quite a few of the same commands over and over again. In our overview, we’ll show you the most important Java commands, explain what they are used for as well as teach you how to use Java commands. Let’s begin.

The most important Java commands in an overview
While-loop Java
How to use the while-Loop in Java
  • Web development

The head-controlled while-loop is a simple and important tool in Java. Just by using a termination condition, programs can use it to complete many tasks within a defined scope. Here you will learn what exactly the while-loop is in Java, how it is constructed, and how it differs from other loops in Java such as do-while and for.

How to use the while-Loop in Java
For-loop Java
How to use for-loop in Java
  • Web development

One of the best known and most important loops in Java is the for-loop. This means that you’ll be able to execute an action for a certain number of runs until the point that a previously defined condition is met. In our article, we will go through what the for-loop is, and explain how you can easily use a for-loop in Java.

How to use for-loop in Java
Security vulnerability: Log4Shell
What is Log4Shell? Causes and effects of the Java vulnerability
  • Security

A shock was felt around the world at the end of 2021 when the Log4Shell vulnerability became known to the public. Attackers were able to completely take over remote systems without much effort. All major companies and many of the most widely used services were affected by it. In our article, we’ll explain why Log4Shell was so disastrous, how the exploits work, and what protective measures are...

What is Log4Shell? Causes and effects of the Java vulnerability
Angular vs React
Angular vs. React: A comparison of the JavaScript solutions
  • Web development

Angular vs. React is a competition that divides the developer community. The two frameworks both enjoy a large fanbase and come with numerous advantages. We explain what Angular and React are, what they have in common, what distinguishes them, and what kinds of projects each of them is suited to. Read on to find out more.

Angular vs. React: A comparison of the JavaScript solutions
How to create and embed a Twitter widget
Add tweets to your homepage with the Twitter widget
  • Website creation

Embedding Twitter on your website doesn’t just mean a pop-up window to your Twitter news feed; thanks to the Twitter widget, you can add actual elements of your Twitter account to your website. This could be tweets you’ve favorited, lists you’ve compiled, or even your entire news feed – it’s up to you. Find out how this works and what the benefits are in our guide to embedding a Twitter feed.

Add tweets to your homepage with the Twitter widget
Browser fingerprints: tracking without cookies
Browser fingerprints: the basics and protection options
  • Web analytics

In recent years, so-called browser fingerprinting has established itself as a tracking method that doesn’t rely on the use of cookies. Web servers capture different characteristics from visitors’ browsers and determine their digital fingerprint based on them. They enable visitors to be recognized at a later date. While some information is automatically transmitted, it is mainly active elements...

Browser fingerprints: the basics and protection options
Protecting your email address: how to do it
Protecting your email address: how to prevent spam
  • E-Mail security

Spam robots, so-called harvesters, consistently search the internet for email addresses that can be used for unlawful advertising, phishing emails, and spreading viruses, worms, and Trojans. You’re recommended to have your contact details on your website, but how do you stop them from being misused? This article gives you advice on how to protect your email address.

Protecting your email address: how to prevent spam
What is a callback function?
What are callback functions?
  • Web development

If you want to be able to react to input on your website, eventually you will have to deal with callback functions. This type of function enables you to design your own web project with JavaScript to operate in a personalized and interactive way. In this article, you will learn what a callback function is, how it works and in which programming languages it is still used.

What are callback functions?
Bootstrap tutorial: the first steps
Bootstrap Tutorial: the first steps with the Twitter framework
  • Web development

Bootstrap is one of the best solutions when it comes to creating websites for all devices with little effort. But what exactly lies behind the framework that was originally planned to be used as an internal optimization tool for Twitter? Can total beginners with no CSS, JavaScript, or HTML experience also achieve attractive results?

Bootstrap Tutorial: the first steps with the Twitter framework