This is a brief blog post describing my experience with automating Photoshop using Python.
I am an experienced software developer, but had never really used Photoshop before. As you can tell from my wonderful programmer art in this post ;)... (more…)
Read more »
This sprint I have a ticket from the security team to investigate unencrypted snapshots in our AWS account and either encrypt them or delete them if no longer needed. In my initial attempt I just used the AWS web console, filtered by “Encryption: Not Encr... (more…)
Read more »
By “structure” we mean the decisions you make concerning
how your project best meets its objective. We need to consider how to
best leverage Python’s features to create clean, effective code.
In practical terms, “structure” means making clean code whose l... (more…)
Read more »