• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

2718 Conflict courses

Introduction to GitLab (TTDV7553)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for The introductory-level course is geared for software developers, project managers, and IT professionals seeking to enhance their understanding and practical skills in version control and collaboration using GitLab. It's also well-suited for those transitioning from another version control system to GitLab, or those responsible for software development lifecycle within their organization. Whether you are an individual looking to boost your proficiency or a team leader aiming to drive productivity and collaboration, this course will provide the necessary expertise to make the most of GitLab's capabilities. Overview This course combines engaging instructor-led presentations and useful demonstrations with valuable hands-on labs and engaging group activities. Throughout the course you'll: Gain a firm understanding of the fundamentals of Git and GitLab, setting a solid foundation for advanced concepts. Learn to effectively manage and track changes in your code, ensuring a clean and reliable codebase. Discover ways to streamline your daily tasks with aliases, stashing, and other GitLab workflow optimization techniques. Develop skills in creating, merging, and synchronizing branches, enabling seamless collaboration and version control. Equip yourself with the knowledge to use Git as a powerful debugging tool, saving time and effort when troubleshooting issues. Understand the basics of continuous integration and continuous deployment (CI/CD) in GitLab, helping you automate the software delivery process. Immerse yourself in the dynamic world of GitLab, a leading web-based platform for version control and collaboration, through our intensive two-day course, GitLab Quick Start. Version control systems, such as GitLab, are the backbone of modern software development, enabling teams to work cohesively and maintain a structured workflow. By mastering GitLab, you can improve efficiency, encourage collaboration, and ensure accuracy and reliability within your projects, adding significant value to your organization. Throughout the course you?ll explore various aspects of GitLab, starting from the fundamental principles of source code management to advanced concepts like rebasing and continuous integration/design. Key topics covered include Git and GitLab basics, reviewing and editing commit history, mastering GitFlow and GitLab Flow, branching and merging strategies, and understanding remote repositories. You'll also learn how to utilize Git as a debugging tool and explore the power of GitLab's built-in CI/CD capabilities. The core value of this course lies in its practical application. You'll learn how to effectively manage changes in code with GitLab, allowing you to maintain audit trails, create reproducible software, and seamlessly move from another version control system. Then you?ll learn how to enhance your workflow efficiency using aliases for common commands, saving changes for later use, and ignoring build artifacts. You?ll also explore GitLab's CI/CD, which will enable you to automate your software delivery process. These hands-on labs will walk you through creating, merging, and synchronizing remote branches, configuring Git, troubleshooting using Git as a debugging tool, and setting up GitLab Runner for CI/CD. Each lab is designed to simulate real-world projects, offering you a first-hand experience in managing and contributing to a version control system like GitLab. Introduction to Source Code Management The Core Principles of Change Management The Power to Undo Changes Audit Trails and Investigations Reproducible Software Changing code-hosting platform Moving from another version control system Git and GitLab Introduction and Basics Introduction to Git GitFlow GitLab Flow Trees and Commits Configuring Git Adding, Renaming, and Removing Files Reviewing and Editing the Commit History Reviewing the Commit History Revision Shortcuts Fixing Mistakes Improving Your Daily Workflow Simplifying Common Commands with Aliases Ignoring Build Artifacts Saving Changes for Later Use (Stashing) Branching Branching Basics Listing Differences Between Branches Visualizing Branches Deleting Branches Tagging Merging Merging Basics Merge Conflicts Merging Remote Branches Remote Repositories Remote Repositories Synchronizing Objects with Remotes Tracking Branches Centralizing and Controlling Access Introduction to GitLab Git Repositories on GitLab Daily Workflow Reviewing Branching and Merging Branch Review Merging Basics Rebasing Rebasing Basics Rebasing with Local Branches Rebasing with Remote Branches Interactive Rebasing Squashing Commits Getting Out of Trouble Git as a Debugging Tool Using the Blame Command to See File History Performing a Binary Search Continuous Integration / Continuous Design (CI/CD) How to install GitLab Runner Adding to our example project Breaking down .gitlab-ci.yml Adding .gitlab-ci.yml to our example project Deconstructing an advanced .gitlab-ci.yml file GitLab CI/CD web UI Optional: Resetting Trees Introduction to Resetting Resetting Branch Pointers Resetting Branches and the Index Resetting the Working Directory Making Good Use of the Reset Command Optional More on Improving Your Daily Workflow Interactively Staging Changes Optional: Including External Repositories Submodules Subtrees Choosing Between Submodules and Subtrees Workflow Management Branch Management

