htmx - Carson Gross
July 7, 2021, 5 p.m. (3 years, 4 months ago)
0 Comments
- htmx
- @htmx_org on Twitter
- hyperscript
- Big Sky Software
- django-htmx
- Rapid Prototyping with Django, htmx, and Tailwind CSS
Support the Show
This podcast does not have any ads or sponsors. To support the show, please consider visiting LearnDjango.com, Button, or Django News.
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Dynamic HTML with htmx
On this episode we have Carson from Big Sky Software on to discuss how his htmx library is an extension to HTML that brings needed dynamic functionality to the modern web without bringing complexity.
Joined by Ben Croker from PutYourLightsOn, we discuss the type of problems that htmx is designed t...
Hype for Hyperscript
In this episode, we have Carson from Big Sky Software & Deniz Akşimşek on to talk about Hyperscript, which they tout as what JavaScript would look like if it were designed for the web!
Guest host Ben Croker from PutYourLightsOut tells us why, yes, we really do need a scripting language...
Advocating for Junior Devs, Hotwire and HTMX
[00:04:17] Chris asks the guys if they submitted a talk to RailsConf 2021. Andrew tells us about a virtual talk at a meetup he’s giving in June.[00:08:53] Chris tells us about something he helped start a long time ago called LaunchCode.[00:11:58] Find out what Chris’s submission to RailConf 2021 is ...
Django REST Framework
DRF Google Group
DjangoCon 2018 Talk: Finally Understand User Authentication in DRF
DRF Official Documents: Authentication
django-cors-header package
Swagger vs OpenAPI
API Star
Starlette
GraphQL vs REST
SPONSORING OPTIONS
DRF Sponsors
Django Software Foundation
SHAMELESS PLUGS
William's books ...
Authentication
DjangoCon US 2018 Talk - Finally Understand Authentication in Django REST Framework
django.contrib.auth
DjangoCon Europe 2018 - Growing old gracefully: on being a career programmer
django-allauth
django-registration
cookiecutter-django
DjangoX
DRF Authentication Docs
django-rest-framework-simplejwt...
Show Information
Django Chat
A biweekly podcast on the Django Web Framework by Will Vincent and Carlton Gibson.
Mentioned Topics
Django
Django is a web application framework written in Python. The framework was crafted by developers for developers to make it easier to build better web applications with less code, Hence Django's slogan - The web framework for perfectionists with deadlines....
HTMX
HTMX gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
HTMX is small (~10k min.gz'd), dependency-free, extend...
Hypermedia
...
Similar Tutorials
Query your Django REST API like a GraphQL API with Django RESTQL
The hype around GraphQL in recent years has been hard to ignore for any web developer. In short, GraphQL is a query language and runtime for APIs, and it has taken the web with storm.
GraphQL makes it possible for front-end developers to query data from a single API endpoint and retri...
How to Cache Django REST Framework with Redis
Django REST Framework is an awesome package that will aid you in writing REST APIs faster with Django and Python. Though Django REST Framework has many strengths, performance out-of-the-box might not be one of them. However, there are many ways to fix that, and one of them is caching....
How to Rebuild Django-MPTT Tree Structure
Most application utilize some sort of tree structure to managing data, in one form or another. One common use-case is nested categories.
If you are using Django for your current project and are in need to implement tree structures, there is a big change you have come across Django-MPT...