Cisco-training

Insoft Services is een van de weinige aanbieders van opleidingen in EMEAR tot een volledige reeks van Cisco-certificering en gespecialiseerde technische opleiding aan te bieden.

Lees meer

Cisco-certificering

Ervaar een blended learning-aanpak die het beste van door een instructeur geleide training en e-learning in eigen tempo combineert om u te helpen zich voor te bereiden op uw certificeringsexamen.

Lees meer

Cisco Learning Credits

Cisco Learning Credits (CLCs) zijn prepaid trainingsvouchers die rechtstreeks bij Cisco worden ingewisseld en die het plannen van uw succes eenvoudiger maken bij de aankoop van Cisco-producten en -services.

Lees meer

Cisco Continuing Education

Het Cisco Continuing Education Program biedt alle actieve certificeringshouders flexibele opties om opnieuw te certificeren door een verscheidenheid aan in aanmerking komende trainingsitems te voltooien.

Lees meer

Cisco Digital Learning

Gecertificeerde medewerkers zijn GEWAARDEERDE activa. Verken de officiële Digital Learning Library van Cisco om uzelf te informeren via opgenomen sessies.

Lees meer

Cisco Business Enablement

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Cisco trainingscatalogus

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Fortinet-certificering

Het Fortinet Network Security Expert (NSE) -programma is een training- en certificeringsprogramma op acht niveaus om ingenieurs van hun netwerkbeveiliging te leren voor Fortinet FW-vaardigheden en -ervaring.

Technische trainingen

Fortinet-training

Insoft is erkend als Fortinet Authorized Training Center op geselecteerde locaties in EMEA.

Lees meer

Fortinet trainingscatalogus

Bekijk de volledige Fortinet trainingscatalogus. Het programma omvat een breed scala aan cursussen in eigen tempo en onder leiding van een instructeur.

Lees meer

ATC Status

Bekijk onze ATC-status in geselecteerde landen in Europa.

Lees meer

Fortinet Professionele Services

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Lees meer

Microsoft-training

Insoft Services biedt Microsoft-trainingen in EMEAR. We bieden technische trainingen en certificeringscursussen van Microsoft aan die worden geleid door instructeurs van wereldklasse.

Technische cursussen

Extreme-training

Find all the Extreme Networks online and instructor led class room based calendar here.

Technische cursussen

Technische-certificering

We provide comprehensive curriculum of technical competency skills on the certification accomplishment.

Lees meer

Extreme trainingscatalogus

Leer uitzonderlijke kennis en vaardigheden van Extreme Networks

Lees meer

ATP accreditatie

Als geautoriseerde trainingspartner (ATP) zorgt Insoft Services ervoor dat u de hoogste onderwijsnormen krijgt die beschikbaar zijn.

Lees meer

Services Oplossingen

Wij bieden innovatieve en geavanceerde ondersteuning bij het ontwerpen, implementeren en optimaliseren van IT-oplossingen.Ons klantenbestand omvat enkele van de grootste Telco's ter wereld.

Oplossingen

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Over ons

Insoft biedt geautoriseerde trainings- en consultancydiensten voor geselecteerde IP-leveranciers. Ontdek hoe we een revolutie teweegbrengen in de industrie.

