Cracking the GitHub Code: A Heartfelt Saga of SSH Keys, SSO, and Cloning Victories

February 29, 2024 Lothar Schulz 0

Join me on a journey through the labyrinth of GitHub repositories, where a seemingly simple task – cloning a repository – turned into a quest for knowledge. In this tale, I’ll share my experience of encountering an error message, navigating SSH keys, discovering the ‘Configure SSO’ dropdown, and ultimately finding the solution. So, grab your SSH key and let’s dive into the world of GitHub authentication for use with SAML single sign-on!

Microservices Marvel: Riding the Frontline with BFF Mastery in Modern Development

January 17, 2024 Lothar Schulz 0

In software development, engineers are constantly seeking innovative solutions. One such pattern that has gained prominence in recent years is the Backend For Frontend (BFF) pattern. We’ll delve into the intricacies of BFF, explore its similarities with API Gateway, and discuss the advantages and disadvantages of incorporating business logic and other microservice cross cutting concerns. We’ll conclude with recommendations.