Home
Blog
About
Contact
Newsletter
Light
Dark
Automatic
django
My Favorite Technical Interview
In the software industry, some argue that technical interviews are broken, and I tend to agree. Instead of going through why they’re broken, I’m going to tell you about my favorite technical interview.
Steven Pate
Last updated on Apr 29, 2023
8 min read
interviews
Five Common Django Mistakes
Explore common mistakes made with the Django framework and how they introduce issues into your code.
Steven Pate
Last updated on Mar 4, 2021
8 min read
tips
Database Constraints in Django
Learn about the various database constraints Django supports to ensure data integrity.
Steven Pate
Last updated on Mar 4, 2021
5 min read
database
Five Advanced Django Tips
Dive into advanced django tips on topics such as Q objects, annotations, prefetch objects, custom querysets, and custom model managers.
Steven Pate
Last updated on Mar 4, 2021
6 min read
tips
Getting Started with Content Security Policy using Django
Learn to implement the Content Security Policy header in a Django project and adapt to real world scenarios.
Steven Pate
Last updated on Mar 4, 2021
8 min read
security
Improving Website Security with HTTP Headers
Walk through numerous HTTP headers that servers send clients to improve security with examples in Python and Django.
Steven Pate
Last updated on Feb 11, 2021
0 min read
security