Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamghill/djangocon-eu-2021-conference-talk
Code, slides, scripts and other notes for my DjangoCon EU 2021 talk.
https://github.com/adamghill/djangocon-eu-2021-conference-talk
Last synced: 3 months ago
JSON representation
Code, slides, scripts and other notes for my DjangoCon EU 2021 talk.
- Host: GitHub
- URL: https://github.com/adamghill/djangocon-eu-2021-conference-talk
- Owner: adamghill
- Created: 2021-05-15T02:51:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T03:58:18.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:05:45.748Z (4 months ago)
- Language: Python
- Homepage:
- Size: 52.6 MB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - adamghill/djangocon-eu-2021-conference-talk - Code, slides, scripts and other notes for my DjangoCon EU 2021 talk. (Python)
- stars - adamghill/djangocon-eu-2021-conference-talk - Code, slides, scripts and other notes for my DjangoCon EU 2021 talk. (Python)
README
# DjangoCon EU 2021 Conference Talk
This is a repo for code, slides, transcripts, and other notes for my DjangoCon EU 2021 conference talk: [How to create a full-stack, reactive website in Django with absolutely no JavaScript](https://cfp.2021.djangocon.eu/2021/talk/FJLKVT/).
## Assets
- Powerpoint: https://github.com/adamghill/djangocon-eu-2021-conference-talk/blob/main/DjangoCon%20EU%202021.pptx
- Video: https://www.youtube.com/watch?v=wMiZIK8p6DQ
- Transcript: https://github.com/adamghill/djangocon-eu-2021-conference-talk/blob/main/DjangoCon%20EU%202021%20Talk.md## Django full-stack frameworks
Example code for Django full-stack frameworks are under each folder in this repo.
### vuejs
Code based on https://github.com/gtalarico/django-vue-template.
### Sockpuppet
- Homepage: https://sockpuppet.argpar.se/
- Repo: https://github.com/jonathan-s/django-sockpuppet
- Sponsor: https://github.com/sponsors/jonathan-s### reactor
- Repo: https://github.com/edelvalle/reactor
### Unicorn
- Homepage: https://www.django-unicorn.com/
- Repo: https://github.com/adamghill/django-unicorn
- Sponsor: https://github.com/sponsors/adamghill
- Article series about how `Unicorn` was built: https://dev.to/adamghill/add-some-magic-to-your-django-website-l8k## Non-Django Python frameworks
- Flask: [meld](https://github.com/mikeabrahamsen/Flask-Meld)
- [justpy](https://justpy.io/)## Full-stack frameworks in other ecosystems
- Phoenix: [LiveView](https://github.com/phoenixframework/phoenix_live_view)
- Laravel: [LaravelLivewire](https://laravel-livewire.com/)
- Ruby on Rails: [Hotwire](https://hotwire.dev/)
- [htmx](https://htmx.org/)
- [django-htmx](https://pypi.org/project/django-htmx/)## Thanks
Thank you to Tim White, Sean Klein, and Hugo Estrada for feedback on early versions of the talk.