# htmx

Published articles for htmx.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Django Developers Survey 2026 results

DevFeed: [Django Developers Survey 2026 results](<https://devfeed.tech/articles/django-developers-survey-2026-results-3552.md>)

Original publisher: [Read original article](<https://www.djangoproject.com/weblog/2026/aug/28/django-developers-survey-2026-results/>)

Author: Jeff Triplett

Published: 2026-08-28T14:55:00Z

Content type: news

Language: en

Sources: [The Django weblog](<https://devfeed.tech/sources/the-django-weblog.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [PyCharm](<https://devfeed.tech/topics/pycharm.md>), [htmx](<https://devfeed.tech/topics/htmx.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [django](<https://devfeed.tech/tags/django.md>), [framework](<https://devfeed.tech/tags/framework.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [python](<https://devfeed.tech/tags/python.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

The Django Developers Survey 2026 results are available. The report was conducted by the Django Software Foundation with JetBrains PyCharm, and related coverage discusses Django trends, Django 6.1, HTMX, async development, AI, deployment, testing, and Python tooling.

### Source excerpt

The results from the 2026 Django Developers Survey are now available. This is the fifth annual report conducted from May to July 2026 by the Django Software Foundation in collaboration with JetBrains PyCharm. The full report includes infographics, quotes, and dedicated sections so you can easily navigate the results. There is also a The State of Django 2026: Boring is so back blog post highlighting key Django trends in 2026 and actionable ideas for your own Django development. The Django Chat podcast also covers the survey in a special summer episode, from Django 6.1 and HTMX to async, AI, deployment, testing, and Python tooling.

## You get what you hire

DevFeed: [You get what you hire](<https://devfeed.tech/articles/you-get-what-you-hire-37655.md>)

Original publisher: [Read original article](<https://swizec.com/blog/you-get-what-you-hire>)

Author: hi@swizec.com (Swizec Teller)

Published: 2026-06-23T00:00:00Z

Content type: opinion

Language: en

Sources: [Swizec Teller](<https://devfeed.tech/sources/swizec-teller.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Python](<https://devfeed.tech/topics/python.md>), [React](<https://devfeed.tech/topics/react.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [python](<https://devfeed.tech/tags/python.md>), [react](<https://devfeed.tech/tags/react.md>)

### AI overview

The article argues that engineers' backgrounds and preferred tools strongly influence the systems they build. It compares two working logistics dashboards: a backend-heavy Python system with form submissions and page reloads, and a frontend-oriented React system with self-contained components, multiple pages, CRUD operations, and a themable design system.

### Source excerpt

Hiring engineers is like deciding what kind of system you'll have. This seems obvious but surprised me to see first-hand.

## Issued - Small, Fast, Self-Hosted Comic Library Server

DevFeed: [Issued - Small, Fast, Self-Hosted Comic Library Server](<https://devfeed.tech/articles/issued-small-fast-self-hosted-comic-library-server-10733.md>)

Original publisher: [Read original article](<https://noted.lol/issued/>)

Author: Metalogico

Published: 2026-05-10T16:52:11Z

Content type: article

Language: en

Sources: [Noted](<https://devfeed.tech/sources/noted.md>)

Topics: [servers](<https://devfeed.tech/topics/servers.md>), [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [Python](<https://devfeed.tech/topics/python.md>), [htmx](<https://devfeed.tech/topics/htmx.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [App](<https://devfeed.tech/topics/app.md>), [browser](<https://devfeed.tech/topics/browser.md>), [.NET](<https://devfeed.tech/topics/net.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [browser](<https://devfeed.tech/tags/browser.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [self-hosted-media-streaming-audio-streaming](<https://devfeed.tech/tags/self-hosted-media-streaming-audio-streaming.md>), [server](<https://devfeed.tech/tags/server.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [technology-stack](<https://devfeed.tech/tags/technology-stack.md>)

### AI overview

Issued is a small, self-hosted comic library server built with Python, FastAPI, Tailwind and HTMX. It scans CBZ and CBR files while preserving existing folder structures, provides browser and OPDS-compatible reading, and emphasizes lightweight performance for large collections.

### Source excerpt

Issued is a personal comic library server built for a simple, focused reading experience.

## Closing SSE Connections: A Browser Compatibility Deep Dive

DevFeed: [Closing SSE Connections: A Browser Compatibility Deep Dive](<https://devfeed.tech/articles/closing-sse-connections-a-browser-compatibility-deep-dive-37520.md>)

Original publisher: [Read original article](<https://blog.apartment304.com/sse-close-connection/>)

Author: James Heller

Published: 2025-11-20T19:00:00Z

Content type: tutorial

Language: en

Sources: [Apartment 304](<https://devfeed.tech/sources/apartment-304.md>)

Topics: [Server-sent events (SSE)](<https://devfeed.tech/topics/server-sent-events-sse.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [htmx](<https://devfeed.tech/topics/htmx.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Firefox](<https://devfeed.tech/topics/firefox.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [ajax](<https://devfeed.tech/tags/ajax.md>), [apartment-304](<https://devfeed.tech/tags/apartment-304.md>), [browser](<https://devfeed.tech/tags/browser.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [custom-software-solutions](<https://devfeed.tech/tags/custom-software-solutions.md>), [devops](<https://devfeed.tech/tags/devops.md>), [devops-engineer](<https://devfeed.tech/tags/devops-engineer.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [http](<https://devfeed.tech/tags/http.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [issue](<https://devfeed.tech/tags/issue.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [multiplayer](<https://devfeed.tech/tags/multiplayer.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [software-engineer](<https://devfeed.tech/tags/software-engineer.md>), [sse](<https://devfeed.tech/tags/sse.md>)

### AI overview

This tutorial explains how Server-Sent Events connections can remain open inconsistently across browsers when users navigate away. Using the multiplayer mystery game Whodunit with HTMX as an example, it describes SSE connection tracking and a client-side JavaScript approach for robust cleanup.

### Source excerpt

When browsers leave connections dangling, your app can get stuck waiting for users who are already gone. Let's solve the mystery of closing SSE connections.

## Case Study: Modernizing a High-Traffic Streaming Platform with the AHA Stack (HTMX & Alpine.js)

DevFeed: [Case Study: Modernizing a High-Traffic Streaming Platform with the AHA Stack (HTMX & Alpine.js)](<https://devfeed.tech/articles/case-study-modernizing-a-high-traffic-streaming-platform-with-the-aha-stack-htmx-alpine-js-28522.md>)

Original publisher: [Read original article](<https://blog.risingstack.com/modernizing-a-high-traffic-streaming-platform-with-the-aha-stack/>)

Author: Daniel Bencz

Published: 2025-08-29T17:02:07Z

Content type: article

Language: en

Sources: [RisingStack](<https://devfeed.tech/sources/risingstack.md>)

Topics: [htmx](<https://devfeed.tech/topics/htmx.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Flask](<https://devfeed.tech/topics/flask.md>)

Tags: [case-study](<https://devfeed.tech/tags/case-study.md>), [flask](<https://devfeed.tech/tags/flask.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [js](<https://devfeed.tech/tags/js.md>), [maintainability](<https://devfeed.tech/tags/maintainability.md>), [state-management](<https://devfeed.tech/tags/state-management.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [ux](<https://devfeed.tech/tags/ux.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This case study describes modernizing a high-traffic streaming website for responsiveness, maintainability, business continuity, and easier developer onboarding. The existing Python Flask and Jinja site used jQuery; the team retained server-rendered architecture and adopted HTMX with Alpine.js instead of introducing a single-page application.

### Source excerpt

Our client, a leading company in the streaming industry, acquired a highly successful indie website with over 50 million unique visitors per month. The site had been built by a single developer who prioritized functionality over maintainability. While the features were mostly bug-free, the design was outdated, and the code relied on aging technologies. The [...] The post Case Study: Modernizing a High-Traffic Streaming Platform with the AHA Stack (HTMX & Alpine.js) appeared first on RisingStack Engineering.

## How to Set Up Row-Level Security in Postgres Using AWS Cognito

DevFeed: [How to Set Up Row-Level Security in Postgres Using AWS Cognito](<https://devfeed.tech/articles/how-to-set-up-row-level-security-in-postgres-using-aws-cognito-5402.md>)

Original publisher: [Read original article](<https://neon.com/blog/how-to-set-up-row-level-security-in-postgres-using-aws-cognito>)

Author: Brian Holt

Published: 2024-12-04T17:26:16Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Express](<https://devfeed.tech/topics/express.md>), [htmx](<https://devfeed.tech/topics/htmx.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [http](<https://devfeed.tech/tags/http.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

A tutorial for implementing Postgres row-level security with AWS Cognito authorization. It demonstrates a serverless app using Neon, Neon Authorize, Express.js, and HTMX, including JWT-based fine-grained access controls and RLS policy setup.

### Source excerpt

This blog post teaches you an easy method to implement row-level security in your Postgres database when using AWS Cognito for authorization. To demonstrate everything, we'll be using an app with Neon as the Postgres provider, Neon Authorize, Express.js, and HTMX. All the code in...

## Building Serverless Apps with Spin and HTMX

DevFeed: [Building Serverless Apps with Spin and HTMX](<https://devfeed.tech/articles/building-serverless-apps-with-spin-and-htmx-15185.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/building-with-spin-htmx>)

Author: Thorsten Hans

Published: 2024-05-03T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [htmx](<https://devfeed.tech/topics/htmx.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [apps](<https://devfeed.tech/tags/apps.md>), [build](<https://devfeed.tech/tags/build.md>), [building](<https://devfeed.tech/tags/building.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

A walkthrough of building a serverless app with HTMX and WebAssembly using Fermyon Spin.

### Source excerpt

Walkthrough of the process to build an app with HTMX and WebAssembly - with Fermyon Spin

## Building a plugin system in an HTMX app

DevFeed: [Building a plugin system in an HTMX app](<https://devfeed.tech/articles/htmx-is-composable-33427.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2024/01/17/htmx>)

Published: 2024-01-17T09:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [htmx](<https://devfeed.tech/topics/htmx.md>), [Python](<https://devfeed.tech/topics/python.md>), [Mastodon](<https://devfeed.tech/topics/mastodon.md>), [Streamlit](<https://devfeed.tech/topics/streamlit.md>)

Tags: [htmx](<https://devfeed.tech/tags/htmx.md>), [mastodon](<https://devfeed.tech/tags/mastodon.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

The author describes rebuilding the Fossil Mastodon client in HTMX and designing a plugin system. Plugins can contribute UI elements, API endpoints, database tables, and AI algorithms.

### Source excerpt

I wrote an HTMX app and it was easy to develop a powerful plugin system within it. That surprised me. I had assumed that JSON-driven REST APIs were the only way to make composable web APIs. In my mind, HTMX blends the backend and frontend together into one monolithic component. It seemed counterintuitive.

## Astro 3.4: Page Partials

DevFeed: [Astro 3.4: Page Partials](<https://devfeed.tech/articles/astro-3-4-page-partials-3179.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-340/>)

Author: Erika; Matthew Phillips

Published: 2023-10-26T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [releases](<https://devfeed.tech/topics/releases.md>), [htmx](<https://devfeed.tech/topics/htmx.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Stimulus](<https://devfeed.tech/topics/stimulus.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [astro](<https://devfeed.tech/tags/astro.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [releases](<https://devfeed.tech/tags/releases.md>), [stimulus](<https://devfeed.tech/tags/stimulus.md>)

### AI overview

Astro 3.4 introduces page partials, an experimental development overlay with plugin support, and faster image generation during builds. The release also includes additional bug fixes.

### Source excerpt

Astro 3.4 is now released with support for page partials, improved image optimization performance, and an early preview of a new dev overlay.

## Creating a website using htmx and Turso

DevFeed: [Creating a website using htmx and Turso](<https://devfeed.tech/articles/creating-a-website-using-htmx-and-turso-5921.md>)

Original publisher: [Read original article](<https://turso.tech/blog/creating-a-website-using-htmx-and-turso-7727d396ef77>)

Author: James Sinkala

Published: 2023-09-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [htmx](<https://devfeed.tech/topics/htmx.md>), [Website](<https://devfeed.tech/topics/website.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [devices](<https://devfeed.tech/tags/devices.md>), [htmx](<https://devfeed.tech/tags/htmx.md>), [offline](<https://devfeed.tech/tags/offline.md>), [python](<https://devfeed.tech/tags/python.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlalchemy](<https://devfeed.tech/tags/sqlalchemy.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A tutorial titled "Creating a website using htmx and Turso" explains how to create a dynamic website with htmx and Turso. The supplied text also notes that Turso is a rewrite of SQLite and supports querying databases over the wire, device and server synchronization, and offline use.

### Source excerpt

Learn how to create a dynamic website using htmx and Turso, the edge database