JH-Articles - Software-Development
-
Using Python Dash to Develop Data Applications for the Web
Dash is: Following the official tutorial Dash in 20 Minutes provided by Plotly, an app as the following can be easily made.
-
Cloud or Server?
Es ist mir egal, ob es Cloud oder Server ist.
-
Cross-platform Web Application Development
So what does "cross-platform" together with "web" mean? Does "web" already mean "cross-platform"? Jein, so to say in German. Web applications nowadays is still the counter-part of platform dependent native applications. However, because of the different runtimes on different web browsers, web applications do not work automatically the same on all platform. In fact, they almost always work differently on different devices as there are also concepts as responsive design or mobile or desktop first way of thinking in the realm of web applications. But GUI representation aspects are not the core topic in this article. This artice focus more on the functionality or engine aspects of web applications. Of the difference, in worst cases, certain applications work well on some platforms but crashes on other platfoms, such as the gif-player powered web pages at JH-Articles:attachments/20231205.gif-player. (If you open the link on an iPhone (touch, scroll and wait a while), it could very much likley crash your web browser in use. Like it had always been so on my iPhone.) (By the way, gif-player was a great HTML custom element developed by the Canadian developer Simon Green (CaptainCodeman) about 6 years ago. It offers the possibility to pause the GIF image at certain frame decided by the mouse pointer location.)
-
React.js class components and function components
Key points about React.js class component as function component as well as the support in related applications.
-
React in Web Frontend Application
Key points about React.js Key points about React.js powered application routing
-
Two-factor Authentication
When the year number is approaching 2024, two-factor authentication becomes mandatory for more and more information systems. Essentailly, two-factor authentication (2FA) enhances data security in the digital world.
-
A Summary of Simple Web Servers for Web Browser Application Development
References ```sh php -S 0.0.0.0:5000