Lees meer
  • +31 71 799 6230
  • Version Control with Git and GitHub

    Duration
    2 Dagen
    Delivery
    (Online and onsite)
    Price
    Price Upon Request
    The Version Control with Git and GitHub training course will provide you with a thorough understanding of what version control is, why it's necessary, and how it lends itself to application development and version management. Version control refers to the tracking and traceability of changes. It is, in a way, akin to the use of a bookmark in a book, added by a reader, to mark the point to return to when they resume reading. In version control, a metaphorical bookmark marks a reference to a snapshot of the codebase. Git is a version control tool. Using Git, you can make, track, retrieve, and share changes on a repository. GitHub is a hosting service on which a repository resides. With thorough explanations and interesting activities, you will learn all about using Git and GitHub optimally. By the end of the course, you will have the right skills to safeguard your application and ensure its speedy development.   See other courses available

    This is a fast-paced, practical course, aimed at developers using version control tools. As you progress, you will find helpful tips and tricks, as well as useful self-assessment material, exercises, and activities to help you benchmark your progress and reinforce what youve learned. The activities have been devised to simulate real-world conditions in order to equip you with the necessary skills to accelerate software deployment while still retaining security, portability, and affordability.

    LESSON ONE - INTRODUCTION TO VERSION CONTROL

    • Defining Version Control
    • Navigating GitHub

    LESSON TWO - VERSIONING COMMITS

    • Introduction to Versioning Commits

    LESSON THREE - FETCHING AND DELIVERING CODE

    • Fetching the Code

    LESSON FOUR - BRANCHES

    • Utilizing Workflows

    LESSON FIVE - COLLABORATIVE GIT

    • Forking the Workflow
    • Debugging and Maintenance
    • Housekeeping

    LESSON SIX - AUTOMATED TESTING AND RELEASE MANAGEMENT

    • Test Automation
    • Automated Pull Requests

    This course is meant for professional developers who want to migrate from other version control tools, or want to learn more about Git. You will find this course useful and interesting. Prior experience in coding or familiarity with using the bash command-line interface will enable you to easily grasp concepts.

    Hardware:
    For successful completion of this course, students will require computer systems with the following:

    • Processor: Intel Core i3 or equivalent
    • Memory: 4 GB RAM
    • Storage: 35 GB available space

    Software:

    • Operating System: Linux, Ubuntu, or macOS X
    • Browser: Google Chrome (latest version)
    • Atom IDE (latest version)
    • Git (latest version)

    Installation and Setup

    Before you start with this course, we’ll install Atom IDE and Git. You will find the steps to install these here.

    Installing Atom IDE

    1. To install Atom IDE, go to https://atom.io/ in your browser.
    2. Click on Download Windows Installer for Windows, to download the setup file called AtomSetup-x64.exe.
    3. Run the executable file.
    4. Add the atom and APM commands to your path.
    5. Create shortcuts on the desktop and start menu.

    Installing Git

    1. To install Git via the package installer, go to https://git-scm.com/download/linux
    2. Run the following command: # apt-get install git on the terminal window.
    3. Enter your password if prompted.
    The Version Control with Git and GitHub training course will provide you with a thorough understanding of what version control is, why it's necessary, and how it lends itself to application development and version management. Version control refers to the tracking and traceability of changes. It is, in a way, akin to the use of a bookmark in a book, added by a reader, to mark the point to return to when they resume reading. In version control, a metaphorical bookmark marks a reference to a snapshot of the codebase. Git is a version control tool. Using Git, you can make, track, retrieve, and share changes on a repository. GitHub is a hosting service on which a repository resides. With thorough explanations and interesting activities, you will learn all about using Git and GitHub optimally. By the end of the course, you will have the right skills to safeguard your application and ensure its speedy development.   See other courses available

    This is a fast-paced, practical course, aimed at developers using version control tools. As you progress, you will find helpful tips and tricks, as well as useful self-assessment material, exercises, and activities to help you benchmark your progress and reinforce what youve learned. The activities have been devised to simulate real-world conditions in order to equip you with the necessary skills to accelerate software deployment while still retaining security, portability, and affordability.

    LESSON ONE - INTRODUCTION TO VERSION CONTROL

    • Defining Version Control
    • Navigating GitHub

    LESSON TWO - VERSIONING COMMITS

    • Introduction to Versioning Commits

    LESSON THREE - FETCHING AND DELIVERING CODE

    • Fetching the Code

    LESSON FOUR - BRANCHES

    • Utilizing Workflows

    LESSON FIVE - COLLABORATIVE GIT

    • Forking the Workflow
    • Debugging and Maintenance
    • Housekeeping

    LESSON SIX - AUTOMATED TESTING AND RELEASE MANAGEMENT

    • Test Automation
    • Automated Pull Requests

    This course is meant for professional developers who want to migrate from other version control tools, or want to learn more about Git. You will find this course useful and interesting. Prior experience in coding or familiarity with using the bash command-line interface will enable you to easily grasp concepts.

    Hardware:
    For successful completion of this course, students will require computer systems with the following:

    • Processor: Intel Core i3 or equivalent
    • Memory: 4 GB RAM
    • Storage: 35 GB available space

    Software:

    • Operating System: Linux, Ubuntu, or macOS X
    • Browser: Google Chrome (latest version)
    • Atom IDE (latest version)
    • Git (latest version)

    Installation and Setup

    Before you start with this course, we’ll install Atom IDE and Git. You will find the steps to install these here.

    Installing Atom IDE

    1. To install Atom IDE, go to https://atom.io/ in your browser.
    2. Click on Download Windows Installer for Windows, to download the setup file called AtomSetup-x64.exe.
    3. Run the executable file.
    4. Add the atom and APM commands to your path.
    5. Create shortcuts on the desktop and start menu.

    Installing Git

    1. To install Git via the package installer, go to https://git-scm.com/download/linux
    2. Run the following command: # apt-get install git on the terminal window.
    3. Enter your password if prompted.
      Datum op aanvraag

    Follow Up Courses

    Filter
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 4 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 4 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 2 Dagen
      Datum op aanvraag
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.