Home
Blog
About
Contact
Newsletter
Light
Dark
Automatic
Software Engineering Blog
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
Automating Convention: Linting and Formatting Python Code
Walk through using pre-commit to automate Python code linting and formatting with flake8, black, isort, and bandit.
Steven Pate
Last updated on Mar 3, 2021
5 min read
linting
,
formatting
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
Automating Convention: Formatting Python Code with Black
View a presentation on creating consistently formatted Python code with Black.
Steven Pate
Last updated on Feb 11, 2021
0 min read
formatting
Docker Images Best Practices with Python
View a presentation on best practices for building Docker images specifically geared toward Python.
Steven Pate
Last updated on Feb 11, 2021
0 min read
«