DCDebojyoti Chatterjeeincode-bounce.hashnode.dev·Jul 2, 2025 · 7 min readWhat is SSO (Single Sign-On)? How SSO Works?What is Single Sign-On (SSO)? We all know ho we can log into Gmail and then access YouTube, Google Drive, and Google Maps without entering your password again? That's the what we can call Single Sign-On (SSO) at work. We use dozens of applications on...00
DCDebojyoti Chatterjeeindebojyoti.hashnode.dev·Mar 23, 2023 · 3 min readThe smart Package Manager "ni"We often work on multiple node-based projects in parallel and quite often there are scenarios where projects utilize distinct package managers. And, sometimes we end up using the wrong package manager for a project. This could lead to conflicting dep...00
DCDebojyoti Chatterjeeindebojyoti.hashnode.dev·Mar 8, 2023 · 2 min readMove from Github to Bitbucket - Method 2To move a repository from GitHub to Bitbucket with all branches and commits, you can follow the steps below: This one is a detailed method where I am assuming you already have the repository cloned in your local normally. (What do you mean by normall...00
DCDebojyoti Chatterjeeindebojyoti.hashnode.dev·Mar 8, 2023 · 1 min readMove from Github to Bitbucket - Method 1To move a repository from GitHub to Bitbucket with all branches and commits, you can follow the steps below: Create a new repository on Bitbucket without README.md and .gitignore. Clone the repository from GitHub to your local machine using the ...00
DCDebojyoti Chatterjeeindebojyoti.hashnode.dev·Jan 21, 2023 · 5 min readTest your APIs the Better WayThe interest in API/Web services and their testing is gradually growing over the last couple of years. Having the right process, tool and solution for API are very important. When we start building APIs one of the primary things we usually care to ha...00