Introduction to GitLab (TTDV7553)
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to R Programming

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. What is R ? What is R? ? Positioning of R in the Data Science Space ? The Legal Aspects ? Microsoft R Open ? R Integrated Development Environments ? Running R ? Running RStudio ? Getting Help ? General Notes on R Commands and Statements ? Assignment Operators ? R Core Data Structures ? Assignment Example ? R Objects and Workspace ? Printing Objects ? Arithmetic Operators ? Logical Operators ? System Date and Time ? Operations ? User-defined Functions ? Control Statements ? Conditional Execution ? Repetitive Execution ? Repetitive execution ? Built-in Functions ? Summary Introduction to Functional Programming with R ? What is Functional Programming (FP)? ? Terminology: Higher-Order Functions ? A Short List of Languages that Support FP ? Functional Programming in R ? Vector and Matrix Arithmetic ? Vector Arithmetic Example ? More Examples of FP in R ? Summary Managing Your Environment ? Getting and Setting the Working Directory ? Getting the List of Files in a Directory ? The R Home Directory ? Executing External R commands ? Loading External Scripts in RStudio ? Listing Objects in Workspace ? Removing Objects in Workspace ? Saving Your Workspace in R ? Saving Your Workspace in RStudio ? Saving Your Workspace in R GUI ? Loading Your Workspace ? Diverting Output to a File ? Batch (Unattended) Processing ? Controlling Global Options ? Summary R Type System and Structures ? The R Data Types ? System Date and Time ? Formatting Date and Time ? Using the mode() Function ? R Data Structures ? What is the Type of My Data Structure? ? Creating Vectors ? Logical Vectors ? Character Vectors ? Factorization ? Multi-Mode Vectors ? The Length of the Vector ? Getting Vector Elements ? Lists ? A List with Element Names ? Extracting List Elements ? Adding to a List ? Matrix Data Structure ? Creating Matrices ? Creating Matrices with cbind() and rbind() ? Working with Data Frames ? Matrices vs Data Frames ? A Data Frame Sample ? Creating a Data Frame ? Accessing Data Cells ? Getting Info About a Data Frame ? Selecting Columns in Data Frames ? Selecting Rows in Data Frames ? Getting a Subset of a Data Frame ? Sorting (ordering) Data in Data Frames by Attribute(s) ? Editing Data Frames ? The str() Function ? Type Conversion (Coercion) ? The summary() Function ? Checking an Object's Type ? Summary Extending R ? The Base R Packages ? Loading Packages ? What is the Difference between Package and Library? ? Extending R ? The CRAN Web Site ? Extending R in R GUI ? Extending R in RStudio ? Installing and Removing Packages from Command-Line ? Summary Read-Write and Import-Export Operations in R ? Reading Data from a File into a Vector ? Example of Reading Data from a File into A Vector ? Writing Data to a File ? Example of Writing Data to a File ? Reading Data into A Data Frame ? Writing CSV Files ? Importing Data into R ? Exporting Data from R ? Summary Statistical Computing Features in R ? Statistical Computing Features ? Descriptive Statistics ? Basic Statistical Functions ? Examples of Using Basic Statistical Functions ? Non-uniformity of a Probability Distribution ? Writing Your Own skew and kurtosis Functions ? Generating Normally Distributed Random Numbers ? Generating Uniformly Distributed Random Numbers ? Using the summary() Function ? Math Functions Used in Data Analysis ? Examples of Using Math Functions ? Correlations ? Correlation Example ? Testing Correlation Coefficient for Significance ? The cor.test() Function ? The cor.test() Example ? Regression Analysis ? Types of Regression ? Simple Linear Regression Model ? Least-Squares Method (LSM) ? LSM Assumptions ? Fitting Linear Regression Models in R ? Example of Using lm() ? Confidence Intervals for Model Parameters ? Example of Using lm() with a Data Frame ? Regression Models in Excel ? Multiple Regression Analysis ? Summary Data Manipulation and Transformation in R ? Applying Functions to Matrices and Data Frames ? The apply() Function ? Using apply() ? Using apply() with a User-Defined Function ? apply() Variants ? Using tapply() ? Adding a Column to a Data Frame ? Dropping A Column in a Data Frame ? The attach() and detach() Functions ? Sampling ? Using sample() for Generating Labels ? Set Operations ? Example of Using Set Operations ? The dplyr Package ? Object Masking (Shadowing) Considerations ? Getting More Information on dplyr in RStudio ? The search() or searchpaths() Functions ? Handling Large Data Sets in R with the data.table Package ? The fread() and fwrite() functions from the data.table Package ? Using the Data Table Structure ? Summary Data Visualization in R ? Data Visualization ? Data Visualization in R ? The ggplot2 Data Visualization Package ? Creating Bar Plots in R ? Creating Horizontal Bar Plots ? Using barplot() with Matrices ? Using barplot() with Matrices Example ? Customizing Plots ? Histograms in R ? Building Histograms with hist() ? Example of using hist() ? Pie Charts in R ? Examples of using pie() ? Generic X-Y Plotting ? Examples of the plot() function ? Dot Plots in R ? Saving Your Work ? Supported Export Options ? Plots in RStudio ? Saving a Plot as an Image ? Summary Using R Efficiently ? Object Memory Allocation Considerations ? Garbage Collection ? Finding Out About Loaded Packages ? Using the conflicts() Function ? Getting Information About the Object Source Package with the pryr Package ? Using the where() Function from the pryr Package ? Timing Your Code ? Timing Your Code with system.time() ? Timing Your Code with System.time() ? Sleeping a Program ? Handling Large Data Sets in R with the data.table Package ? Passing System-Level Parameters to R ? Summary Lab Exercises Lab 1 - Getting Started with R Lab 2 - Learning the R Type System and Structures Lab 3 - Read and Write Operations in R Lab 4 - Data Import and Export in R Lab 5 - k-Nearest Neighbors Algorithm Lab 6 - Creating Your Own Statistical Functions Lab 7 - Simple Linear Regression Lab 8 - Monte-Carlo Simulation (Method) Lab 9 - Data Processing with R Lab 10 - Using R Graphics Package Lab 11 - Using R Efficiently

