Technical Writing

  1. How to create a new project with create React App?

    23 november, 2020

    Getting started | Create React app

    React is a popular JavaScript framework for creating front-end applications. Originally created by Facebook, it has gained popularity by allowing developers to create fast applications using an intuitive programming paradigm that ties JavaScript with an HTML-like syntax known as JSX.

    Starting a new React project used to be a complicated as it involves multi-step process to setting up a build system.

    Read full blog
  2. Difference between "==" and "===" Equal Operator in JavaScript

    10 December, 2020

    Getting started | Learn "==" and "===" operators

    In one word, main difference between "==" and "===" operator is that formerly compares variable by making type correction e.g. if you compare a number with a string with numeric literal, == allows that, but === doesn't allow that, because it not only checks the value but also type of two variable, if two variables are not of the same type "===" return false, while "==" return true.

    Read full blog
  3. Learn Markdown

    11 December,2020

    Getting started | applying markdown in github

    Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.

    Read full blog

More blogs are coming soon!!