12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
XML (Extensible Markup Language) is a generic and flexible text-based language used to store data in a structured form. XML allows information to be arranged in a hierarchical structure so that it can be easily processed and exchanged. XML is useful for storing and exchanging data between different applications and systems.
12/09/2022 | by Patrick Fischer, M.Sc., Founder & Data Scientist: FDS
Web services are applications that communicate with each other over a network, usually the Internet. They use a uniform interface to transmit and receive data and application functions. These interfaces are usually built in an XML-based structure called Web Services Description Language (WSDL). Web services allow different applications that use different programming languages to communicate with each other.
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
Amazon AWS is a cloud computing platform offered by Amazon Web Services (AWS). It offers a wide range of cloud computing services that enable customers to achieve scalability and cost savings. These include computing, storage, databases, networking, analytics, machine learning, mobile and web applications, development tools, and more.
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.