About This Talk
While designing Django models, our primary objective is to develop a structure thatāll enable us to build the said product feature, but while doing so ~we~ I used to neglect things like a) Ease of debugging/Auditing, b) Query patterns, c) and Scalability, and later when push came to shove these things used to become a blocker. While we canāt possibly think and preempt everything from day 1(and if you try to - itāll take long to roll that feature out), we can do something better š¤.
In this talk, weāre going to be focusing on how you can avoid those mistakes early in your design phase š - these are all the learnings I have had after making mistakes. We are going to cover the following -
- Auditing your models
- Boolean field for flags vs. timestamped field
- Soft delete vs. hard delete
- Many boolean flags in a model?
- How do you decide when to de-normalize?
- And much more ā¦
As with every piece of advice in life, the answer of whether you should apply these or not is - ā it depends.ā In this task, weāll also discuss when you can use this advice and when you can choose to skip it.
Presenters
Tarun Garg
Iām currently working as Engineering Manager at SquadStack, Iāve been here since 5 years and have seen the team and processes grow from 3 member engineering team to a now ~50 people engineering team. Being the early member of the engineering team, I got to experience a fair share of challenges and make a lot of mistakes along the way and thatās why I wanted to share those learnings so that other people donāt make those same mistakes and the community keeps on growing :D.
More about me? Iāve recently made a step into management and till now(6 months in) iām liking it; make no mistake it is stressful but rewarding also(in itās own way). I love solving people, process & product challenges. When not working I can found reading books, or playing some strategic games like Catan or Chess.
You can read more about me here