Ask HN: How to recognise patterns and problems in everyday work to blog about?
Yet when I read blogs like Coding Horror, Joe Duffy's Blog, freeCodeCamp, etc I feel like I am not able to come up with anything of this quality and insight, although I work in an adtech company with quite some technical challenges.
I've came to realize it's a skill most bloggers have that I lack: being able to notice and find pieces of knowledge worth sharing in an every day job.
How do I develop this skill? Should I just begin blogging about whatever I do and then it will naturally come? Or should I apply some "techniques" to extract and distill what is the most important in what I do?
[+] [-] itamarst|8 years ago|reply
1. I write about the mistakes I make. Mistakes aren't that hard to spot, if you're paying attention: "Oh crap, I wasted 3 days" or "oh crap, I shipped a bug."
I then try to figure out what the cause of the mistake was, and that's where patterns start showing up. But the mistake is a good starting point, which makes it all easier.
(Results at https://softwareclown.com).
2. Think about one specific problem. A lot. And write about it. A lot. A lot of what you write initially will be boring, unless you're better writer than I was when I started doing this. But eventually focusing on that one thing (in my case testing) will give you more insights, as you start seeing patterns.
[+] [-] itamarst|8 years ago|reply
[+] [-] le-mark|8 years ago|reply
[1] https://xkcd.com/979/
[+] [-] nickjj|8 years ago|reply
The key is to not spend time thinking about what to write, but instead constantly be doing things and writing about the process.
When you have a lot of input, you can produce a lot of output.
Trying to "invent" a blog post is a pretty bad idea. It needs to be based on a real experience.
I'm not at the Coding Horror level but I do post about once a week and have been blogging for ~2 years. Check my profile for a link to my site.
[+] [-] anthonygore|8 years ago|reply
I've been blogging almost weekly for over a year. My first 5-10 articles garnered almost no interest; even now they have only a handful of reads on Medium. I was writing about jQuery tips for god's sake. But I eventually learned from my mistakes and now I have maybe 10 articles with more than 100 recommends on Medium, and I've had two articles make the front page of HN.
[+] [-] quickthrower|8 years ago|reply
[deleted]
[+] [-] carlmungz|8 years ago|reply
There is your topic. Tell us about the technical challenges that come with implementing framework X or programming language X in the adtech space. Make your writing exclusively about the space and consistently blog whether it's once a week/month etc but be consistent.
If you listen to the Software Engineering Daily podcast, for example, you will hear the main host Jeff Meyerson talking about various technical challenges associated with detecting bot traffic etc. Maybe write about that as well?
Hope that helps.
[+] [-] noir_lord|8 years ago|reply
Blogs tend to be at a level commensurate with the person writing the blog, there is a lack of good stuff from your average day to day devs point of view because those types of devs don't typically blog.
[+] [-] type0|8 years ago|reply
[+] [-] unknown|8 years ago|reply
[deleted]