murtazarangwala.hashnode.devHow to choose the correct SSO Methods !Most People Use the Wrong Protocol for SSO. But you will learn in this article how to choose right one. In this Article we are going to cover about some of the most used SSO methods why they are used, what’s the purpose, their competition and current...Dec 9, 2025·8 min read
murtazarangwala.hashnode.devNexus | The Complete GuideWhat is Nexus Repository Manager ? Nexus Repository Manager, developed by Sonatype, is a powerful repository management tool used to store, manage, and distribute software artifacts. It plays a crucial role in modern DevOps workflows by acting as a c...Jun 26, 2025·13 min read
murtazarangwala.hashnode.devSonarQube - The Complete GuideWhat is SonarQube? SonarQube is an open-source platform developed by SonarSource used for continuous inspection of code quality. It performs static code analysis to detect bugs, vulnerabilities, and code smells in multiple programming languages. Sona...Mar 23, 2025·17 min read
murtazarangwala.hashnode.devHooks in ReactJs..What is Hooks in React ? Hooks are special functions in React that allow us to "hook into" React features like state, lifecycle methods, context, etc.. in functional components. Before hook introduction, these features were only available in class co...Dec 19, 2024·4 min read
murtazarangwala.hashnode.devGetting Started with Express JsWhat is Express (Express Js)? Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Why use Express? Express was created to make APIs and web applications with e...Nov 14, 2022·3 min read