Welcome to My Blog

Thoughts, ideas, and stories

Deploying Django Applications

Design

Deploying a Django application to production involves many considerations: servers, databases, static files, security, and more. We'll walk through the deployment process, covering different hosting options, configuration, and best practices. …

Read more →

Web Security Best Practices

Design

Security should be a priority in every web application. From SQL injection to XSS attacks, there are many threats to be aware of. We'll discuss common vulnerabilities and how to …

Read more →