OpenIddict 3.0 beta6 is out
OpenIddict 3.0 beta6 introduces explicit response type permissions, replacing the old inferred system, and removes the hybrid client type.
OpenIddict 3.0 beta6 introduces explicit response type permissions, replacing the old inferred system, and removes the hybrid client type.
DEV Community members pair program to tackle an accessibility issue in the Forem codebase, live-streaming their progress.
Explains how to model variable fields in ksqlDB using MAP instead of STRUCT for nested data, with practical examples.
Part 17 of a series on building a Swift HTTP framework, discussing advanced loader concepts like OpenID, caching, deduplication, and redirection.
Dependency injection: the good and the bad Dependency injection (DI) is a great pattern, which can really help make your code cleaner, more decoupled
Introducing Cosmos DB Studio, an open-source desktop tool for querying and managing Azure Cosmos DB databases with a better user experience.
Explores the Bayesian equivalent of a two-sample t-test, questioning traditional assumptions and proposing a model using discrete distributions.
Final part of debugging an InvalidProgramException caused by a profiler bug, focusing on analyzing faulty IL code from a memory dump.
A technical guide on managing and cleaning up custom search engines in Google Chrome by directly manipulating its SQLite database.
A step-by-step guide explaining async/await in JavaScript, using a story about a greedy boss to illustrate concepts from callbacks to promises.
Critique of Microsoft's 'Embrace, Extend, Extinguish' strategy regarding GitHub, git, and open source, promoting alternative platforms like sourcehut.
Discusses common pathologies in bug tracking and proposes improvements for responsible bug management in software development.
An article exploring the concept of 'yak shaving' in software engineering, encouraging engineers to tackle complex, nested problems methodically.
A guide to programmatically list all Azure subscriptions with tags using C#, Azure Functions, and the Azure Resource Graph SDK for efficient queries.
A deep dive into creating interactive, actionable toast notifications in PowerShell using the BurntToast module, including buttons and selection boxes.
A guide to reducing AWS storage costs by archiving data from DynamoDB to S3 and S3 Glacier storage tiers, including implementation steps.
Explores the nuanced behavior of 'undef' values in LLVM IR, detailing permissible and non-permissible compiler transformations.
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A developer documents a live coding session where a Preact class component was converted to a function component using React hooks like useState and useReducer.
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).