This guide covers InertiaJS fundamentals and how to use it with Django and React. We cover middleware, Inertia decorators, and practical steps to build your own app. Enjoy,
This article will show you how to build interactive charts in python using htmx and echarts. You will learn how to use include other libraries in your htmx workflow using htmx extensions.
Use caching to make your Django site faster. In this article we cover basic concepts of caching, different caching strategies and techniques for refreshing your cached content.
SingleStore is a high-performance database that is perfect for data-intensive applications. This article will show you how to configure Django to use SingleStore as a database.
Learn about Web3, dApps, and Ethereum blockchain with this introduction to decentralized applications. Discover how these technologies are disrupting the finance and banking industries, and explore the key concepts of Web3 and dApps with Python.
Codifying application infrastructure makes it easier to create reproducible infrastructure, reduces the risk of human error and improves execution time when configuring infrastructure.
Notifications provide updates about the activity on an application. In this guide, you will learn how to set up simple notifications for your Django application. This is Part 2 of 2 in this tutorial series. We will be focusing on creating the notifications components for our frontend app.
In this post we explaining what Django templates are, how the work ,best practices for template folder structure and how to leverage Django's template inheritance to create maintainable html templates for our projects.
Notifications provide updates about the activity on an application. In this guide, you will learn how to set up simple notifications for your Django application.
CI/CD is a DevOps best practice to help teams collaborate and ship product features faster. Checkout this article on how to use Github actions for your CI/CD pipeline.