Explore >> Select a destination


You are here

ankane.org
| | abuisman.com
4.6 parsecs away

Travel
| | Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader
| | blog.codeminer42.com
4.2 parsecs away

Travel
| | As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases require personalizations to reproduce real world situations and the relationships between them. Here, we have two models: User and Meeting, with a 1..N relation where one Meeting has two User (yes, a two-person meeting.) The problem
| | greg.molnar.io
4.7 parsecs away

Travel
| | A pull request on Rails and Devise triggered me to write this blogpost.
| | mydeveloperplanet.com
23.8 parsecs away

Travel
| This blog provides comprehensive guidance on setting up the OpenID Connect Authorization Code Flow using Keycloak. It explains key concepts, prerequisites, and step-by-step instructions to create realms, clients, and users. The blog emphasizes understanding OAuth2.0 and OIDC, concluding with the implementation of the Authorization Code Flow in applications.