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

Blog

What We Love About Python After 25 Years of ConsultingWhat We Love About Python After 25 Years of Consulting

What We Love About Python After 25 Years of Consulting

Python has been our top choice for 25 years because it’s simple, versatile, and powerful. It excels in data science, AI, and offers exciting future possibilities.

READ MORE
|
December 18, 2024
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
Secrets of Building Python Container Images for AWS LambdaSecrets of Building Python Container Images for AWS Lambda
|
August 12, 2021

Secrets of Building Python Container Images for AWS Lambda

Today, developers can use container images for AWS Lambda code — a helpful way to run much more complex code in a familiar package. However, there are some non-obvious differences that can make building Python app images for AWS Lambda frustrating.

READ MORE