PinnedPublished inJavarevisitedTest-Driven Development(TDD) for Java ProgrammersOne of the most common yet underrated practices that even most professionals do is writing code and not implementing tests. Although it is…Jun 19, 20221Jun 19, 20221
PinnedPublished inJavarevisitedLearn OSGi from Scratch — Eclipse, IntelliJ and WSO2 Platform 🖥️Consider the following question. In any large engineering project, for example the design of a new bridge, or jet airliner, what is the…Oct 11, 20212Oct 11, 20212
PinnedPublished inJavarevisitedJava EE — Java Servlets and JSPsJava is one of the most internationally highly acclaimed programming languages due to its versatility. Using Java you can create console…Sep 5, 20211Sep 5, 20211
Setting up Email Sending Module for WSO2 Identity Server for Developers 📨When we talk about IAM or Identity and Access Management, we often see the terms MFA(Multi-factor Authentication) and 2FA(Two-factor…Jul 24, 2024Jul 24, 2024
Published inJavarevisitedWriting a Custom Grant Type for WSO2 Identity Server 🔖When we talk about OAuth2 and OpenID Connect(OIDC), we cannot talk about how those two operate by providing access to the client…Jul 19, 2024Jul 19, 2024
Published inJavarevisitedWriting a Custom User Store Listener for WSO2 Identity Server 🫙WSO2 Identity Server allows you to alter user store operations by registering an event listener for them. These listeners are executed at…Jul 17, 2024Jul 17, 2024
Published inJavarevisitedWriting a Custom User Store Manager for WSO2 Identity Server 📦User stores are places where you store user information. However, sometimes, the default user store schema might not work with your use…Jul 17, 2024Jul 17, 2024
Published inJavarevisitedWriting a Custom Local Authenticator for WSO2 Identity Server 🖥️The WSO2 Identity Server is mainly comprised of two frameworks, authentication framework and provisioning framework. One of the most…Jul 17, 20241Jul 17, 20241
Writing a Custom Event Handler for WSO2 Identity Server 🔧The eventing framework of the WSO2 Identity Server can be used to trigger events for user operation events like PRE_ADD_USER and…Jul 16, 2024Jul 16, 2024
Your Own Custom Color Theme Extension for VS CodeI am an avid fan of VS Code when it comes to developing React or Angular applications due to the flexibility it offers. However, I felt…Jun 4, 2024Jun 4, 2024