BugBytes
On this channel, we create tutorials and videos primarily about web development, data analytics and data science. We'll focus on implementations using primarily Python and JavaScript, occasionally diving into other languages. As the channel progresses, we will also touch on concepts such as DevOps, containerization, cloud computing (AWS) and machine learning/AI.
If you can spare any change, please consider buying me a coffee to help keep me motivated to write tutorials, make videos and write blog posts! It would be greatly appreciated: https://ko-fi.com/bugbytes
Blog: https://www.bugbytes.io/posts/
Github: https://github.com/bugbytes-io
Django 6 — частичные шаблоны теперь в Django Core! (идеально для HTMX и Alpine.js!)
Краткий обзор HTMX 4.0 — тег hx-partial и обзор!
Входите в Django с помощью Github — OAuth 2.0 и приложения социального аккаунта django-allauth!
django-allauth — социальная аутентификация с помощью Google Provider!
molab — блокноты Marimo, размещенные в облаке!
Спасибо — 50 000 подписчиков! | Обновление канала + выпуск курса Udemy
django-tenants — глубокое погружение в Django и PostgreSQL!
django-allauth — Сигналы и реагирование на события
django-allauth — Настройка представлений и шаблонов | Переопределение шаблонов django-allauth
Настройка django-allauth — пользовательские формы регистрации и логика!
Python 3.14 — подробное изучение строк шаблонов!
django-allauth — подробное изучение приложения «Учетные записи» для аутентификации, регистрации и...
django-allauth - Введение и установка!
Django — добавление контекста к представлениям на основе классов | get_context_data()
Django — универсальные и основанные на классах представления! (альтернатива функциям)
Pydantic - model_construct() для пропуска проверки и (потенциального) улучшения производительности!
Django — обработка POST-запросов и сохранение в базе данных!
Django — HTML-формы, POST-запросы и токены CSRF
shadcn-django - Components for Django apps!
Django - Detail Pages & the {% url %} template tag!
The power of Operator Overloading in Python! (With Examples)
Django Tips: "get_object_or_404()" for Cleaner Views
django-guardian for Object Permissions | django-unfold integration!
render() - a beautiful Django shortcut!
Django Permissions system - deep dive with Users, Groups and Permissions
HTML Templates with Django! Returning HTML from Django Views
Django Views - Capturing and Using URL parameters
Instructor and Pydantic - Structured LLM outputs for easy data extraction!
The problem with User.objects.create() in Django!
AI Structured Outputs with LLMs, LlamaIndex & Pydantic