Introduction to R Programming
Delivered OnlineFlexible Dates
Price on Enquiry

Primavera P6 Planning and Control

By Underscore Group

Learn how create and structure enterprise projects and programmes. Course overview Duration: 2 days (13 hours) Our P6 Project Planning and Controls Fundamentals course is an intensive two day course aimed at experienced planners and project controllers who need to use Primavera to create and manage detailed plans. It includes creating EPS levels, projects, WBS levels and detailed activity and resource planning. Experience of project planning and scheduling techniques is essential. Objectives  By the end of the course you will be able to: Create a programme structure Create projects and set project properties Create programme milestones Create a Work Breakdown Structure (WBS) Create detailed plans including activities, links and resources Progress the schedule Manage actuals Customise layouts Use the reporting tools in Primavera Content Programme Management Creating EPS elements Defining the programme structure Navigating the EPS structure Finding programmes Project Management and WBS Creating projects Setting project properties Validating projects Assigning project codes Building a work breakdown structure Creating a WBS structure Creating WBS elements Work package management Top Down budgets Allocating top down budgets Budget change Programming milestones and activity planning Creating programme milestones Setting constraints Linking milestones Scheduling Using the schedule function Detailed activity planning Creating activities Relationship types Creating relationships Adding milestones Assigning activity codes Resourcing, workloads and baselining Resource types Creating resources Resource attributes Assigning resources Switching resources Split load resource assignment Reduced hours resource assignment Checking workload Reviewing workload Dealing with resource conflicts Assignments view Baselining Creating baselines Assigning baselines Working with layouts Creating layouts Customising columns Setting filters Sorting and grouping Changing the timescale Customising the Gantt Creating activity code breakdown structures Progressing the schedules Updating task status and remaining duration Setting the data date Monitoring and reporting Exporting and importing information Primavera standard reports Creating custom reports Creating portfolios Printing Printing your schedule Printing to other packages

