Git from Basics to Advanced: Practical Guide for Developers
- Description
- Curriculum
- FAQ
- Reviews
From this course, you can learn Git from basics to advanced concepts.
This course was created for software engineers who want to learn how to track changes with the help of Git. No matter what programming language you use – the git is equal for everyone 🙂
There are a lot of other courses on this topic. So, why would you choose exactly this course? Here are just a few reasons:
– Real-life cases & demo during the video lesson
There are a lot of other courses that taught you Git. But there are only PowerPoint presentations and nice diagrams. You may learn hundreds of git commands but you won’t be able to apply them in real life after that courses.
In this course, we will imitate teamwork and work on one project from scratch. We will review different life scenarios online, on the video, I will show you the best way to approach various cases.
You are going to learn enough theory to understand practical examples and exercises. No watter 🙂 Only Git!
– Practical orientation of the course
This is what makes this course so unique. During the course, we are not talking about super abstract things and inventing our own Git. Your focus is put on the questions that you will face on daily basis during the software development. That’s why this course is called ‘Practical Guide for Developers’.
– Q&A support
The significant difference between the online and offline learning process is the instructor’s availability. If you are in one room with a tutor he always can help you to get understand the specific concept or to help fix your code on your computer.
In this course, we are supporting students with answers to any questions flagged in the Q&A section. In case there will be recurring questions – separate video lessons will be created to show how to address the issue.
So with this course you are not just getting video materials, code exercises, source code, access to the free mobile application without limits (which is still pretty cool, huh? 🙂 ), but you also get tutor support and answers to your questions along with this course.
– Relevant knowledge
After our team investigated other Java courses on Udemy we realized that most of them have nothing in common with real life. The information which is shared there is very old and significantly out of date. For example, the instructor teaches a framework which is not been used already for 15 years. Or instructors do stress on the programming design which is not used anymore at all!
The instructor of this course is a consultant in a top-rated IT outsourcing company and helps to bring cutting-edge solutions in IT for all his clients. Feel free to check the LinkedIn page of the instructor and check skills endorsement. More than 19 thousand people across all over the world (BTW most of them are from the top 100 companies of the world) evaluated the skills of Andrii Piatakha.
With this course, you can be sure that you will spend your time learning the right things from one of the best IT consultants in the world.
– High concentration of useful material in each lesson
Sometimes you can notice that watching 5 minutes of our lesson is equivalent to watching another 30 minutes lesson.
This is because time spent for preparation for the lesson (script for the lesson, lesson structure) and video editing (to cut boring pieces of the lesson or time when the program loads) sometimes 10 times as much (sometimes even 20) as the final lesson duration after video editing.
Also, each topic is separated from another. In case some concept will be explained in the next lesson and you don’t need to worry about understanding this in the scope of this lesson – the instructor will make an announcement when a specific topic will be covered.
Go and try it yourself! We will appreciate your feedback.
So don’t wait! Take a look at the lessons’ preview if you still have doubts!
Buy this course today, and you will get all updates for FREE!
For those who successfully passed this training course, or for students who were recognized for asking amazing questions, there is a special offer from the IT-Bulls company! The creator of this course is IT-Bulls company CEO and Founder. We are always in search of talents to run our amazing startups together with you. Probably you always dreamed about running your startup? In this course, you will be able to find the team who will teach you how to do that and (in particular cases) will be glad to help with implementation!
Hope you enjoy this course! And remember, we appreciate all your feedback! Your feedback will help us to become even better! Your feedback will help us to create to best Java course ever!
See you at the lessons! 🙂
-
1Communication planVideo lesson
From this lecture you will learn:
• How to communicate during this course• Where to ask questions
• How to ask questions
• Communication channels
-
2Version Control Systems & Git - OverviewVideo lesson
From this lecture you will learn:
• Version Control Systems - Overview
• The most popular VCS
• Git - Overview
• Git - Main features
• How git operates
-
3Tips to Improve Your Course Taking ExperienceText lesson
-
4How to Install Git and Basic Git ConfigurationVideo lesson
From this lecture you will learn:
• How to install Git
• Basic Git configuration
• What is a repository
• What is a Git Bash
• What is Git Gui
-
5How to install git on linux and MacOSText lesson
-
6How to set Windows notepad as a default text editor in gitText lesson
-
7Reference to the GIt Project that I'm going to use during the courseText lesson
-
8Git repo init, First commit and main bracnhVideo lesson
From this lecture you will learn:
• How to create a local Git repository
• git init
• git add
• git commit
• git status
• What is a branch
• Tracked VS Untracked files
-
9Git ignoring & Git logVideo lesson
From this lecture you will learn:
• .gitignore file• How to ignore specific files and directories
• How to remove files from staging area
• How to remove directories from staging area
• Explore commit history
• git log
-
10Git undoing things & Vi text editorVideo lesson
From this lecture you will learn:
• How to amend last commit
• How to change commit message
• How to unstage changes
• git restore
• Restoring original state of the file before changes
• Vi console text editor
• Autocompletion with Tab key
-
13Git BranchingVideo lesson
From this lecture you will learn:
• How commits are stored in git in a nutshell• What is a branch
• What is a HEAD pointer
• Create new branch
• git log for the specific branch
• git checkout
• git switch
• git branch
• Switch branches
• Detached HEAD state
• Basic linux terminal commands (cd, touch, ls)
-
14Pull Requests & Merge RequestsVideo lesson
From this lecture you will learn:
• What is a ‘pull request’• Difference between ‘pull request’ & ‘merge request’
• Create the first ‘pull request’
• Add collaborators to a repository
• Assignee VS Reviewer in PR
• Merging strategies
-
15Updating local repository (fetch, merge, pull) & Team development demoVideo lesson
From this lecture you will learn:
• Why do we need to update the local repository
• How often do we have to update the local repository
• git fetch
• git merge
• What is ‘fast-forward’
• git pull
• ‘mkdir’ command
• Real-life scenario of team development and demo
-
17Git Rebasing & Force Update of remote repositoryVideo lesson
From this lecture you will learn:
• What is git rebase• When to apply rebasing
• Rebase VS Merge
• How to keep git tree clean
• How to resolve conflicts during the rebasing
• git rebase --continue
• Force update & --force-with-lease
• Four rules of happy work with git
-
18Git Interactive RebaseVideo lesson
From this lecture you will learn:
• What is interactive rebase• git rebase -i
• How to change any commit message
• How to squash commits
• How to combine commits
• Best practices
-
19Git resetVideo lesson
From this lecture you will learn:
• What is git reset• reset VS checkout
• git reset --soft
• git reset --mixed
• git reset --hard
• git reset to specific commit
• git reset few commits back
• git fetch --all and git reset origin branch
• Practical exercise
-
25Introduction to Code ReviewsVideo lesson
Overview of the Course Objectives
Importance of Secure, Clean, and Scalable Code
Importance of code reviews
Introduction to Effective Code Review
Impact on code quality and team collaboration
-
26Basics of Code Review ProcessVideo lesson
Basic principles of code review process
Goals of code review process
Different types of code reviews
Which type of code review to select
Understanding the role of code reviewer and author
Developing a Reviewer Mindset
Strategies for Efficient Code Review
-
27Tools for Code Review and Code AnalysisVideo lesson
Introduction to Code Review Tools
Using Automated Tools for Code Analysis
Integration of Tools into the Development Process
Best Practices for Secure and Scalable Code
-
28Part 1 - Checkstyle: Adhering Coding StandardsVideo lesson
Introduction to Checkstyle
Features for Checkstyle
Use cases
Purpose and Benefits of Using Checkstyle
Installation and Setup
Configuring Checkstyle Rules
Using Checkstyle Plugin During Development
Integrating Checkstyle into a Sample Project
Generating Checkstyle Report with Maven Plugin
Analyzing Checkstyle Reports
-
29Part 2 - Checkstyle: Adhering Coding StandardsVideo lesson
Using Checkstyle Plugin During Development
Integrating Checkstyle into a Sample Project
Generating Checkstyle Report with Maven Plugin
Analyzing Checkstyle Reports
-
30PMD: Static Code AnalysisVideo lesson
What is PMD
Features of PMD
Benefits of PMD
PMD Role in the Development Process
Install PMD into Eclipse IDE
Check code with PMD
Analyze PMD Report
Configure PMD Rules
Integrate PMD checks into build process
PMD Maven Plugin
-
31Code Review Guidelines & Contribution PolicyVideo lesson
Establishing Code Review Guidelines and Expectations
Example of Code Review Guidelines
Contribution Policy
Code Review Guidelines VS Contribution Policy
Example of Contribution Policy
-
32Coding Standards, Code Quality & ConsistencyVideo lesson
Overview of coding standards
Example of Coding Standards
Setting and Enforcing Coding Standards
Ensuring Code Quality and Consistency
Coding Standards for Different Programming Languages
Following Best Practices For Various Programming Languages
-
33Provide Feedback like a ProVideo lesson
Constructive Criticism Techniques (What, Why, How)
Effective Communication During Code Review Process
Providing Fair and Objective Feedback
Creating a Positive Code Review Culture
Building Trust Among Team Members
Collaborative Code Review Process
-
34Security Considerations During Code ReviewVideo lesson
Importance of Security in Software Development
Common Security Vulnerabilities
Integrating Security Best Practices in Code Review Process
Security Scanners
-
35Scalability Principles in CodeVideo lesson
Understanding Scalability in Software Development
Best Practices for Scalable Code
Identifying and Addressing Scalability Challenges
How to identify scalability challenges during code review
-
36Why this section is important for this course?Text lesson
-
37Single Responsibility Principle: User Registration and Authentication Refactoring ExerciseQuiz
-
38Open / Closed Principle: Shape Refactoring ChallengeQuiz
-
39Liskov Substitution Principle: Square and Rectangle Refactoring ChallengeQuiz
-
40Interface Segregation Principle: Worker Refactoring ChallengeQuiz
-
41Dependency Inversion Principle: Car-Engine Refactoring ChallengeQuiz
-
42Why this section is in the course?Text lesson
-
43Metric, KPI & OKRVideo lesson
What is a metric
Examples of metrics
When to use metrics
What is a KPI
Examples of KPI
When to use KPI
Metric VS KPI
What is OKR
Examples of OKR
When to use OKR
KPI VS OKR
-
44RAG Status to Present KPIText lesson
What is RAG Status
RAG status to present KPI
Why we use RAG status for KPI
-
45Introduction to Engineering Excellence Metrics & KPIsVideo lesson
What we are going to learn in this section
Why this section is important
Overview of Engineering Excellence Metrics Library
Web Development related examples and use cases
-
46Development Metrics & KPIs: Tech Debt Ratio & Index, Cyclomatic ComplexityVideo lesson
Tech Debt Ratio
Tech Debt Index
Cyclomatic complexity.
Definition
Use cases
How to measure
How to read values and what do they mean
Recommended KPIs
Recommended Actions
-
47Development Metrics & KPIs: Unit Test Related Metrics - Part 1Video lesson
Unit Testing
How Unit Tests Work
Benefits of Unit Tests
Challenges and Limitations of Unit Tests
Unit Test Run Success Rate
-
48Development Metrics & KPIs: Unit Test Related Metrics - Part 2Video lesson
Unit Test Code Coverage
Incremental Unit Test Coverage
-
49Development Metrics & KPIs: Duplicate Code & Commented Code IndexVideo lesson
Duplicate Code
Duplicated Lines
Duplicated Blocks
Duplicated Files
Density of Duplicated Lines
Commented Code Index
-
50Development Metrics & KPIs: Code Review Feedback Loop Time & Code ReviewsVideo lesson
What is a Code Review
Code Review Feedback Loop Time
Code Reviews Amount
-
51Development Metrics & KPIs: Rules Compliance Index (RCI) & ViolationsVideo lesson
Rules Compliance Index (RCI)
Violations
Differences between RCI and Violations
-
52Development Metrics & KPIs: Integration Test Coverage & End-to-End Test CoverageVideo lesson
What is Integration Testing
What is End-to-End Testing
Integration VS End-to-End Testing
Integration Test Coverage
End-to-End Test Coverage
External Links May Contain Affiliate Links read more