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

Blog

2,000+ Builds Later, and We Still Can't Guess Right2,000+ Builds Later, and We Still Can't Guess Right

2,000+ Builds Later, and We Still Can't Guess Right

Estimating the time, effort, and cost of custom software development is inherently uncertain—just like planning a cross-country road trip without knowing every twist, turn, or unexpected detour along the way.

READ MORE
|
March 4, 2025
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
Using Google Tag Manager to Gain InsightUsing Google Tag Manager to Gain Insight
|
February 18, 2022

Using Google Tag Manager to Gain Insight

Learn how to manage and deploy Google Tag Manager on an existing Plone website to gather data-driven user information.

READ MORE
How to Set Up Python on Your New MacHow to Set Up Python on Your New Mac
|
February 1, 2022

How to Set Up Python on Your New Mac

Learn the steps needed to install Python and start working with virtualenv projects on your new Mac.

READ MORE
The Importance of Precise Error MessagesThe Importance of Precise Error Messages
|
December 15, 2021

The Importance of Precise Error Messages

Using the S3 Presigned URLs and Presigned Posts features almost had the Six Feet Up team stumped, but after some troubleshooting, uploads were a breeze.

READ MORE
Django Saves the DayDjango Saves the Day
|
September 29, 2021

Django Saves the Day

While Flask is helpful for getting started, Django is a "batteries included" approach to web development.

READ MORE
Improving the Edit Block in VoltoImproving the Edit Block in Volto
|
August 31, 2021

Improving the Edit Block in Volto

In Getting Started with Custom Blocks in Volto, we walked through the basic structure setup for a custom block and registered it with Plone’s React-based frontend, Volto. Now, we'll review the simple Edit Component.

READ MORE