DEV Community

Sloan the DEV Moderator
Sloan the DEV Moderator

Posted on

I want to start writing about development, but I’m a beginner. Is this is a bad idea?

This is an anonymous post sent in by a member who does not want their name disclosed. Please be thoughtful with your responses, as these are usually tough posts to write. Email sloan@dev.to if you'd like to leave an anonymous comment or if you want to ask your own anonymous question.


I would really like to begin posting about software development, but I'm brand new to all of this and don't know if my posts will be welcomed, shunned, or ignored completely.

I really like the idea of learning in the open, but it can feel so daunting and I'm a bit worried that the community will be annoyed or harsh with me for posting about things that I don't yet fully know. I want to post about the problems I'm facing, the solutions I'm coming up with, and the different concepts I'm learning, but I don't know if I can speak with enough authority on these topics yet to do so.

What do you think? When is the best time to begin posting about development? Do devs generally expect writers in these communities to know exactly what they're talking about or is it okay to just go for it and lean on the community for support?

Oldest comments (35)

Collapse
 
ben profile image
Ben Halpern

It is very helpful to write simple explanations of concepts — just in case someone comes along needing what you're describing.

This doesn't exactly describe what I'm talking about, but it's related:

denvercoder9

If you find an answer on Stack Overflow, it's ripe to be re-described in the form of a simple blog post.

Here is an example:


How to sort an array in JavaScript

This is how you sort an array in JS.

Here is a code sample
Enter fullscreen mode Exit fullscreen mode

Happy coding!


I challenge anyone stopping by to read this to create a simple post like this. You will help someone out there in the future, I guarantee it.

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️ • Edited

If you find an answer on Stack Overflow, it's ripe to be re-described in the form of a simple blog post.

Dunno, to me that always felt like a form of plagiarism, at least unless there's a lot of added information. It's one thing to find a SO answer, spend an hour or two researching why it works, then writing on those findings. But simply re-phrasing it, adding nothing new, and writing an article on it is really just selling someone else's effort as your own.

EDIT: There's also the obvious option of linking to the original answer, copying the relevant code, and just pointing out what makes it interesting and ask for a discussion.

Collapse
 
polterguy profile image
Thomas Hansen

Hehe, luv the "Sunshine" quote :D

One of my favourite movies ever, if for no other reasons than that single sentence ... ^_^

("Kaneda, what do you see?")

Collapse
 
marissab profile image
Marissa B • Edited

I want to post about the problems I'm facing, the solutions I'm coming up with, and the different concepts I'm learning, but I don't know if I can speak with enough authority on these topics yet to do so.

So don't speak with authority about it. Speak to what you're doing and showing your process instead.

If you spin it as "This is the learning process I'm taking and what I found - what feedback do you have?" I think it'd do great. You'd be framing it as seeking advice and sharing your experience instead of coming off like you're trying to be an expert on something. People working on cars do this all the time on older forums where they find an issue, try a couple options, then present what they did and ask what others have done. You don't have to be an expert on a specific car part to try out a couple things and bumble around to make things work better. Same goes for programming.

Asking for feedback is a good way to engage the experienced audience too. Even if you solved your problem and met your requirement of making the thing work, someone else could chime in with "Hey, next time give (this other method) a go" or "You may want to look up (other thing) to try". Even just getting the name of something to Google can kick you way ahead in progress.

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

What generally annoys me is when people have little to no knowledge of something but feel the need to write a tutorial on it which is the exact same content as half a dozen other tutorials or, worse yet, just a copy of the documentation.

Looking at you, "javascript array methods" articles!

Framing the same content as "Here's what I learned about X, did I get anything wrong?" or "I had this problem, found these tutorials, and here's what I ended up doing" is a huge improvement.

Collapse
 
marissab profile image
Marissa B

Agreed on the repetitive newbie tutorial bit! That's a great highlight.

It's more fun and interesting to read how others learn and sometimes bumble through things, plus it's a better opener for discussion. The more grizzled veterans can chime in with "Hey that's how I learned it!" or stuff like I mentioned above instead of breezing over yet another copy-paste tutorial article.

Collapse
 
matthewsalerno profile image
matthew-salerno

Yup, just put a big disclaimer up so people don't take you as an authority, then go about it normally.
I have seen some amount of rudeness towards less experienced writers but normally that's for posts that write as if they're an authority. As long you frame it as a learning process, and not a how to or definitive resource, you should be fine.
Of course it is the internet so you should expect some amount of hate or trolling even on a nicer community like DEV.

Collapse
 
cerchie profile image
Lucia Cerchie

Not a bad idea at all! I was writing technical articles for a year or so before I became a developer. It'll help your audience learn, and it'll help you understand it from a deeper perspective. I'd be excited to see your first post!

Collapse
 
terabytetiger profile image
Tyler V. (he/him) • Edited

Ali words my answer better than I could:

Collapse
 
louiseann93 profile image
Lou Willoughby

I feel this way as a Junior but I also like talking about my own experiences and having discussions with others on theirs because you can learn so much from each-other doing this 🙂 I completely agree with it depends how you word it, but no one is going to judge you for sharing your thoughts and ideas as long as you’re open minded to others

Collapse
 
