Ask HN: Is having a personal blog/brand worth it for you?
I'm curious if people here find blogging as a valuable activity from the following perspectives:
- Does the time spent writing feels worth it to you?
- Did it help to get noticed/ find jobs or other opportunities?
- Do you learn something new from it?
Personally, I tried writing in some blogging platforms (medium, dev.to etc), then moved to self hosted solution with Hugo but honestly it was too much maintenance. Writing up my thoughts in presentable state took too much time/effort. Right now, I simply save my notes to my personal Notion for future reference.
313 comments
[ 65.1 ms ] story [ 780 ms ] threadWhat made me blog way more, from once per month to nearly daily, was to switch to a lightweight, low-friction hosted blogging platform. Now the tool fades away and blogging feels fun.
Which platform have you swictched to?
What I think is missing online, is a minimal blog service that is also fast to use and not expensive, something like a minimal Ghost or Squarespace for 5-6$/month. I’m using it for my portfolio (https://giuliomagnifico.it) and its a great service but it’s also way too expensive (20$/month) unfortunately!
Said that, is worth for self-referece as the very least. You'll see the evolution of your subjects of interest, styles and voice.
For example, some post might be useful for referencing in a future interview.
Self-hosted is the way to go. Start small; post on a regular schedule; comment on other peoples' blogs.
Its well worth it tbh.
My blog has never led to any professional advancement, it's purely self-expression.
https://gerikson.com/m/2022/04/index.html#2022-04-28_thursda...
I based it off this solution, which is both in Perl and Python!
<https://github.com/john-bokma/tumblelog>
The main draw for me is that the entries are in fortune file format (delimited by %) which means I just append to a file as a thought occurs.
I think you should always own your own content. For example iff you review a movie on letterboxd or IMDB or a book on Goodreads or maybe do a longer review of a product on Amazon - duplicate the same content on your own blog. Or just a markdown file on your own drive.
That way you can copy the same content to as many platforms as you want, but you still own the original if the service goes down or decides your contribution isn't worthy.
I thought I'd want to try and do it on purpose, and that attempt landed two requests to interview.
My reason to write anything was always a need to express myself rather than seeking a goal.
Peaceful ranting.
I had a similar path:
The self-hosted platform did become a maintenance burden.What seemed to work for me was realizing that I am not blogging for others, for meaningless internet points, etc. I blog for myself, and I blog publicly on the off chance it helps someone.
That's all. No pressure, no commitments.
I spend maybe a couple of hours on each article. I learned to be a better writer, and its helped me professionally.
My favourite part is googling common problems I wrote about, and finding my own articles still there, like past me helping current me.
Site is https://maxrozen.com if you're curious.
My blog ( https://blog.isquaredsoftware.com ) is primarily a way for me to share teaching material around React, Redux, JS, and TS. Most of my blog posts have been written in response to questions other folks have asked that I've answered repeatedly. It gives me a way to write a longer answer _once_, and share it going forward.
A few top examples:
- "A (Mostly)" Complete Guide to React Rendering Behavior": https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...
- "Why Context Is Not A 'State Management' Tool (and Why it Doesn't Replace Redux": https://blog.isquaredsoftware.com/2021/01/context-redux-diff...
- "The History and Implementation of React-Redux": https://blog.isquaredsoftware.com/2018/11/react-redux-histor...
- The slides and videos for my various conference talks: https://blog.isquaredsoftware.com/series/presentations
I've never had a specific goal of "trying to get noticed" per se, but I've certainly done a lot of "hey, here's this post I wrote that answers your question". And yes, in addition to brain-dumping my existing knowledge, I often end up doing additional research while writing posts.
As a result, I've had numerous folks tell me that my posts were helpful and that they learned something, which is really all I wanted out of this.
(side note: my blog is still using an ancient version of Hugo, 0.17, because that's what was out when I started. It's simple, it works, and I have no reason to change it :) )
did not get it via blogging but via conference speaking and a book. blog is just a channel.
Being a speaker at a decent size programming conference, opens up a lot of networking opportunities.
The blog provided an outlet for me to make an idea into something more concrete, as well as allowed me get early feedback on the idea. I used this to refine the idea into something that would be of interest to a larger audience.
People email me about things I’m interested in, and I’ve made new friends through it too.
It's nice to look back and see my progress — taking on harder projects, and writing more clearly.
> Does the time spent writing feels worth it to you?
Yes but I've always enjoyed writing.
> Did it help to get noticed/ find jobs or other opportunities?
Yes.
> Do you learn something new from it?
Yes, by writing for it. And, I suppose, by "running it" I learned more about the frameworks I've used.
Not in this day and age when you might lose a job if they find out you support Trump or aren't on-board with progressive egregores. Too much risk.
It helped me to get noticed at my work and to make new connections.
You will always learn something about the stuff you write. To write better, some new way of doing something, or something from the comments.
I run my blog through cloudflare pages. I only have to push a new markdown file to github and the Hugo template and cloudflare do the rest. Took only a few hours to setup correctly.
This. While you try to explain something to the potential reader, you will notice some holes in your own understanding. Teaching/explaining helps you become better at something.
Every few months someone will leave a comment saying thank you - and I love that I was able to help someone avoid the hassle that I went through!
In terms of getting noticed/finding jobs, my blog (https://liza.io) is not super high traffic or anything. I don't market it. I don't even usually tweet about my new posts, even though Twitter is my one active social media platform. But I have had recruiters mention checking out my blog posts and sometimes reference my blog content. I've also had interviewers mention my blog and ask about personal projects I've written about in the past. I also used some of my blog articles as supporting material when applying for a position that featured a lot of technical writing. So I think that even though improving job prospects is not the primary goal of my personal blog, it has been a bonus.
Another bonus has been getting occasional emails and comments from random readers to say a certain post has helped them. A while back I wrote a post about testing external API calls in Go, and have had a few people reach out to thank me. Though I write primarily for myself, it's always nice to see when someone stumbles across my content and appreciates it.
It's also always cool when a post ends up in newsletters I've never heard of. I don't have a consistent way to detect each time this happens, but can sometimes trace back traffic through a referrer or notice a backlink from a newsletter archive.