My Blogs

  1. Values, Types, and Operators in JavaScript.

    08th December, 2020   8 min read

    In the Computer world, Data is stored as a sequence of bits. Bits are basically either 0 or 1. Any data inside a computer is expressed in terms of bits. Bits are any kind of two-valued things, usually described as zeros and ones. Inside the computer, they take forms such as a high or low electrical charge, a strong or weak signal, or a shiny or dull spot on the surface of a CD. Click on Read More.

    Read More
  2. Info About API.

    3rd December, 2020   5 min read

    API stands for Application Programming Interface and allows your application to interact with an external service using a simple set of commands. APIs are another way companies can serve their tools and services. If you want to read more about this. Click on Read More.

    Read More
  3. Some lesser-known git commands.

    27th November, 2020   4 min read

    Git is such a complex tool that I often feel as if I'm barely using 10% of its complete functionality, and lesser-known git commands The various commands range from the absolutely essential (commit, push, pull) to the more exotic to the downright obscure or scary. If you want to read more about this. Click on Read More.

    Read More
  4. Writing good commit messages.

    27th November, 2020   3 min read

    Writing a commit messages helps in better understanding of changes which the developer had made in application.container. It helps in mutual understanding of different functionality added in development. If you want to read more about this. Click on Read More.

    Read More
  5. Alternatives to GitHub.

    24th November, 2020   6 min read

    This Blog provides the knowledge for the Alternatives of GitHub, its also justify with the statements that why one should go for the Alternatives of GitHub. If you want to read more about this. Click on Read More.

    Read More
  6. Common Git Commands.

    24th November, 2020   7 min read

    In this article, we are going to go over the top Common Git Commands. Some of these you may have used, some may be new to you, and some you might think there’s no way this is going to work. But you'll never know until you try them out! If you want to read more about this. Click on Read More.

    Read More