webbureaucrat profile image
webbureaucrat

If you don't feel like you're ready to share yet, don't push yourself. This is a very welcoming community, but there are still occasional jerks, and there are more than a few surprising landmines of controversy in development.

If you want to split the difference: consider writing for your drafts folder for a while. In six months, a year, whenever you feel more comfortable, you can always publish when you're more certain about their accuracy. I've been a developer for a long time, and this is pretty much how I write. On average, a "finished" article will hang around my drafts for probably about four months before I publish because I like having enough hindsight to see how my ideas turned out.

I think this is also a way to produce very valuable content because it was effectively written collaboratively by two very different developers: one who has the perspective of the beginner and can therefore best empathize with the reader, and a more senior developer to help out with the nuances and fact-checking.


The other piece of advice I'll give is: just avoid writing about security-sensitive topics like authentication, encryption, etc. I'm a little torn about saying this because we do need more content on these topics and especially beginner-friendly content. (I once saw someone describe the problem as "abstinence-only encryption education," and I think it's apt.) On the other hand, the nuances of these topics are particularly subtle and the dangers from accidentally misinforming a reader are very high. It also tends to be a subject where people are more likely to issue a too-sharp correction because, well, people get panicky. What I would recommend instead would be to frame articles in the form of a long question (something in the form of, "Is my understanding of this correct?").

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Good stories have a beginning

Collapse
 
tqbit profile image
tq-bit • Edited

When is the best time to begin posting about development?

Now.

Shoot for the stars. Everybody has to start somewhere.And learning in public will greatly help you find your way :-) And try to see people who disagree with you as allies. They're making an effort to defend their point, so it's probably a good place to dig deeper and research facts. That'll also greatly help you to distinct fact from fiction.

If you see everything as an opportunity, there's nothing to be afraid of, really

Collapse
 
james0r profile image
James Auble

You just did write about development :) Good job. Be yourself. Have fun!

Collapse
 
theaccordance profile image
Joe Mainwaring

It’s never too early to write about what you’re learning.

Given that you’re relatively new to programming, don’t worry about writing comprehensive guides to start, keep it simple for the time being.

If you learn one new trick with css (example: making a div a triangle) then just write about that.

Over time, the content you write will reflect the experience you’ve acquired.

Collapse
 
faraazahmad profile image
Syed Faraaz Ahmad • Edited

I had a similar issue when I was just starting out with blogging:
"I'm basically a nobody why would anyone read anything I write"

The advice that got me over this self-doubt was something along the lines of: Your experience with that piece of tech/framework/content etc is totally unique that only you can provide, so go write that blog post

I want to post about the problems I'm facing, the solutions I'm coming up with, and the different concepts I'm learning

That's it! just do that, you're on the right path here. You're fist few posts might not have a lot of traffic but sowly you'll figure out what sticks and you're average audience interaction per post will go up

Collapse
 
ashleyjsheridan profile image
Ashley Sheridan

Blogging (or similar) about a subject as you're learning it can help in two ways:

  1. It can reinforce the things you're leaning, a bit like take notes in a lecture does.
  2. It helps others who are at a similar stage of learning.

I look back at the things I used to blog about, many years ago, and they're a reminder of where I've come from. Whatever we write about today, we will know more about tomorrow. Rather than never write about anything, we should write about what we know today, with the understanding that we don't know everything.

But if you do decide to write, you'll be in good company, and people will find your content useful, no matter what it is.

Collapse
 
k_penguin_sato profile image
K-Sato • Edited

In my opinion, the best part of the DEV community is the its inclusivity and welcomeness. I think a lot of people here understand that everyone is once a begginner and the comments I see are usually positive.

Collapse
 
abbasc52 profile image
Abbas Cyclewala

I would say start small and see how the community reacts to it and do it now.

What if people react badly to it? Well most tech people will just call out you are wrong, so ask them for their suggestions. This will broaden your perspective and knowledge.

What if people react nicely to it? Go post more 😊

Being ingenious in creating new solutions is something not many people can do. So if you have an approach and you feel it is not talked about, take the spotlight and share it with the world.

No one is born as an expert writer, but all expert writers did start somewhere.

Collapse
 
abbasc52 profile image
Abbas Cyclewala

Also another tip, always be welcoming to suggestions, and don't make it sound like this is the only right way or this is the best way. It should be more like how we handled it and how we benefitted from it. As long as your post is not opinionated, people don't take offense of it.

Collapse
 
cmgustin profile image
Chris Gustin

Adding on to this as a dev who has wanted to dip into writing for awhile but struggles with some of the same doubts: I’ve learned a ton from just hanging out here regularly, seeing what sort of posts get traction, leaving comments, and seeing what sort of comments get responses.

Just doing that has made me more comfortable with the community, and given me a bunch of jump-off topics when I do decide to start writing.

And overall, don’t rush into it but don’t wait too long (like I did) either. Know what you want to get from it, write from the heart, aim to create value for your audience, and you’ll do great :)

Collapse
 
jeremyf profile image
Jeremy Friesen

One bit of advice I heard about writing about topics: there is always people with more knowledge than you, and also people with less knowledge. What you write may help bring knowledge to those that have less and in writing you will gain insights.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.