Posts

Showing posts with the label introduction.

You-Tube Channel

Image
Welcome to Mainly The Software Engineering Blog You-tube channel. I started off this blog in 2018. Its main purpose is to provide information in an easy and in an appropriate way.  From challenges in your field to becoming the best software engineer; this blog covers each and almost everything related to engineering, technology and much more.. Now, the question is WHY ? this You tube channel?  so, the answer to this very question is that, "This is fun to read and watch a video along". If you want to LEARN in a way to become better then this Blog and Youtube channel is for You. You can like the corresponding facebook page and subscribe to this channel for more updates.... Thank you! Face-book page: https://www.facebook.com/seblog1312/

Github : Part 1 : Introduction

Image
Have you ever gone through the problem of version control while working on some coding project in a group? Did you find it difficult to share code with each member of a group? Yes? Then this blog post is for you... Problem.. Back in days, people used to write code but they found it difficult  to share and control the progress of their code in contact with each other. Say You are in Pakistan while your friend is in New York and both of you are working on some project involving coding and programming. With time to time you need to send some portion of your code to your friend to test it for further progress. After completion of your project you need to send the whole source code to your supervisor living in India. You are using email and Google drive for sending source codes, but this is not feasible but tedious as your friend need to download it then by modifying it on his own computer, send it back to you. This wastes a lot of time and is prone to errors.  Solutio...