Blog

Notes from the studio

Practical writing on building and running AI in real businesses: what works, what we shipped, and what we learned doing it.

·Engineering

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,

Read more →
·Engineering

How to automatically backup your fly.io Postgres database using GitHub actions

This article will teach you how to create a CLI application for that will automatically backup your Fly.io database to S3.

Read more →
·Engineering

How to deploy a production ready websockets server in 5mins

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.

Read more →
·Engineering

How to run multiple processes in a single docker container

In this article, you will learn how to run multiple processes in a single container using Supervisor

Read more →
·Engineering

How to build interactive charts in python using htmx and echarts

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.

Read more →
·Engineering

How to add charts to your Python application

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.

Read more →
·Engineering

Caching in Django to improve site performance

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.

Read more →
·Engineering

How to connect Django to SingleStore DB

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.

Read more →
·Engineering

Build a fast search UI with Meilisearch, HTMX, and Django

Learn how to easily add a fast search UI to your Django app with Meilisearch, HTMX and Django.

Read more →
·Engineering

Django HTMX Server-Side Datatables

Learn how to build a modern, fast UI for browsing large datasets using Django & Htmx. Can easily handle datasets with million plus rows.

Read more →
·Engineering

How to create custom form widgets with Django, AlpineJS and TailwindCSS

Learn how to create custom form widgets with AlpineJS, TailwindCSS and Django.

Read more →
·Engineering

How to use React in Django Templates

Learn how to integrate React components into your Django application with our step-by-step guide.

Read more →
·Engineering

Build a modern web app using Django and Javascript

Learn how to organize your codebase and create a backend API. We will use AlpineJS and TailwindCSS to build a modern frontend.

Read more →
·Engineering

An introduction to Web3 and dApps with Python

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.

Read more →
·Engineering

How to build machine and container images with Packer

Learn how leverage Packer to automate the building and provisioning of machine images across multiple platforms.

Read more →
·Engineering

How to deploy your Python app to a Virtual Private Server (VPS) using Github actions

In this short tutorial, you will learn how to automate deployments to a VPS via SSH using Github actions and a simple python script.

Read more →
·Engineering

How to easily manage and provision your infrastructure with Terraform

Codifying application infrastructure makes it easier to create reproducible infrastructure, reduces the risk of human error and improves execution time when configuring infrastructure.

Read more →
·Engineering

How to set up user notifications for your Django App - Part 2

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.

Read more →
·Engineering

Django templates and best practices for template structure.

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.

Read more →
·Engineering

How to set up user notifications for your Django app - Part 1

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.

Read more →
·Engineering

How to create a CI/CD pipeline for your Django application using Github actions

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.

Read more →
·Engineering

How to setup monitoring for your Django app using New Relic

Easiest way for developers and developers to instrument, analyze, troubleshoot, and optimize your entire software stack.

Read more →
·Engineering

How to package and deploy your Python app to the PyPi package index

A quick guide on how to upload your python app to the PyPi package index.(includes code snippets.)

Read more →
·Engineering

Why audit logs are important in SaaS applications

Audit logs are the centralized stream of all user activity within a team or an organisation.

Read more →
Engineering articles · Advantch