Project: Luftfahrtversicherung24
01.04.2020

Zurück

Description


Especially in the high airs you should pay attention to your safety. Luftfahrtversicherung24.de is the portal behind which Adrian Gutzweiler's team stands. Those who insure aircraft also set themselves high goals. As the crow flies, this team aims to achieve a clear goal - the best possible service for the customer.



Link to project

https://luftfahrtversicherung24.de/

The challenge with this website has clearly been to visually present what for many appears to be a very strenuous topic in such an appealing way that reading complex legal principles suddenly becomes fun.



Technology


PHP

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely used open-source general-purpose scripting language that is particularly suitable for web development and can be embedded in HTML. What distinguishes PHP from client-side languages is that the code is executed on a server. A user is not able to inspect the algorithms used or other aspects of the source code.

A major advantage of PHP is the simplicity of the language, which can be learned quickly. For experienced developers, the PHP ecosystem offers a variety of features and possibilities to develop complex and stable software.

Last but not least, the many applications based on PHP (Wordpress, Woocommerce, Shopware and many more) are a main reason to master the language as a web developer.

TypeScript

TypeScript is an open source language that builds on JavaScript, one of the most widely used programming languages in the world, by adding static type definitions.

Type definitions provide a way to describe the shape of a data object. This makes the source code more maintainable and correct to document.

TypeScript code is converted into JavaScript code via the TypeScript compiler or via Babel, a compiler. This in turn can be interpreted by browsers and thus grant the original functionality.