Primavera P6 Planning and Control
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

1:1 Science-based Relationship and Dating Coaching FOR WOMEN

By Single To Couple Consulting

Are you tired of “rocky” relationships, bad dates or feeling lonely? Most of us have learned the hard way, the cost of getting a relationship wrong can be enormous. The rewards of getting it right are immeasurable! That is why, as a certified Relationship & Dating Coach, I help clients avoid the pitfalls and find lasting happiness. So, do you really want to do it right this time around? Take charge of your love lfie today and book a free confidential 30-minute introductory session.

1:1 Science-based Relationship and Dating Coaching FOR WOMEN
Delivered OnlineFlexible Dates
FREE

1:1 Science-based Relationship and Dating Coaching FOR MEN

By Single To Couple Consulting

Are you tired of “rocky” relationships, bad dates or feeling lonely? Most of us have learned the hard way, the cost of getting a relationship wrong can be enormous. The rewards of getting it right are immeasurable! That is why, as a certified Relationship & Dating Coach, I help clients avoid the pitfalls and find lasting happiness. So, do you really want to do it right this time around? Take charge of your love lfie today and book a free confidential 30-minute introductory session.

1:1 Science-based Relationship and Dating Coaching FOR MEN
Delivered OnlineFlexible Dates
FREE

Happy Human ON-DEMAND The Parent's Guide To Staying Sane And Surviving The Holiday Juggle Struggle

By Happy Human Training

No one ever said that being a parent was easy, but when on earth did being a parent get so blooming hard? From conflicting work and school/nursery schedules to the multitude of clubs, activities and socialising opportunities filling up your calendar. It's a lot. And that's before we talk about the basic stuff needed to run a household and get everyone where they need to be AND all the 'quality time' and emotional stuff that all your social media guru's keep reminding you about. If you collapse into bed exhausted every night, no wonder! If your 'stuff' is constantly at the back of the line, well, that's just how it is. Right?   And then there are the holidays. The annual headache that never seems to improve. The mental gymnastics and juggling involved should surely be an Olympic sport. But, here we are, and yet again, you've got too many weeks to cover and not enough annual leave to make it work. Simply making it through will be a triumph. When you do eventually get your time 'away' you'll be too drained to really enjoy it before it's back to the merry-go-round to start it all again. But stop. What if there was a way to create space in the chaos? To breathe through the strain and find ease? To change very little but get a HUGE return? If you are thinking 'yes' then this little workshop might be just what you need! We won't be telling you anything you don't already know, we won't be sharing schmaltzy fluff that sounds great but means nothing either. We'll be talking about practical down to earth stuff, in a down to earth and compassionate way. Even better? Our workshop is FREE at the moment so that we can make sure it's useful by getting your help AND we've included a pick and mix assortment of thought provoking exercises to help get you thinking. We hope that you find it all helpful

Happy Human ON-DEMAND
The Parent's Guide To Staying Sane And Surviving The Holiday Juggle Struggle
Delivered Online On Demand45 minutes
FREE

Finding the Right Divorce Lawyer in London

