-
Building a CLI with SSO
Tuesday, May 9, 2023
👋 Let’s talk about adding SSO to our CLIs, something really useful for different reasons. Single Sign-On (SSO) is not only a common practice nowadays in organisations but is almost a must. Although it looks challenging for many people at first glance, nowadays the integration has been simplified thanks to the different services that help to abstract you from the complexity of the different flows. When it comes to the benefits of using SSO, there are many but some are very specific for CLI applications. …
-
Retrospective 2019-2020
Wednesday, September 2, 2020
Hello! Usually, this is the typical post people write in December or in January. But for me, it has more sense to do it now, not only because everybody is hoping to come back to some “kind of” normality (ending the summer, new school-year…) but also exactly one year ago I was starting a new adventure in Cambridge. …
-
Quick overview for securing a backend API with Google App Engine and Auth0.
Saturday, June 6, 2020
Google App Engine it’s a good product for quick API deployment and very easy to integrate with Auth0 for autentication. I’ll go through the basics concepts for deploying an API backend in Python. …
-
Start over
Thursday, May 7, 2020
Hello! Today, I start over with a personal blog after years of silence. I guess never is late for doing it. I have said start over because I had a blog in the past, but that’s another story. …
-
Scaling PostgreSQL from a developer point of view.
Monday, June 10, 2019
As a developer, you have to deal with databases from time to time in your work-life, and if you are a web developer probably making queries, it is something you are facing daily. …