Project: Kiel Seating
01.01.2022

Zurück

Description


Kiel Seating GmbH is a company specializing in the manufacture of bus and train seats for local and long-distance transport. The quality of the seats has the highest priority and is ensured during the production under strictest examination of the regulations.

The new website was to replace the outdated system and represent the now very modern and globally active group accordingly.

For this purpose, a custom theme was developed and various plugins were implemented.



Link to the project

https://kiel-seating.com

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 wide range 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.