Explore >> Select a destination


You are here

bc-security.org
| | shermanonsoftware.com
15.2 parsecs away

Travel
| | A static analyzer can go through code and find big-O type problems. A developer can go through and refactor the code to make it run more efficiently. Neither of these tasks requires much context about the larger system. For example, a function can take a list of contacts and load each one from the database....
| | github.com
15.9 parsecs away

Travel
| | A canonical backbone todo application running on flask and RethinkDB - rethinkdb/rethinkdb-example-flask-backbone-todo
| | thatonegamedev.com
13.7 parsecs away

Travel
| | In this article I explore a way to implement a central network server for a MMO game based on seperate game rooms.
| | damienbod.com
50.5 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...