Posts

All About Github

Git is the world's most popular version control System. This is because if the ease of use it offers to its users and the reliability that it provides. When working with teams one of the most troubling issues is version control. Git is the main solution to this issue. Github is a web service which is providing git services and with time has become the home of the open-source community. The Little-Known history of Git and GitHub We already are aware that GitHub is a high-end web-based hosting for version controls using Git. It has a rather peculiar and interesting origin story to it. Starting with Git, its history our story dates back to 1991 when Linux kernel.Linux Kernel can be regarded as an open-source software of fairly large scope. For most of the years of developments software was passed around as patches and archived files. In 2002 the Linux Kernel began using a distributed version control called BitKeeper. In 2005 the relationship between the Linux kernel development ...

Proper Introduction To React

Welcome to the React World. There are a lot of tutorials and blogs out there about how to install React and to help people learn it. But, What is React and Why is it so popular? After reading this blog, you will know everything that you need to know about React. What Is React? React is a Javascript Library that mainly focuses on User Interface Development. React is developed and backed by today's tech giant called Facebook. It can easily be extended to work as a framework by importing external addon libraries. Why Is it so Popular? In today's World, React JS is so popular among developers and tech companies because of three main reasons. Made and Backed by Facebook Supports and Easy to develop Single Page Applications Huge Community of Developers What is the role of Node JS? Node JS is a javascript Runtime that is lightweight and fast. React can be installed on to the node js Runtime. Since there is no need for compiling or interpreting, the React Applicatio...

JavaScript, From Frontend to Backend

Image
What Is JavaScript? The Story of JavaScript began as a front end Scripting Language. It is really an easy language to learn which is loosely written. This made it popular for animations and dynamic styling. Then the DOM Concept came. This added a new value to javascript. With it, Developers could communicate with the server without refreshing the browser or using a server-side language like PHP. JS Evolution Evolution Of the Language Javascript is one of the easiest languages to learn of all time. Therefore it has gathered a huge developer community around it. Who have been upgrading it from being a client side to a full server-side language. From ES1 to ESNext Javascript has evolved in a great deal with the addition of features like XMLHttpRequest and AJAX. There are thousands of libraries that use JS to do a verity of tasks. Some Example of Libraries are: JQuery   " jQuery is a fast, small, and feature-rich JavaScript library. It makes t...