Tech Journal

How to secure SPAs with Asgardeo

More often than not, securing access to your Single-Page Application (SPA) inevitably becomes an integral part of development. Asgardeo simplifies…

2 years ago

What I learned building a cloud-native frontend app for Asgardeo

Times change fast. Even more so if you are in the tech business. Fifteen years ago, JavaScript was only a…

3 years ago

Implementing a timer using React

Implementing a timer using React might seem straightforward until you actually try to implement one. This seemingly run-of-the-mill task can…

3 years ago

Fix invalid id token issue in WSO2 Identity Server 5.11.0

You might come across id token validation issues in the Wso2 Identity Server 5.11.0. This article discusses possible fixes. …Read…

3 years ago

Build a multi-class classification neural network in R in fifty lines of code

The R language allows for rapid prototyping of machine learning and neural network models. Having learned to create neural networks…

3 years ago

Configuring Azure Active Directory as a federated IdP in WSO2 Identity Server using SAML

WSO2 Identity Server allows you to integrate Azure Active Directory as a federated identity provider out of the box using…

3 years ago

How we built a frontend app for WSO2 Identity Server with React

WSO2 Identity Server has always been known for its technical brilliance and feature richness. But that wasn’t enough to satiate…

3 years ago

Asgardio OIDC JS SDK: Bootstrap in three easy steps

Asgardio OIDC JavaScript SDK allows developers to implement OIDC authentication in their Single Page Applications in a fast and secure manner,…

3 years ago

Concurrent programming using Python’s Async IO

Python's Async IO has made writing concurrent applications a breeze. This article explores how Async IO can be used to…

4 years ago

CICD for frontend with Firebase and GitHub Actions

GitHub Actions has made CICD easy. Couple it with the free hosting service offered by Firebase, you have a fully…

4 years ago