JavaScript

Introduction to Svelte framework
Svelte JS– a lean framework for fast mobile web applications
  • Web development

Traditional frameworks for programming web apps, such as React and Vue, shift the majority of the work of a web app to the browser. This makes the apps sluggish and requires a lot of data. Svelte compiles the apps in the background in a lean optimized JavaScript which the user experiences as a significant performance boost.

Svelte JS– a lean framework for fast mobile web applications
Web components
Web components explained
  • Web development

No web developer can manage without HTML, CSS, and JavaScript. As a result, the same elements tend to be repeated over and over again when programming, which can be both tedious and time-consuming. Web components help with this by providing encapsulated HTML tags and allowing them to be reused as often as needed.

Web components explained
What is WebAssembly?
WebAssembly: the faster JavaScript?
  • Web development

The World Wide Web is getting faster and faster. The WebAssembly standard (Wasm) is set to vastly improve the performance of web applications. In addition to JavaScript, web programmers can now use C, C++ or Rust. The code is then compiled into highly efficient bytecode. This also means that browser-based games can be made more complex for example.

WebAssembly: the faster JavaScript?
JHipster
JHipster: the framework suite for modern websites
  • Web development

Framework use has become an integral part of modern web development. Designing back and front ends based on ready-made basic structures saves a lot of time. The website generator JHipster is an interesting solution that uses several tools to create server-and-client-side components. Which components distinguish the suite and how to install and use the software for your own project will be...

JHipster: the framework suite for modern websites
Web programming languages
Web programming languages: the best languages for web development
  • Web development

So, you are looking to learn one or more web programming languages? The first challenge is to choose one. After all, there are hundreds of programming languages, but not all of them are good for web development. To make this decision easier for you and help you tackle your web project, we are going to provide a brief introduction to the most well-known web development languages.

Web programming languages: the best languages for web development
The basics for modern web development
Modern web development: the basics
  • Web development

Der Trend in der Webentwicklung führt weg von statischen Webangeboten hin zu interaktiven Inhalten. Auch wenn HTML und CSS nach wie vor das Grundgerüst einer jeden Website darstellen, greifen Webentwickler immer öfter auf serverseitige Programmiersprachen wie PHP zurück, um dynamische Webauftritte zu realisieren. Zudem bieten clientseitige Skriptsprachen wie JavaScript die Möglichkeit, eine...

Modern web development: the basics
Learning HTML: a beginner’s tutorial
Learn HTML: the first steps with the standard web language
  • Web development

In times of content management systems and website construction kits, you might think it’s a waste of time learning HTML. But if a page doesn’t work for some reason or if you plan to install dynamic elements, you won’t be able to continue without having knowledge of this web language. In our detailed HTML tutorial, we introduce you to the basic features of the markup language, including numerous...

Learn HTML: the first steps with the standard web language
Rich Cards: the new Google results format
Rich Cards: the new Google results format
  • Website creation

In May 2016, Google launched the next big change to the appearance of its search engine results pages with Rich Cards. Given that more than half of searches on the world’s most popular search engine come from mobile devices today, it’s hardly surprising that the latest results format update is designed specifically for smartphones and tablets. So what do Rich Cards entail? And how can web...

Rich Cards: the new Google results format
What is XSS (a.k.a. Cross-site scripting?)
How to prevent XSS/cross-site scripting and close security gaps
  • Web development

Have you ever heard of cross-site scripting (XSS)? This is when unauthorized users take advantage of security gaps in internet browsers and on web servers to plant malware and run it anonymously. But what lies behind these attacks and how can website operators and users protect themselves?

How to prevent XSS/cross-site scripting and close security gaps
Spring framework: A backbone extension of Java
Spring – the framework for complex Java applications
  • Web development

Java doesn’t play a big role when it comes to simple web development, although the programming language has still maintained a strong appeal. The language, which is no longer supported by browsers, has established itself as an efficient solution finding tool, especially when designing backends for business applications. The Spring framework contains various modules that serve as a basis for...

Spring – the framework for complex Java applications