A

Ammara Gul - Aspiring Web Developer

Sublime Code Editor

  1. 1)Section 1 covers the basics of sublimetext 3 i.e opening,view and editing different files.
  2. 2)Section 2 covers how to customise your editor for example how to change your preferences,how to change the color themes,how to install packages and how to add custom themes.
  3. 3)Section 3 shows some power editing tips like how to edit multiple sections simultaneously,using the command palette and how to use GoToanything command.
  4. 4)Section 4 shows how to use snippets and macros in code.
  5. 5)Section 5 shows how to install some essential packages and how to use them.

GIT essential Training

  1. 1)Section 1 describes that what is GIT,How it works and informs about the history of GIT and its version control system.
  2. 2)Basic Git configuration
  3. 3)Secion 3 explores how to initialize a repository and how to make commits.
  4. 4)Secion 4 describes GIT workflow.
  5. 5)Edit Files through GIT
  6. 6)Section 6 explains how to work with real life projects.
  7. 7)Section 7 explains how to "undo changes".
  8. 8)Section 8 shows how to ignore files so that they are not tracked by GIT.

GIt:Branches,Merges and Remotes

  1. 1)Section 1 describes that how to reference commits.It also explains how to filter and format commit logs.
  2. 2)Creating and switching Branches.
  3. 3)Section 3 describes about different types of resets which are Soft,Mixed and Hard reset.
  4. 4)Section 4 shows how to merge branches and how to resolve merge conflicts.
  5. 5)Section 5 covers how to stash changes and how to retrieve and delete them.
  6. 6)Section 6 covers how to setup a remote repository.
  7. 7)Section 7 covers how to collaborate with remote means how to push changes to remote repository and how to fetch/merge changes from a remote.It also explains GIT workflow in a practical environment.

GitHub Essential Training

  1. 1)Section 1 describes the Modern Development Pipeline with Github and the Super Charged GIthub Flow in action.
  2. 2)Continuous Intigration circle
  3. 3)Section 3 describes the functionality of GIT in depth that how GITS actually works.
  4. 4)Section 4 describes different types of Resets in Git and also about restructuring commit history.
  5. 5)Resolving Merge Conflicts