Skip to content

Writing a blog

Posted on:March 17, 2020and it takes 3 min read

I know I know, I was also into a similar situation, scratching my head and don’t feel bad if you are in a similar situation. There would be tons of questions popping off your mind just like it did for me and let us walk through a few of them shall we?

Table of contents

Open Table of contents

Am I good enough to write a blog?

bad

What if all the persons you get inspired by thought the same and did not even try, we would have absolutely no inspiration left in this world, so never get those imposter syndromes haunt you. Just write your heart out and I totally agree that the first one will not be perfect and neither was mine! over the period of time you will get better and better, consistency is what matters mate! every long journey starts only if you dare to take the first step.

Will anyone even read my blog?

no-one

Yes absolutely, whatever might be your skillsets, there is always someone in the world you can help, so stop wondering and start helping and inspiring others with it. Let me confess something here and I’m absolutely not ashamed of it, when I was in my college I did not even know what was bloggig and for me you are a huge inspiration as you are already doing so much.

What to write? there is already so much in the web

too-much

This is the one which haunted me for a long time, let me tell you what I think you can’t just invent something new to write a blog but you can always invent some new way to write a blog though! you can still take a well known topic in the world and can express or explain it in your own style with emphasis on simplicity and your personal experience and opinions.

Why is it taking me too long to write a blog post?

long

If you feel the same then don’t worry that is an extraordinatiry normal feeling. Sometimes I have shamelessly spent days and even weeks writting an article. Don’t give up quality over time.

create_blog();

while (!happy_with_article) {
  if (feel_like_writting || have_some_idea) {
    write_your_heartout();
  } else {
    // take a break
    break;
  }
}

// hurray you made it
publish();

How to make my blog appealing?

attractive

Where to draw inspirations from

Aditya wrote this amazing article about async, await in JavaScript when he was also in college, it was a very common topic for blogs on the internet at that time but the way he wrote it almost broke the clap button in medium and I pesonally loved reading it. He is also a mentor here so definitely check him out.

How to escape async/await hell

Shad who is also a mentor here is known for his simplicty in the blogs he writes and I never feel bored binge reading them, do check him out.

And finally a shameless plug, my article on “Creating your own React in 90 lines of JavaScript” got a really good response for the simplicty in the implementation code.

Create your own React in 90 lines JavaScript