I published over 400 articles on Dev.to in 2 weeks.
Total views: 2,800. Total comments: 1.
That's 7 views per article. Most got zero.
Here's what I learned, so you don't make the same mistake.
The Hypothesis
My logic was simple: more content = more surface area = more traffic. Like throwing seeds — some will grow.
The Reality
| Metric | Expected | Actual |
|---|---|---|
| Views per article | 50-100 | 7 |
| Comments | 20+ total | 1 |
| Followers gained | 100+ | 20 |
| Revenue | $50+ | $0 |
Quantity without quality = noise.
What Actually Gets Views on Dev.to
I analyzed which of my 400+ articles performed best:
- Tech news with opinion — "Wine 11 Released" got 56 views. People want news + your take.
- Economic/surprising analysis — "The Real Cost of Running an LLM" got 40 views. Numbers surprise people.
- Curated lists — "Every Tool for LLM Apps" got 22 views in 1 hour. Lists are scannable.
- Contrarian takes — "Async Python Is Not Faster" — the title creates tension.
What Gets ZERO Views
- Generic tutorials ("How to Use Library X")
- News without opinion (just reposting)
- Too-short posts (<300 words)
- Posts without engagement hooks
What I'd Do Differently
1. Write 2 Articles Per Week, Not 30 Per Day
One great article > 15 mediocre ones. The algorithm rewards engagement (comments, reactions), not publication volume.
2. Every Article Needs a Story
Bad: "How to use asyncio in Python"
Good: "I Rewrote My Script with Async — It Got Slower"
The story creates curiosity. The tutorial satisfies it.
3. End with a Real Question
Bad: "Thanks for reading!"
Good: "What's the worst Docker mistake you've seen in production?"
Specific questions get specific answers. Generic sign-offs get silence.
4. Cross-Promote Relentlessly
Every article should link to:
- A GitHub repo (so they find your other work)
- A related article (so they stay on your profile)
- Your profile (so they follow)
The New Strategy
| Before | After |
|---|---|
| 30 articles/day | 2-3/week |
| Generic tutorials | Story-driven content |
| No engagement hook | Specific closing question |
| No cross-links | Every article links to 3+ resources |
| Spray and pray | Analyze → iterate → improve |
Lesson for Builders
This applies beyond writing:
- 77 Apify actors with 1 user each < 5 actors with 100 users each
- 200 GitHub repos with 0 stars < 20 repos with 50 stars each
- 400 articles with 7 views < 40 articles with 100 views each
Concentrate force. Don't diffuse it.
Have you ever gone all-in on quantity and regretted it? What did you learn? 👇
Honest takes on building in public at dev.to/0012303
Top comments (0)