By Sofia ellan

Choosing the right divorce lawyer in London or divorce solicitor in London is a crucial step in navigating the complexities of divorce.

Finding the Right Divorce Lawyer in London
Delivered In-PersonFlexible Dates
FREE

The Mindfully Slow Down Club

By Butterfly Minds

**EXCLUSIVELY FOR THE MINDFULLY SLOW DOWN CLUB MEMBERS** Do you want to help your child(ren) manage their emotions and create a calmer family environment? You can do just that inside the... The Mindfully Slow Down Club A monthly kid's membership filled with fun activities to support your child's wellbeing, which will benefit your whole family! What's Included? Children will start by joining a 4-week reading challenge based on my books in 'The Mindfully Slow Down Series', ‘Slow Down Amaya’, shortlisted in the Ink Book Prize 2024, and ‘Slow Down Sammy’. You'll have access to eBook copies of the stories. Your family will have members-only access to the reading challenge, interactive activities, and guided meditations. I know it can be a challenge to think about and find time to look for ways to help your child manage their big emotions. That's why I share engaging monthly interactive mindfulness based activities. These are designed to help improve communication between you and your child(ren) and reduce any power struggles and stress within your whole family. Each month will be a different theme from the books in 'The Mindfully Slow Down Series'. You'll receive 2 activities at the start of each month to share with your family. Activities include: drawing, creative writing, journal prompts, discussion prompts, scavenger hunts, family mindfulness activities and more. Children can share photos of their creative work on the interactive Padlet, where they can see other children's work too. This can help your child(ren) develop empathy and understanding of others' feelings. You will have ongoing access to the Padlet and hub content, which is exclusively for members. Plus they'll receive a bonus meditation audio and monthly live guided meditation sessions. The live calls start with a feelings check-in where children can share verbally or in the chat how they are feeling. This supports children to learn to recognise and name their feelings while encouraging sharing, co-operation and turn-taking in a group setting. How Will it Make a Difference? When children join The Mindfully Slow Down Club they will: Learn ways to express and manage their emotions which means more moments of calm and connection within your family. Explore coping strategies to reduce stress and anxious feelings. These tools can be used when preparing your child(ren) for new experiences or transitions, such as starting school, moving house, or changing family dynamics. Feel motivated to read through fun and engaging ways while improving their literacy skills. Increase their self-confidence and develop positive self-talk. Increase their awareness of diversity and inclusion with diverse picture books. Age for membership: 4-7 years old. About Natasha I have 7 years experience working with children in the youth and community learning space. This included delivering family support, family learning, and social-emotional learning sessions with children, in a primary school, for three years. Many of the children I worked with found it challenging to manage their emotions, which impacted their wellbeing and increased stress for their family members. Additionally, they often found it difficult to develop friendships and interact with their peers in positive ways. When children are introduced to mindfulness techniques it can help them navigate conflicts with siblings and peers in a positive way. By becoming a member your child(ren) will discover ways to calm down, experience big emotions and gain effective tools to manage feelings such as stress and anxiety. After having my son, I decided to turn what was my side business into my full-time work. I wanted to continue supporting children and families specifically with my books, mindfulness and yoga practices. I primarily offer support to neurodiverse families, however I created this membership for all children. When I was growing up I didn't see myself or my siblings included or represented in books. I want to highlight the importance of diversity and inclusion to every child to promote kindness and acceptance towards others. Join today for only £27 p/m (for your whole family). You can cancel your membership at any time. No refunds for previous months that you have joined the membership. Please Note This membership is available to families worldwide excluding the USA & Canada (due to my insurance coverage).  Contact Find out more about my work or ask any questions by getting in touch below: Website: www.butterfly-minds.co.uk Email: hello@butterfly-minds.co.uk Instagram: @natasha.iregbu.writes and @butterfly_minds_

The Mindfully Slow Down Club
Delivered Online On Demand
FREE

Educators matching "Conflict"

Show all 413