
"And slowly github became the new facebook for coders where instead of posting pictures and life events people post code for projects and your ...
"And slowly github became the new facebook for coders where instead of posting pictures and life events people post code for projects and your ...
If you are reading this blog then you already know about github. Github is a web-based Git repository hosting service that primarily offers ...
Most of us are familiar with Twitter. But we are not much familiar that we can automate the activities like status posting,retweeting,liking,commenting and so on. So,here I'll show you how we can automate some of the activities like getting the twitter data,posting the status and retweeting with
Git is a specific open-source version control system created by Linus Torvalds in 2005. Specifically, Git is a distributed version control system, which means that the entire codebase and history are available on every developer’s ...
Learning is a process.It takes time and good materials helps a lot in the learning process. Being a web developer there are many resources to follow up and learn. Till date learning web development has become a popular and trending path. Googling and Youtube surfing from good content creators has ease the process to ...
These days there are so many career choices to take in the programmer world. But one of the most successful and important ones is Web Development . There are so many companies out there that are on the constant look for web developers and designers. And the good thing is that these companies and businesses are ...
Git is a specific open-source version control system created by Linus Torvalds in 2005. Specifically, Git is a distributed version control system, which means that the entire codebase and history are available on every developer’s computer, which allows for easy branching and merging. Why use something like Git? Say ...
Git is software that keeps track of changes that you make to files and directories. And it's especially good at keeping track of text changes. Let's imagine that you have a document. You start with version 1 of that document. You make some changes to it, now you have version 2. And you make some more changes and you ...