January 30, 2025

Web page timers

One important part of the interactive web pages is the timings and event responses. The timer approach is usually simpler- after preset time something is executed. The sequence follows a pattern. Be it one time delayed execution or execution on regular intervals. It is usually used for actions that are always performed. The event driven […]

Web page timers Read More »

To sync or to async

The web has to be asynchroneous with fallback (to simplified content) and with error handling, but sometimes some (or a lot) of the operations have to be performed in a sequence. If some data is not yet loaded, but it is expected to be used (and this is “critical”), the process has to be attempted

To sync or to async Read More »

Scroll to Top