Lucas Roesler

I am senior engineer at contiamo.com and an ex-mathematician. I have worked on web applications, algorithms for image analysis, machine learning problems, and pure math research.
Home Blog Tags Resume
GitHub Twitter Mastodon Stack Overflow LinkedIn
RSS

Delete or not to delete

2017-04-02 programming, python, django
Should you remove data from the database or simply mark it as deleted?

Zero downtime deploys: A tale of Django migrations

2017-02-20 python, django, automation, postgres
How we automate the validation of our Django migrations

Postgres Joins and Django Querysets

2017-02-06 programming, django, python, postgres
Dealing with inefficient joins in Django’s ORM