Django and React - How to use InertiaJS in your Django and React Apps
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,
Build SaaS and AI powered products with Python and Javascript
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 teach you how to create a CLI application for that will automatically backup your Fly.io database to S3.
In this article, we'll show you how to deploy a production-ready WebSocket server in just ten minutes. We will also look at some examples.
In this article, you will learn how to run multiple processes in a single container using Supervisor
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.
Charts are a great way to communicate information visually. In this article, you will learn how to add charts to your python or Django application.
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 how to easily add a fast search UI to your Django app with Meilisearch, HTMX and Django.
Learn how to build a modern, fast UI for browsing large datasets using Django & Htmx. Can easily handle datasets with million plus rows.
Learn how to create custom form widgets with AlpineJS, TailwindCSS and Django.
Learn how to integrate React components into your Django application with our step-by-step guide.
Learn how to organize your codebase and create a backend API. We will use AlpineJS and TailwindCSS to build a modern frontend.
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.
Learn how leverage Packer to automate the building and provisioning of machine images across multiple platforms.
In this short tutorial, you will learn how to automate deployments to a VPS via SSH using Github actions and a simple python script.
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.
Easiest way for developers and developers to instrument, analyze, troubleshoot, and optimize your entire software stack.
A quick guide on how to upload your python app to the PyPi package index.(includes code snippets.)
Audit logs are the centralized stream of all user activity within a team or an organisation.