7 sessions 2 separately 5 sessions with coach Marriage counselling Resolve arguments and problems Strengthen marriage One growth arena per session Emotional intelligence training Love, respect, communication training Trust and loyalty strengthening Couples improvement programme MDD Modern EFT techniques Prevent a breakup Enhance love and satisfaction in your relationship 1 hour x 5 https://relationshipsmdd.com/product/save-my-marriage-package/
Couples therapy assessment calls Gottman method Insight gaining therapy Communication counselling Positive psychology couples therapy Couples therapy effective communication exercises Homework and couples therapy implementation tasks Attachment therapy Resolve serious conflicts Improve trust and honesty Address core issues Dating advice and relationship advice Couples therapy near me https://relationshipsmdd.com/product/m-d-d-couples-therapy-8-session-package/
Relationship coaching Talk through emotions and needs Address fears and emotions Ascertain your fears and address them Teaching better relationship strategies Personal dating coaching for 2 months 1 hour per week Dating advice for singles https://relationshipsmdd.com/product/how-do-i-know-partner-is-the-one-package/
Leading mental health for supervisors, team leaders and managers is about leading your team and mental health first aiders to a healthy productive way, increasing respect, getting a mutual understanding for todays and tomorrows workforce.
Git and GitHub course description This course covers version control using Git but also using GUI frontends such as GitHub. The course starts with a tour of using GitHub but then quickly moves onto using git from the command line. All elements of git version control are covered including creation of repositories, adding and editing files, branches and merging, rewriting history and handling merge conflicts. Hands on sessions are used throughout the course. What will you learn Install git. Add and edit files in a repository. Create branches and perform merges. Handle merge conflicts. Git and GitHub course details Who will benefit: Anyone requiring version control. Prerequisites: None. Duration 1 day Git and GitHub course contents Introduction Version control for software, configuration management. Other uses. Version control systems. What is git? What is GitHub? Distributed version control. Comparison of git to other systems. GitHub Getting started, creating an account, account types, repositories, access control, bug tracking, feature requests. Alternatives to GitHub. Hands on Using GitHub. Installing git Linux install, Windows install, git config, levels, user.name, user.email. Hands on Installing and configuring git. Creating repositories git clone, github, git remote, git init. Hands on Creating a repository. Adding and editing files Staging and adding, git add, git commit, git push, git pull, git status, git log. Two stage process. File states: Working, staging, history, untracked. git mv, git rm, .gitignore, git diff, git difftool. Undoing changes. Hands on Adding and editing files in git. Branching and merging What is a branch, HEAD label, master branch, git branch, git checkout. Feature branches, bux fix branches, integration branches, production branches, fast forward merges, 3 way merges, git merge, git status, git log, tags. Hands on Making branches, merging. Rewriting history git reset, git rebase, advantages. Hands on Reset commits, rebase a branch. Merge conflicts What is a conflict, conflict resolution process, resolving merges, rebasing, git log, merge tools, configuring merge tools, avoiding conflicts. Hands on Merge resolution.