Migrating from WordPress to Pelican with Python: Building HTML to Markdown Extraction Tools
Recently, I finished migrating this blog from WordPress to Pelican, a Python-based static site generator. Instead of manually converting dozens of posts, I built a collection of Python scripts to automate the extraction and conversion process. The …
I’ve recently gotten a new project where I’m having to pick up a slew of new skills, including Facebook’s React JS library. As with learning any new library, it can be easy to get “tutorialized”, but harder to get truly proficient. Effectively you need to move to …
Not too long ago a Internet of Things (IoT) startup posted a impassioned piece on how their cloud provider had changed their billing procedures, and nearly drove the startup out of business. They had put significant functionality behind a cloud provider, given themselves no way to update their products, no …
When I wrote previously about refactoring I introduced the clean coding concepts of creating a table of contents , removing duplicated instructions , and never remembering more than is required .
There often isn’t much disagreement from developers over removing duplicated instructions . Never remembering more than is required sometimes conflicts with style …