SSSerhii Soldatovinsoldatov-ss.hashnode.dev·Jun 7 · 6 min readAlmost Done: The Hidden Tradeoffs of Playwright E2E Testing in a Fast-Moving AppI kept thinking I was one fix away from done. Add a stable identifier here, patch a selector there, and the suite would finally go green. Then green would reveal the next thing underneath it. By the e00
SSSerhii Soldatovinsoldatov-ss.hashnode.dev·May 21 · 4 min readHow I added project-aware tab completion to Django's manage.pyDjango technically ships with a bash completion script — it lives in extras/django_bash_completion. But nothing wires it up when you pip install django. You have to find it, source it manually, and on00
SSSerhii Soldatovinssoinpractice.hashnode.dev·Apr 22 · 7 min readFrom Django Library to AWS Cognito: My Journey Building Enterprise SSOThe Client Call That Started Everything "We need SSO. Multiple providers. Per client. Starting next sprint." That was the moment I realized I had no idea what I was actually getting into. I'd built au00
SSSerhii Soldatovinssoinpractice.hashnode.dev·Apr 22 · 8 min readHow to Set Up SSO Authentication in Your App's Admin PanelPrerequisites for all OIDC Providers This guide covers the admin setup for SSO authentication built with Django and AWS Cognito. The full reference implementation is available on GitHub: django-cognit00
SSSerhii Soldatovinssoinpractice.hashnode.dev·Apr 22 · 3 min readHow to Test SSO Authentication with Cognito and OIDC ProvidersPrerequisites for all OIDC Providers This guide covers the admin setup for SSO authentication built with Django and AWS Cognito. The full reference implementation is available on GitHub: django-cognit00