Best of Django — January 2024
- 1
- 2
DEV·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
Hacker 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
AWS 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
- 6
Adam 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