How to Get Noticed in the Javascript World?

Written by neilkakkar | Published 2018/11/10
Tech Story Tags: javascript | programming | development | coding | technology | latest-tech-stories | mdn-documentation | use-the-sandbox

TLDR Mozilla Developer Network boasts the best Javascript documentation on the planet. It’s community driven, and anyone can contribute to it. The official MDN guide is a treasured resource. Don’t be afraid to make a mistake, and there are others to clean up after you. The most basic rule to stick with is to use the predefined style guide for the editor. Follow the style guide, and almost all pages look the same, because they follow the same structure. Almost all pages in the MDN document structure gives immense power to the documentation: you know exactly which part of the page to look at.via the TL;DR App

Getting started with the MDN documentation

Firefox? Source
Mozillas Developer Network boasts the best Javascript documentation on the planet. What I didn’t know was that it’s community driven, and anyone can contribute to it. I’m amazed how they’ve managed to keep the docs so pure, given anyone can edit things.
What I also didn’t know is that it’s the best place to build up credibility as a developer.
Yes, that’s right. You can be a part of the documentation.
You can get your name etched on the internet.
Here’s how to begin.
The first part is knowing you’re allowed to, and encouraged to contribute. I had no idea about this, and I feel this is the major restriction. People don’t know you can do this.
The next part is contributing. The official MDN guide is a treasured resource.
Here are the main points:

1. Don’t be afraid to make a mistake

There are others to clean up after you. The process works something like this: You edit a page. Next, the maintainers look at your changes (they are easy to revert).
If you’re not confident of the accuracy of your changes, you can ask for a review. This can be — a technical or an editorial review (or both).
The technical review checks the technical aspects — are your code samples correct, are you using the correct APIs, etc.
The editorial review checks your grammar.
The place to ask for a review is at the bottom of the page you’re editing.
(Found at the bottom)

2. Use the sandbox

While you don’t have to be afraid of making mistakes, please don’t test the editor on a live page. This sandbox exists to help you figure out how the editor works.
When you open it, it might look different — as more people try it. Feel free to mess with this page as much as you want.

3. Follow the style guide

This can be a pain to get through. Like all code you write in a team, the style guide helps maintain readability. Like every style guide, you don’t start knowing every rule — you get the basics and learn the rest as you keep going.
The most basic rule to stick with is to use the predefined formatting for the editor. It has the style guide built in. See the note and warning boxes below?
Further, there’s a document structure. Almost all pages look the same, because they follow the same structure. This gives immense power to the documentation: you know exactly which part of the page to look at, when looking for something specific. Like the style guide, this doc is massive.
Again, start small, look at a few existing documents, copy them and edit as you deem fit — you don’t have to start from scratch.

4. There’s a plethora of things you can do!

There’s more though. If you don’t want to write documentation, you could:
Soon, you can end up like this
This is the bit I worked on. And just like that, my name’s forever in Mozilla’s Developer Wiki contributors.
Feel free to reach out for help to get started!

Written by neilkakkar | On a mission to become better, understand the world, and leverage it to do great things.
Published by HackerNoon on 2018/11/10