Showing 37 to 42 of 326 blog posts that match the query "django".
-
JWT Authentication: How Does it Work?
Part one of a two-part series. A REST API is a wonderful way to expose application data to a wide variety of clients. Anything that can speak HTTP can communicate with a REST A... Read more
August 21, 2020 -
How to Schedule Tasks Using Celery Beat in a Container
When running services in a container, changes to files can be discarded at any time, but the Celery beat default scheduler keeps its state in a file. We can help these tools to... Read more
May 14, 2020 -
A Quick Guide to Generating Fake Data with Pandas
Last August, our CTO Colin Copeland wrote about how to import multiple Excel files in your Django project using pandas. We have used on multiple Python-based projects at Caktus ... Read more
April 15, 2020 -
Caktus Hosts First Pitch Competition: Winner Receives 300 Hours of Project Time
We recently hosted the first Caktus Pitch Competition: Building Tech for Good, which aimed to draw out innovative ideas and help make them a reality. While any web development i... Read more
March 30, 2020 -
How to Use the "docker" Docker Image to Run Your Own Docker daemon
There exists on Docker hub a Docker image called docker. It also has two flavors, "stable" and a "dind" (Docker-in-Docker). What is this image for and what is the purpose of th... Read more
February 25, 2020 -
Vue or React: How to Choose?
Across industries and sectors, we have become accustomed to seeing great rivalries that drive further innovation and competition. In the early days of car manufacturing, we had... Read more
January 14, 2020