- Keep Learning Everyday
- Developing - Error Handling In Oneview
- Graphene - use
nonnull
and
required=True
- Django
- use foreign key constraints
- when adding constraints, also add DB data cleaning migrations
- Oneview
- GraphQL API Design, 3 options -> consider using
Enum
- REST API Design, follow github rest
- consider using Celery - for slow running task and
doesn’t need result right now