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?
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:
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.
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.