MRManish Rajinmanish-raj-blogs.hashnode.dev·Dec 8, 2020 · 8 min readValues, Types, and Operators in JavaScriptIn 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. For example, the decimal number 13 will be expressed as 00001101 in bits inside the computer. Bit...00
MRManish Rajinmanish-raj-blogs.hashnode.dev·Dec 2, 2020 · 5 min readInfo About APIWhat is an API? 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. Main types of Web A...00
MRManish Rajinmanish-raj-blogs.hashnode.dev·Nov 26, 2020 · 3 min readWriting good commit messages.Before we start looking at the specific use cases, here’s a quick note about commit messages. Having a good guideline for creating commits and sticking to it makes working with Git and collaborating with others a lot easier. Good commit messages ser...00
MRManish Rajinmanish-raj-blogs.hashnode.dev·Nov 26, 2020 · 4 min readSome lesser-known git commandsGit is such a complex tool that I often feel as if I'm barely using 10% of its complete functionality. The various commands range from the absolutely essential (commit, push, pull) to the more exotic to the downright obscure or scary. However, this l...00
MRManish Rajinmanish-raj-blogs.hashnode.dev·Nov 24, 2020 · 7 min readCommon Git CommandsIn 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! The Commands ...00