Single Sign-on is an authentication process followed by many organizations for allowing users to access multiple applications with single sign in. Advantages of using Single Sign-on are: Use single credentials which are defined on centralized server.One time login to get access to multiple applications.Single place for user management like – add new user or account, … Continue reading How Single Sign-on Made Easier With SAML & Spring Boot
blog
MergeAdapter: A Tool To Merge Multiple Adapters
Android introduced the most awaited feature of merging the data adapter into the list with the release of recyclerview:1.2.0-alpha02 package. MergeAdapter is a new class available which enables you to sequentially combine multiple adapters to be displayed in a single RecyclerView. This enables you to better management of your adapters rather than having to combine many … Continue reading MergeAdapter: A Tool To Merge Multiple Adapters
Ins & Outs Of Component Lifecycle With UseEffect
As you are reading this blog, you are one of the cool developers and to become the coolest developer you need to follow the above quote. Here, I am sharing my story, when I tried to become the coolest developer! When I heard about hooks in React JS, I read about it and tried to write new components … Continue reading Ins & Outs Of Component Lifecycle With UseEffect
