Project: Visual Statements
01.01.2017

Zurück

Description


Perhaps the most popular brand on social media in Germany. Visual Statements is a true veteran of the social media scene and quite rightly a big player in social media advertising. The website introduces the company and shows visitors why Visual Statements will not be relinquishing its top position anytime soon. This is one of the first web projects I was able to realize.



Link to project

https://corporate.visualstatements.net

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.