12 posts tagged with "python"

removing pycache folders recursively

02/08/2023 12:47 | Category: python

Tags: linuxbashpythonpycache

It gets annoying sometimes dealing with __pycache__/ and it's…

finding an object in s3 using boto3 without using a list objects method

01/24/2023 10:14 | Category: aws

Tags: pythonbotos3

I've seen quite a few…

async await inside aws lambdas using python

When working with AWS Lambda and asyncio in a Python…

find all lambdas of a specific code version

04/15/2022 09:34 | Category: aws

Tags: lambdapythonbash

When deprecating Lambda runtimes it is important to have…

pants to build aws lambdas

03/07/2022 23:42 | Category: cicd

Tags: awslambdapythonpants

Working in a CI/CD pipeline requires the ability to create our build…

django shell plus saves so much time

02/01/2022 20:35 | Category: django

Tags: pythondjangobash

When working with the shell inside Docker containers during…

django rest framework custom APIClient headers in testing

11/14/2021 22:00 | Category: django

Tags: django_rest_frameworkTDDpython

Working in DRF has quite a few advantages…

django rest framework api key rocks

11/14/2021 21:58 | Category: django

Tags: django_rest_frameworkpython

Recently I started working on an application that requires a…

django create secondary model on create

11/14/2021 21:50 | Category: django

Tags: python

When working in Django if you have related models that…

django linebreaksbr

07/13/2021 12:08 | Category: django

Tags: pythondjangofrontend

During some client work my friend and I ran into an issue where we didn't want a…

Django Admin Properties

06/10/2021 22:38 | Category: django

Tags: django_adminmodelspython

django admin properties When working in the Django admin today I created a custom property that…

All tags