Showing 1 to 6 of 295 blog posts in the technical category.
-
Update an Amazon EKS cluster Kubernetes version to 1.23+
Introduction Caktus is committed to developing and maintaining high-quality web applications for clients, so we focus on software sustainability. Software sustainability refer... Read more
May 3, 2023 -
How to Automate Google Sheets to ODK Central
ODK is a popular tool for offline data collection with a thriving user community. Like a number of other offline data collection tools, it uses the XLSForm standard for authori... Read more
March 8, 2023 -
How We Built a Caktus Cloud
As a research project this year at Caktus, we decided to build our own private cloud. Some of Caktus' clients prefer or require that their data and workloads remain on premises... Read more
December 1, 2022 -
How to Handle Django Login Redirects with HTMX
Without this middleware the user might see nothing at all to indicate a problem, or might find a (likely non-functional) login page suddenly embedded in the middle of the page t... Read more
November 11, 2022 -
How Django Got Its Name
Pictured: From left to right, musicians Sebastian Peszko, Francisco Batista, and Filippo Dall'Asta in Berlin, Germany. In early November, my husband and I celebrated a friend’s ... Read more
November 19, 2021 -
How to Use Celery for Scheduling Tasks
There are multiple ways to schedule tasks in your Django app, but there are some advantages to using Celery. It’s supported, scales well, and works nicely with Django. Given it... Read more
August 11, 2021