12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
CSS (Cascading Style Sheets) is a stylesheet language that allows web designers to define the visual presentation of HTML documents. CSS allows web designers to add colors, fonts, layouts, backgrounds, and more to their web pages. CSS code is stored in a separate file, which is then linked to HTML documents. This way, web designers can use the same designs on multiple web pages by writing the CSS code only once.
12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
Linux is a free operating system based primarily on Unix that runs on a wide range of computers. It was originally developed by Linus Torvalds and is now supported by the open source community. Linux is very reliable, flexible and efficient, and it offers a wide range of programs and features that make it a popular choice for many users.
12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
NGINX is a high-performance web server that acts as a reverse proxy, load balancer and HTTP cache. It is one of the most widely used web server systems and is known for its high speed, stability, efficiency and flexibility. NGINX is also able to support dynamic content caching to speed up requests and reduce the load on the server.
12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
Test automation is a process in which tests are performed automatically to verify the functionality of a software or system. Special automated test tools are used for this purpose, which perform individual test steps and record the results. The automation process can be used in various software development phases, such as system testing or integration testing, to validate the system. Automation enables tests to be executed faster and more efficiently, improving test quality.
12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
A code review is a process in which a developer or a team of developers review the source code of a program to improve it and find bugs. The code review process can also be used to identify new features, improve existing features, and ensure conformance to development standards. The goal is to improve software quality and enable a faster development and deployment process.