Explore >> Select a destination


You are here

nikoheikkila.fi
| | jrsinclair.com
16.8 parsecs away

Travel
| | In the last article, we saw how functional programming can be used with arrays. In this article we examine higher-order functionsfunctions for making functions.
| | twopoint.dev
19.2 parsecs away

Travel
| | Come along for a story of how I grappled with that very question along my own journey of learning functional programming
| | jessitron.com
11.1 parsecs away

Travel
| | Property-based testing and functional programming are friends, because they're both motivated by Reasoning About Code. Functional programming is about keeping your functions data-in, data-out so that you can reason about them. Property-based testing is about expressing the conclusions of that reasoning as properties, then showing that they're (probably) true by testing them with hundreds of...
| | damienbod.com
66.4 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...