Explore >> Select a destination


You are here

blog.cleancoder.com
| | blog.bencope.land
12.7 parsecs away

Travel
| | The journey to master functional programming involves shifting one's approach of even the simplest problems. It is a different paradigm after all. But don't be intimidated, because this journey is best travelled by embracing small shifts in thinking. Unlearning small things and learning other (perhaps smaller) things. Previously we looked
| | mike.zwobble.org
14.6 parsecs away

Travel
| |
| | nondv.wtf
14.0 parsecs away

Travel
| | Implementing OOP in a functional programming language
| | damienbod.com
85.3 parsecs away

Travel
| This post looks at implementing an Open ID Connect identity provider in Microsoft Entra External ID. Auth0 is used as the identity provider and an ASP.NET Core application is used to test the authentication. Microsoft Entra External ID federates to Auth0. Client code: https://github.com/damienbod/EntraExternalIdCiam Microsoft Entra External ID supports federation using OpenID Connect and was...