Best Practices

Beyond Motorcycles: How Sidecars Boost Dev SpeedBeyond Motorcycles: How Sidecars Boost Dev Speed
|
May 10, 2022

Beyond Motorcycles: How Sidecars Boost Dev Speed

The complexity of modern software systems has been written about and discussed with vigor. The complexity of a multi-container microservice architecture often overshadows the resources required to develop one. However, the development sidecar can be an effective solution.

READ MORE
Use 1Password to Manage Secrets and EnvironmentsUse 1Password to Manage Secrets and Environments
|
May 4, 2022

Use 1Password to Manage Secrets and Environments

A look at how some improvements brought to the most recent versions of 1Password can help you more easily manage your secrets and environments.

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
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
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
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
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
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
The Zen of Python: Bootstrapping Your Local Python EnvironmentThe Zen of Python: Bootstrapping Your Local Python Environment
|
July 22, 2021

The Zen of Python: Bootstrapping Your Local Python Environment

Established, senior developers might be able to install Python easily, but are they following the Zen of Python when it comes to best practices for environment settings and versioning? In his talk, “Bootstrapping your Local Python Environment,” Calvin discusses how to optimize system setups.

READ MORE