Django and Semgrep: Enforcing a Service Layer Using Static Analysis
In my previous post about implementing a service layer in Django, I wrote about a simple pattern that "plays nice" with the mountain of functionality that comes with Django out-of-the-box, particularly the ORM. In this implementation, business logic ...
Jun 29, 20244 min read469

