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