Evolution of Single Sign OnMay 15, 2019Several ways I have seen this implemented over the yearsSSO enterprise web architectures
Notes about book I have read (2018)February 6, 2019A record for me, having read 38 non-fiction booksreading book
Book: Practical Django 2 and Channel 2December 28, 2018First book I wrote (published with Apress)book django channels
Using GRPC with DjangoJanuary 16, 2018One way to construct servers using Django management commandsmicroservices grpc python architecture
Feeding data to Redshift with Airflow (Europython 2017)July 20, 2017Presentation and video of the talk I gave in Riminiairflow redshift europython presentation
Moving data in bulk in and out of PostgresqlJune 18, 2017Using Foreign Data Wrappers to move data directly between DBMSesdata big data etl
Introduction to Apache AirflowMay 16, 2017Managing complex data workflows with dependencies and schedulingdata big data etl
Minimalism is how startups keep the focusMarch 18, 2017Why doing only the essential is the hardest thing to dostartups minimalism
A Python microservice stackSeptember 24, 2016Building autonomous services with GRPC, Consul, and Kafkamicroservices soa python architecture