As I mentioned before, SQL Operations Studio is my new favorite SQL digging tool for queries. It loads fast, is portable, and, most of all, has user-configurable widgets.
What’s the worst part of your job as a team lead or manager? Deadlines? Crazed customers?
It’s hard to believe that it’s already 2018.
Over the years, I’ve worked with many programming languages and this list cracks me up every time I see it.
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.