Best of Django β€” May 2024

  1. 1
    Video
    Avatar of TechWithTimTech With TimΒ·2y

    FastAPI, Flask or Django - Which Should You Use?

    Comparison of Flask, Django, and FastAPI for Python web development. Flask is lightweight and customizable, ideal for small to medium-sized apps. Django is high-level with many built-in features, suitable for complex web applications. FastAPI is a modern, high-performance framework for building self-documenting and fast APIs. Choose the framework based on your use case, ease of learning, performance needs, and project requirements.

  2. 2
    Article
    Avatar of communityCommunity PicksΒ·2y

    πŸŒπŸš€πŸŽ― From Localhost to Cloud ☁️: Next.js, Django, SSL πŸ”’, GitHub Actions πŸš€, DNS| Ultimate Website Deployment Tutorial🌟πŸ”₯✨

    This post is a tutorial on deploying a website from localhost to the cloud using Next.js, Django, SSL, GitHub Actions, and DNS. It covers the process of Dockerizing the frontend and backend, writing Kubernetes manifests, creating a GCP Kubernetes cluster, configuring DNS, and using GitHub Actions for building and deploying applications.

  3. 3
    Video
    Avatar of TechWithTimTech With TimΒ·2y

    Python + JavaScript - Portfolio Web App Tutorial

    Learn how to build a portfolio website using Django and Python. Follow step-by-step instructions to deploy the site on Hostinger. Add tags and filter projects for easy navigation.

  4. 4
    Article
    Avatar of communityCommunity PicksΒ·2y

    Django Logging | Tutorial & Best Practices

    Learn how to implement logging in Django and follow best practices to improve application development and end-user experience. Understand logging levels in Python.

  5. 5
    Article
    Avatar of rpythonReal PythonΒ·2y

    HTML and CSS Foundations for Python Developers – Real Python

    Learn HTML and CSS foundations for Python developers to understand web frameworks and create impressive websites.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCampΒ·2y

    How to Secure Your Django App – Best Practices and Code Examples

    Learn best security practices for securing your Django app, including measures for authentication and authorization, protection against SQL injection attacks, prevention of cross-site scripting (XSS) attacks, and more.