Best of Django2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    Free Alternatives to Heroku

    Heroku has brought an end to free dynos and Postgres databases. Other free platforms can be used to host Django (Python) powered web applications for free. Fly and Render seems to offer Postgres on a free plan. Railway doesn't have a free tier, but basic usage is quite cheap.

  2. 2
    Article
    Avatar of medium_jsMedium·4y

    The 2022 Python Programmer RoadMap

    The 2022 Python Programmer RoadMap is an illustrated guide to become a Python Developer in 2022. Python is an open-source language meaning people are constantly collaborating to make it easier to use in every industry.

  3. 3
    Article
    Avatar of rpythonReal Python·4y

    Build a Flashcards App With Django – Real Python

    In this final step of the tutorial, you’ll implement all the missing features of your flashcards app. You’re creating a view for a single box, a route to navigate to, and a template to show the box. To list your boxes, you have to overcome an obstacle in your app’s navigation logic.

  4. 4
    Article
    Avatar of devgeniusDev Genius·4y

    A glimpse of System Design and Architecture

    Refresher project aims to create a complete guide in every aspect of those technologies to serve as a guide or a template for jumpstarting similar projects. The project is a Django backend using PostgresSQL database with asynchronous task scheduler — celery — using a Redis broker. The speedtester app mainly runs internet speedtests every specific interval using celery workers and stores the download , upload speeds and URL of each test to the Postgres database.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    Create a dashboard with Planetscale and Django

    In this article, we will build a dashboard using the planetscale database and Django. We will explore the use of planetscale free account and extensibility. We need to install the psdb engine from GitHub for our app to run on planetscale. In the root folder of our project, we need to create our virtual environment.

  6. 6
    Article
    Avatar of communityCommunity Picks·4y

    HTML Over WebSockets

    HTML Over WebSockets is a new approach for achieving a Single-page Application (SPA) This article has been translated and adapted from the original Spanish version. It's the price that we've had to pay in order to deliver web apps with the look and feel of desktop apps.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Understanding Amazon SQS with Python and Django - Part 1

    Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. Amazon SQS provides us with two types of message queues: Standard Queue and FIFO Queue.

  8. 8
    Article
    Avatar of towardsdevTowards Dev·4y

    Convert Django website to PWA

    PWA are web apps that look like a normal native app on the phone or PC. I consider it to be a shortcut for making cross-platform applications. Django 1.0.10 is not compatible with Django 4. So if you are using an earlier version of Django or this package has received updates you can skip these steps.

  9. 9
    Article
    Avatar of btrprogBetter Programming·4y

    Django Performance Improvements

    The main goal of optimization in Django projects is to make it fast to perform database queries. A properly optimized database will reduce the response time hence a better user experience. In this 4 part series, you will learn how to optimize the different areas of your Django application. This part will focus on optimizing the database for speed in Django applications.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build Your Own Heroku with Dokku

    Dokku is a hosted Platform as a Service that enables developers to deploy their applications with ease. It is based on Docker and uses Heroku's build-packs to compile and package your applications. Dokku also offers a variety of features, such as support for multiple languages, custom domains, automated deployments, and many more.

  11. 11
    Article
    Avatar of awstipAWS Tip·3y

    Dockerizing your Django Web Application

    Docker allows a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. This makes it easier to develop, test, and deploy applications, because you can be sure that your application will work in any environment that has Docker installed.

  12. 12
    Article
    Avatar of hashnodeHashnode·4y

    Host Django app for free

    Pythonanywhere allows you to host your python web apps at low costs. It provides beginner features which allow you to test run your web application on a live server. The first step is to set up the WSGI on pythonanywhere and we do this on the "web" dashboard page.

  13. 13
    Article
    Avatar of logrocketLogRocket·4y

    How and why you should use Next.js with Django

    Next.js is a frontend JavaScript framework built on React’s UI library that is lightweight, server-rendered, and flexible. Django is a free and open source web development framework that provides a flexible, efficient, and easier way to build web applications. Next.js and Django together simplifies implementing CRUD features. You should also create your views file as a Python file.

  14. 14
    Article
    Avatar of djangoDjango·4y

    2022 Django Developers Survey

    2022 Django Developers Survey is available in 10 different languages. The survey is an important metric of Django usage and helps guide future technical and community decisions. After the survey is over, the aggregated results and anonymized raw data will be published.

  15. 15
    Article
    Avatar of devgeniusDev Genius·4y

    Django + Tailwind Simplified

    Django + Tailwind Simplified is a powerful web framework that allows you to handle both backend and frontend solutions. Today we will be amplifying the frontend side of django with the powerful Tailwind css framework. We are trying to achieve the complete seperation of design and logic, we will use the Tailwindcss framework in our new app.

  16. 16
    Article
    Avatar of logrocketLogRocket·4y

    Build a full-stack app with Tetra

    Tetra is a full-stack framework built with Django on the server side and Alpine.js to perform frontend logic. Tetra allows you to have frontend and backend logic in a unified location. The Tetra component is a unit of code that handles its Python, HTML, CSS, and JavaScript logic as an entity. The application will perform CRUD functions on a blog post. The Post model will comprise three attributes. The AddPost component is responsible for rendering the U.S.

  17. 17
    Article
    Avatar of codemotionCodemotion·4y

    Top Trending Python Frameworks Today

    Python is easy to learn and use, meaning developers with little coding experience can quickly get to grips with it. It is an interpreted rather than compiled language, making it fast to work with and simple to deploy. The most common use of Jupyter is Jypter Notebooks, an interactive browser-based environment for hosting and processing computational documents, including mathematics, plotting data and rich media.

  18. 18
    Article
    Avatar of djangoDjango·4y

    Django Developers Survey 2021 Results

    More than 7,000 Django users from almost 140 countries took the survey. The survey covered a broad list of topics including Django usage, operating systems, libraries, tools, and many other insights. View the results of the 2021 Django Developers Survey at the bottom of the page.