Hey there! Welcome to our blog, where our team shares all things tech—from cool solutions to everyday challenges to innovative ideas we're excited about. We're here to share our journey, inspire yours, and have some fun along the way!
This guide walks you through setting up Keycloak locally using Docker, creating a realm, user, client and integrating Keycloak with a Rails application using the omniauth-keycloak gem for single sign-on (SSO).
This blog explains how to organize ActiveRecord models into a tree structure using the Ancestry gem in Rails to manage parent-child hierarchical structures. It covers the setup, features, and querying methods that make managing hierarchical data both simple and efficient.