Contact Us
24/7
Python BlogDjango BlogSearch for Kubernetes Big DataSearch for Kubernetes AWS BlogCloud Services

Blog

Implement Text Similarity with Embeddings in DjangoImplement Text Similarity with Embeddings in Django

Implement Text Similarity with Embeddings in Django

Messy data breaks traditional matching — semantic search with embeddings delivers accurate search results from inconsistent inputs.

READ MORE
|
May 20, 2025
Matching Django and React using ReduxMatching Django and React using Redux
|
December 19, 2022

Matching Django and React using Redux

How to integrate a Django backend with a React frontend using Redux for a cohesive architecture.

READ MORE
End-to-end Testing with Python and PlaywrightEnd-to-end Testing with Python and Playwright
|
December 15, 2022

End-to-end Testing with Python and Playwright

How to use Python and Playwright, an open source platform, to automate reliable end-to-end (E2E) testing.

READ MORE
Too Big for DAG Factories?Too Big for DAG Factories?
|
December 8, 2022

Too Big for DAG Factories?

As your infrastructure scales up, how you go about managing all DAGs in Airflow becomes very important.

READ MORE
Tips for Running Smoothly with AirflowTips for Running Smoothly with Airflow
|
December 2, 2022

Tips for Running Smoothly with Airflow

New to Airflow? Here is a list of “gotchas” and suggestions we learned during a recent project.

READ MORE
Harnessing Tech to Build a Better World for AllHarnessing Tech to Build a Better World for All
|
November 18, 2022

Harnessing Tech to Build a Better World for All

When we learned about Pledge 1%, we were immediately compelled to take the join,

READ MORE
Tips for Integrating Okta with a Django AppTips for Integrating Okta with a Django App
|
November 3, 2022

Tips for Integrating Okta with a Django App

Interested in integrating Okta with your Django applications? While not terribly difficult, there are several holes in the documentation. Knowing these simple tips can save you time.

READ MORE
DB Migration: 2 AWS Services ComparedDB Migration: 2 AWS Services Compared
|
October 26, 2022

DB Migration: 2 AWS Services Compared

An analysis of two approaches to partial database migration: Amazon Managed Workflows for Apache Airflow (MWAA) in combination with dblink; or AWS Database Migration Service (AWS DMS).

READ MORE
Avoid CAPTCHAs: Use Honeypot Fields in Plone sitesAvoid CAPTCHAs: Use Honeypot Fields in Plone sites
|
October 18, 2022

Avoid CAPTCHAs: Use Honeypot Fields in Plone sites

Filling out forms while trying to pass the CAPTCHA can be difficult and frustrating for users. The honeypot field is an alternative solution that is practically undetectable to the user while effectively deterring bot submissions. Let’s walk through how to use these in your Plone website.

READ MORE
A Look at Using Wagtail Snippets with DjangoA Look at Using Wagtail Snippets with Django
|
September 7, 2022

A Look at Using Wagtail Snippets with Django

Wagtail 4.0 came out on Aug. 31 and with it came support for Django 4.1, which we just so happen to be using for our first Wagtail project — a new application that will be integrated within one of the client’s existing websites.

READ MORE