DEV Community

Cover image for 4 Steps to Blogging Outside the Perl Bubble
Mark Gardner
Mark Gardner

Posted on • Originally published at phoenixtrap.com on

4 Steps to Blogging Outside the Perl Bubble

The following is adapted from my lightning talk “Blogging Outside the Bubble” at last week’s Perl and Raku Conference in the Cloud 2021. You can watch the presentation and download the slides here. Also, a tip: most of this applies to anyone who wants to start a blog.

Let’s say you’re a Perl developer distraught at the continued decline in usage and mindshare of your favorite language.

You know that you do good work and that your tools and techniques are sound, but the world outside of Perl-specific forums, software archives, social media groups, and IRC channels regards it as antiquated, out-of-date, or worse, that IT epithet legacy. (And the newer developers haven’t even heard of IRC!)

Let’s say you’re worried about your professional prospects both at your current employer and with possible future employers. Even though you know or can easily be trained in other languages, Perl is still your favorite.

Let’s say you’re me.

What do you do?

Step 1: Get a blog

There are two basic types of blogs: standardized format and customizable. If you’re just starting and you want to spend more time writing and less time fiddling with templates and software, choose standardized. Here are some sites that enable you to publish your work while getting out of your way and that have developer-centric communities. Pick one and set up an account:

If you want more customization options, you could try:

  • WordPress.com (hosted, but lets you change some things around)
  • GitHub Pages (good if you’re already used to collaborative software development there, but requires more setup including blog generation software)
  • Or your preferred hosting provider—look for ready-to-go blogging apps like WordPress

What did I choose? I set up WordPress on a shared plan at HostGator (full disclosure: I work there). They also offer easy managed WordPress hosting for a bit more, but I like to tinker.

And yes, the WordPress software is based on PHP. Don’t sweat that it’s not Perl. PHP doesn’t have to “lose” for Perl to “win.”

Step 2: Write

Finding a topic to write about can seem hard, but it doesn’t have to be. The Perl (and Raku) Weekly Challenge publishes two new programming challenges every week. Work on those and publish your solution along with commentary.

Or write about whatever you’re working on or would like to work on. Write about your favorite Perl module or feature. It doesn’t matter if someone else wrote about it; you have a unique perspective.

Coming up with a pithy title for your posts may be harder—you want to be clickbait-y but honest, and you want to mention Perl so that search engines associate your posts with the topic.

The important thing to do is write something. And length doesn’t matter; one or two paragraphs is fine.

Step 3: Promote

Here’s the bad news: no one is going to find your blog posts on their own. You need to put them in front of readers where they already are.

This means posting links on social networks like Twitter, Facebook, and LinkedIn. It means discussion groups and #hashtags (like #perl, #programming, #webdev, etc.) on those social networks. It means news forums like Reddit and Hacker News. And it means posting inside and outside of Perl-specific groups. Here are a couple of examples of the latter:

This social promotion might get tedious after a while, so look into plugins for your blogging platform and services like IFTTT and Zapier that will monitor your blog’s news feed and automatically post on your behalf.

Also, remember when I said above that there were blogging sites with developer-centric communities? Even if your main blog isn’t on one of them, set up accounts and cross-post. I repost my articles on Dev.to, DZone, and Medium; all of these offer ways to import posts from your main site. One caveat: their importers don’t seem to be very smart when it comes to source code, so you may need to do a bit of editing and reformatting after import.

Lastly, I would be remiss if I didn’t mention the Perl Weekly newsletter. Every Monday a fresh batch of Perl content is sent to people’s inboxes and you could be part of it. Contact editor Gábor Szabó about publishing links to your new blog.

Step 4: Repeat

Remember that consistency builds trust from your audience. Make time to write regularly and publish posts as often as you can manage. I set a goal to publish at least once a week and have kept up this pace since January of this year. You can often find new topics as you monitor and participate in the social forums in which you’re promoting your blog, especially in the comments. Even negative comments can drive new topics.

Did this article inspire you to start a blog? Do you have more questions? Let me know in the comments below!

Top comments (2)

Collapse
 
raigaurav profile image
Gaurav Rai • Edited

Thanks you for all the effort. Kudos!!

Regarding tags on dev.to, just to add on what you said, I would suggest to add maximum possible one which match the article with #perl.

  1. like #webdev , #html and #javascript - with anything web based
  2. #tutorial and #beginners for any step by step tutorial which a layman can understand.

I generally try to use the available tags instead of creating new one(unless I haven't found anything similar).
It's quite useful. The article where just #perl is there it will hardly seen by someone who is not following that tag(which is already less). It again means we are blogging in bubble.
That's another reason I try to add some web based thing in my article and those article has more visibility and reach maximum audience than plain perl article.

Collapse
 
mjgardner profile image
Mark Gardner

Yah, tagging is a whole other subject and every site does its tagging differently. At least Dev.to derives its tags from the original WordPress post when it's imported from my feed. I don't know how/if other blogging platforms expose their tags in their feeds.