by chung chinyi | Sep 23, 2024 | Uncategorized
HTML Web Storage is a powerful feature that allows web applications to save data directly in the user’s browser. Before the advent of HTML5, developers relied heavily on cookies for storage. This method was limited and inefficient, as cookies were sent with...
by chung chinyi | Sep 23, 2024 | Uncategorized
Federated Identity Glossary The concept of a centralised or linked electronic identity is known as federated identity. Federated identity systems handle several concerns: Authentication Authorisation User attributes exchange User management The authentication aspect...
by chung chinyi | Sep 22, 2024 | Uncategorized
As many of you know, JavaScript is widely regarded as a single-threaded programming language. This means it processes operations one at a time rather than running multiple calculations simultaneously, like Java, which can utilise multiple threads for parallel...
by chung chinyi | Sep 22, 2024 | Uncategorized
The code you’ve crafted successfully compiles and runs in your browser, bringing your stunning web application to life. But have you ever considered the various elements that work behind the scenes to produce this result? Let’s take a closer look at what...
by chung chinyi | Sep 22, 2024 | Uncategorized
We all rely on web browsers to navigate the vast landscape of websites and web applications. However, we seldom pause to consider how these browsers actually function. In this article, you’ll discover not only the mechanics behind browsers but also learn about...