Nngdreaminngdream.hashnode.dev·Sep 26, 2024 · 4 min readHow google handle ssoGoogle uses a secure SSO mechanism to manage authentication across its services (like Gmail, YouTube, and Google Drive). While it might seem like Google is using iframes for verifying the user's connection between services, the actual process is more...00
Nngdreaminngdream.hashnode.dev·Sep 24, 2024 · 4 min readPulsy ,a simple react js state management libraryHere's a README for your Pulsy package: Pulsy Pulsy is a lightweight, flexible state management library for React that supports persistence, middleware, memoization, and enhanced dev tools integration. This package enables you to easily create and m...00
Nngdreaminngdream.hashnode.dev·Oct 30, 2023 · 2 min readWhat Is TypescriptTypeScript is a programming language that builds on JavaScript, giving you better tooling at any scale. It adds type annotations to JavaScript, which helps you catch errors early and makes your code more robust. TypeScript is also fully transpiled to...00
Nngdreaminngdream.hashnode.dev·Oct 30, 2023 · 4 min readSoftware Architecture DesignClean architecture is a software design philosophy that separates the business logic of an application from its external dependencies. This makes the application more flexible, maintainable, and testable. Clean architecture is often visualized as a s...00