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

Blog

Beyond Plone: The Power Move to Django and Wagtail for Next-Level Web DevelopmentBeyond Plone: The Power Move to Django and Wagtail for Next-Level Web Development

Beyond Plone: The Power Move to Django and Wagtail for Next-Level Web Development

Transitioning to Django or Wagtail offers greater flexibility, long-term sustainability, and ease of use, making them smarter alternatives to the Plone CMS.

READ MORE
|
August 22, 2024
IndyPy: 15 Years of Celebrating PythonIndyPy: 15 Years of Celebrating Python
|
April 28, 2022

IndyPy: 15 Years of Celebrating Python

As the 15-year celebration of IndyPy nears, I look back at the road that has led to this point and some of the things I am hopeful for as IndyPy continues to move ahead.

READ MORE
Lambda vs. Fargate: The Cost of Running 24/7Lambda vs. Fargate: The Cost of Running 24/7
|
April 27, 2022

Lambda vs. Fargate: The Cost of Running 24/7

A quick comparison of AWS Lambda and Fargate to see which option is the more affordable for running regularly occurring, long-running processes.

READ MORE
Step-by-step: Using Docker to Set Up Plone 6Step-by-step: Using Docker to Set Up Plone 6
|
April 21, 2022

Step-by-step: Using Docker to Set Up Plone 6

In this step-by-step guide, you’ll learn how to deploy Plone 6 using the official Docker images maintained by the Plone release team. You can choose between either Plone 6’s Classic front-end (the mature server-side rendered interface) or its new, modern, blazing fast Volto front-end.

READ MORE
Library We Love: Django Knox TokensLibrary We Love: Django Knox Tokens
|
April 18, 2022

Library We Love: Django Knox Tokens

Explore Django REST Framework as a solution for developing front-end heavy websites, and learn how Django REST Knox offers the simplest solution for what can easily become a very complex issue.

READ MORE
To pyenv or Not To pyenv, That is The QuestionTo pyenv or Not To pyenv, That is The Question
|
April 11, 2022

To pyenv or Not To pyenv, That is The Question

Learn the benefits and steps for installing pyenv without letting it take over your shell's environment.

READ MORE
How to Set Up a Plone Site with pip installHow to Set Up a Plone Site with pip install
|
April 5, 2022

How to Set Up a Plone Site with pip install

Plonistas have been dreaming of pip install plone for getting a new Plone project up and running for more than a decade. Learn how to get the alpha version of Plone 6 running using the pip install method.

READ MORE
Connect GitHub Actions and AWS using OIDCConnect GitHub Actions and AWS using OIDC
|
March 30, 2022

Connect GitHub Actions and AWS using OIDC

With OpenID Connect (OIDC) Identity Provider for GitHub Actions, GitHub Actions simply and conveniently interacts with AWS. In this post, you’ll see an example Terraform configuration for setting up the authentication and an Actions workflow that uses it.

READ MORE
Upgrading Django: Tips You Don’t Get From DocsUpgrading Django: Tips You Don’t Get From Docs
|
March 21, 2022

Upgrading Django: Tips You Don’t Get From Docs

Keeping Django up to date is essential. Here are some battle-scarred tips and version-specific information for you to navigate a Django upgrade at any level.

READ MORE
Safety and pip-audit: Comparing Security ToolsSafety and pip-audit: Comparing Security Tools
|
February 25, 2022

Safety and pip-audit: Comparing Security Tools

Learn about Safety and other tools you can use to secure your Python software supply chain.

READ MORE