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
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. :)
From this lecture you will learn:
• How to communicate during this course
• Where to ask questions
• How to ask questions
• Communication channels
From this lecture you will learn:
• Version Control Systems - Overview
• The most popular VCS
• Git - Overview
• Git - Main features
• How git operates
In this lesson, I’ll show you how my students get exclusive, free, no sign-up access to a one-of-a-kind AI Bot I personally built to help you deeply learn the material, reinforce your knowledge, and gain a real advantage in interviews, real-world work and career growth.
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
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
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
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
From this lecture you will learn:
• What is Git hosting
• Why do we need Git hosting
• Overview of the most popular git hosting sites
• Creating remote repository
• Checking remote repository
• Connect local repository with the remote repository
• Setting upstream for the master branch
• README.md
• Git clone
From this lecture you will learn:
• What is SSH protocol
• When we need to use SSH
• SSH Keys
• How to generate SSH keys
• How to configure git repository
• Known hosts
• Changing remote repository
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)
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
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
From this lecture you will learn:
• What is merge conflict
• When merge conflicts happen
• Real-life example of merge conflict
• How to resolve merge conflicts
• Merge conflicts during the git pull
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
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
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
From this lecture you will learn:
• What is stash
• When to use git stash
• How to stash changes
• How to manage multiple stashes
• How to apply stash
• Stash untracked files
• How to apply specific change from stash
• What is stack
• git stash list
• git stash pop VS git stash apply
• git stash branch
• git stash drop
• git stash clear
From this lecture you will learn:
• What is git reflog
• When to use
• How to restore lost commits
• How to restore lost commits in the new branch
• How to restore commit on the same branch
• Filter reflog by time
From this lecture you will learn:
• What is git cherry-pick
• When to use cherry-pick
• How to cherry-pick multiple commits
• Resolve conflicts during the cherry-picking
• Best practices
From this lesson you are going to learn how to use 'git clone' command to clone remote repository to your local computer.
From this lecture you will learn:
• Explore git views in Eclipse
• How to add an existing git repository into eclipse
• Git bash in eclipse
• Review commit history in Eclipse
• Branch navigation in eclipse
• Creating a snapshot and pushing from eclipse
• Configuring toolbar
• Updating local repository from eclipse
• Resolving conflicts in eclipse
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
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
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
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
Using Checkstyle Plugin During Development
Integrating Checkstyle into a Sample Project
Generating Checkstyle Report with Maven Plugin
Analyzing Checkstyle Reports
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
Establishing Code Review Guidelines and Expectations
Example of Code Review Guidelines
Contribution Policy
Code Review Guidelines VS Contribution Policy
Example of Contribution Policy
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
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
Importance of Security in Software Development
Common Security Vulnerabilities
Integrating Security Best Practices in Code Review Process
Security Scanners
Understanding Scalability in Software Development
Best Practices for Scalable Code
Identifying and Addressing Scalability Challenges
How to identify scalability challenges during code review
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
What is RAG Status
RAG status to present KPI
Why we use RAG status for KPI
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
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
Unit Testing
How Unit Tests Work
Benefits of Unit Tests
Challenges and Limitations of Unit Tests
Unit Test Run Success Rate
Unit Test Code Coverage
Incremental Unit Test Coverage
Duplicate Code
Duplicated Lines
Duplicated Blocks
Duplicated Files
Density of Duplicated Lines
Commented Code Index
What is a Code Review
Code Review Feedback Loop Time
Code Reviews Amount
Rules Compliance Index (RCI)
Violations
Differences between RCI and Violations
What is Integration Testing
What is End-to-End Testing
Integration VS End-to-End Testing
Integration Test Coverage
End-to-End Test Coverage
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.