Search Articles — Sudonull

Search Results

In this project

Parser Combinators from Scratch in TypeScript

https://sudonull.com/parser-combinators-from-scratch-in-typescript

Implementation of Parser Combinators in TypeScript: basic parsers, sequence, oneOf. Code with examples for middle/senior developers. Create your own parser in 15 minutes.

JavaScript Date Parser: Hidden Errors and Fixes

https://sudonull.com/javascript-date-parser-hidden-errors-and-fixes

Breakdown of the new Date(string) mechanism in JS: why it parses any text, timezone problems and how to avoid bugs in production. For developers: regex-validation and alternatives.

Compiler from scratch: lexer parser type inference

https://sudonull.com/compiler-from-scratch-lexer-parser-type-inference

Experience creating a compiler for my own language: from lexer to LLVM IR. Handling generics, lambdas, linking. For middle/senior developers. Learn approaches without deep knowledge.

Asynchronous Manga Parser: Architecture in Python

https://sudonull.com/asynchronous-manga-parser-architecture-in-python

How to Build a Scalable Manga Parser with asyncio, Pydantic and SQLAlchemy. Practical Breakdown of Architecture and Transition to Microservices.

From other projects

Scott Parker Rants Against AI in Football

https://lrivo.com/scott-parker-rants-against-ai-in-football

Scott Parker, Burnley's manager, expresses frustration with AI and technology in football. Learn more about his comments and Burnley's current situation.

Burnley Fan Discontent and Managerial Doubts After Season End

https://lrivo.com/burnley-fan-discontent-and-managerial-doubts-after-season-end

Explore Burnley's challenges with fan engagement and Scott Parker's management. Learn about the call for a summer reset and key takeaways for the club's future. Read more.

From the web

What is ADFS? How It Works, Components & When to Use It

https://www.cloudeagle.ai/blogs/what-is-adfs

Active Directory Federation Services (ADFS) is Microsoft’s solution for single sign-on (SSO) and secure identity federation. ADFS …

How to Configure Active Directory Federation Services (AD FS) for ...

https://community.spiceworks.com/t/how-to-configure-active-directory-federation-services-ad-fs-for-office-365/1014050

Oct 12, 2022 · However, in order to use SSO to access apps that are incompatible with standard Active Directory Windows …

When to Create a Federation Server | Microsoft Learn

https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/design/when-to-create-a-federation-server

Apr 8, 2025 · When you create a federation server in Active Directory Federation Services (AD FS), you provide a means by which …

Active Directory Federation Services (AD FS) - Oudel Inc.

https://blog.oudel.com/active-directory-federation-services-ad-fs/

Active Directory Federation Services (AD FS) emerges as a crucial component, facilitating single sign-on (SSO) and identity …

Microsoft Entra Connect and federation - Microsoft Entra ID

https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-fed-whatis

Apr 9, 2025 · Microsoft Entra Connect lets you configure federation with on-premises Active Directory Federation Services (AD FS) …

Configure Additional Authentication Methods for AD FS

https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/operations/configure-additional-authentication-methods-for-ad-fs

Mar 19, 2026 · By default, in Active Directory Federation Services (AD FS) in Windows Server, you can select Certificate …

Deploying Federation Servers | Microsoft Learn

https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/deploying-federation-servers

Apr 8, 2025 · To deploy federation servers in Active Directory Federation Services (AD FS), complete each of the tasks in Checklist: …

Configure Active Directory Federation Services in an on-premises …

https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/deploy/on-premises-key-trust-adfs

Feb 25, 2025 · Learn how to configure Active Directory Federation Services (AD FS) to support the Windows Hello for Business key …

What is ADFS - Active Directory Federation Services

https://office365concepts.com/what-is-adfs/

In this blog you will learn what is ADFS (Active Directory Federation Services), what is claims-based identity model, you will learn …

Implementing Active Directory Federation Services (ADFS): A …

https://www.visiontrainingsystems.com/blogs/implementing-active-directory-federation-services-adfs-a-complete-guide-to-secure-single-sign-on-and-identity-federation/

Apr 16, 2026 · Learn how to implement Active Directory Federation Services to enable secure single sign-on and streamline identity …

Trending Now