Become a member
Sign in
Adrienne Domingus
Adrienne Domingus

Adrienne Domingus

Software Engineer | www.adriennedomingus.com

74 Following
312 Followers
·
  • Profile

  • Claps

  • Responses

Latest

Adrienne Domingus
Adrienne Domingus
Aug 24 · 2 min read

Python: using getattr for properties and methods

Using getattr

11

Adrienne Domingus
Adrienne Domingus
Aug 22 · 5 min read

Custom Celery Tasks: including the enqueuing request_id to a task_id in Django

11

Adrienne Domingus
Adrienne Domingus
Aug 5 · 4 min read

Character Encoding and the Internet

My partner ran into a character encoding issue at work recently that we were talking about over…

50

Adrienne Domingus
Adrienne Domingus
Dec 9, 2018 · 3 min read

Adding Custom Views and Templates to Django Admin

The Django admin feature is great for quickly spinning up basic CRUD actions without giving someone direct database access, but gives you very little control over the feature set or content. This is perfect for quickly spinning up the ability…

93

1 response
Adrienne Domingus
Adrienne Domingus
Nov 25, 2018 · 3 min read

Migrating RabbitMQ Tasks with Python & Kombu

It’s not common, but every now and then you may need to move tasks that have already been enqueued from one RabbitMQ instance to another — for example, if you need to upgrade your plan, or if you’re switching providers. I’ve had to do this a couple…

2