Technology

Sustainable Technology: A Business Imperative

How environmentally conscious software development is becoming essential for business success and environmental impact.

9 minute read

When we think about things that impact our environment, our computer software rarely comes to mind. Unlike manufacturing or transportation, code doesn’t seem to have a physical presence—but the reality tells a different story.

2 minute read

As part of my migration from my old blogging software to new, I needed a way to snag all of the images. However, the old system stored the images as extension-less numbers, making it tedious to match article slug to image quickly. I pulled down a database extract with photo ID and slug, but needed a way to pull down the images and rename them from /{id} to /{slug}.{proper_extension} accordingly.