Courses
Developing a Real-Time Taxi App with Django Channels and Angular
Learn how to create a ride-sharing app with Django Channels, Angular, and Docker. Along the way, you'll learn how to manage client/server communication with Django Channels, control flow and routing with Angular, and build a RESTful API with Django REST Framework.
Developing a Real-Time Taxi App with Django Channels and React
Learn how to create a ride-sharing app with Django Channels, React, and Docker. Along the way, you'll learn to manage client/server communication with Django Channels and WebSockets, develop a front-end with React, build a RESTful API with Django REST Framework, and test your application using the Cypress testing framework.
Full-text Search in Django with Postgres and Elasticsearch
Learn how to add full-text search to Django with both Postgres and Elasticsearch.
Articles & Tutorials
Behavior-Driven Development with Django and Aloe
Walks you through the Behavior-Driven Development (BDD) development cycle by programming an example feature using Django and Aloe.