Best of DjangoJanuary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    How to build your own SAAS business

    Learn how to build a successful SAAS business by building an audience, using Django for development, offering a free tier, generating expansion revenue, listing your product on various platforms, and learning from expert founders.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Building a FullStack Application with Django, Django REST & Next.js

    Learn how to build a fullstack application with Django and Next.js. Understand the features of both frameworks and how to set up a Django REST API and create a frontend application with Next.js. Explore handling CRUD operations, routing, and connecting the backend and frontend applications.

  3. 3
    Article
    Avatar of hnHacker News·2y

    HTMX Playground

    HTMX Playground is a simple code sandbox for playing around with HTMX. It allows you to write code in a backend-like environment, running entirely inside the browser. You can save and share your code by copying it as JSON and uploading it as a Gist. The playground has some limitations, such as no page navigation and limited mobile support. It uses Svelte, Ace, PollyJS, and Nunjucks libraries.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Integration of VueJS in the Django template

    Learn how to integrate VueJS in the Django template and create single page or semi-single page applications. Discover the use case of single page applications in multi-page applications. Find out how to handle click events in the Django template using VueJS.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Perform CRUD Operations with Django Models

    Learn how to perform CRUD operations with Django Models, including creating, reading, updating, and deleting objects. Explore the Model-View-Template (MVT) architecture and learn how to register models in the admin interface.

  6. 6
    Article
    Avatar of adamjAdam Johnson·2y

    PostgreSQL: Full text search with the “websearch” syntax

    PostgreSQL's powerful full text search feature supports the websearch syntax, which is forgiving and user-friendly. It allows individual word matching, double-quoted phrase matching, OR conditions, and negating matching. This post explains the syntax and how to use it in queries. It also mentions the integration of websearch in Django.

  7. 7
    Article
    Avatar of phProduct Hunt·2y

    TheDevStarter - Next.js and Django SaaS Boilerplate

    Introducing TheDevStarter, a Next.js and Django SaaS Boilerplate. Share your feedback to help improve its features, usability, value, documentation, and overall impressions.