Simon Willison’s Weblog

Subscribe

Monday, 24th May 2021

HackSoft Django styleguide: services and selectors. HackSoft’s Django styleguide uses the terms “services” and “selectors”. Services are functions that live in services.py and perform business logic operations such as creating new entities that might span multiple Django models. Selectors live in selectors.py and perform more complex database read operations, such as returning objects in a way that respects visibility permissions. # 7:17 pm

How to look at the stack with gdb. Useful short tutorial on gdb from first principles. # 6:23 pm

2021 » May

MTWTFSS
     12
3456789
10111213141516
17181920212223
24252627282930
31