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

8935 Courses delivered Online

Oracle PeopleSoft Time and Labor - North America Rel. 9.2

By Nexus Human

Duration 5 Days 30 CPD hours Overview Ensure a smooth, rapid implementation of PeopleSoft Time and Labor. Better understand how to facilitate the management, planning, reporting and approving of time, and calendar and schedule creation and usage. Set Up System and Time and Labor Tables Learn about and set up the tables that support your Time and Labor system. Identify how to track employee time by period and define workgroups and task groups to group time reporters into useful segments for processing. Manage Time Reporting Enroll time reporters into Time and Labor, and assign them to work schedules. Report time using different tools. Process reported time using the rules you defined to match your business processes. This PeopleSoft Time and Labor - North America Rel. 9.2 training will show you how to implement the PeopleSoft Time and Labor product encompassing features and functionality , and develop a solid foundation of knowledge that allows you to enroll time reporters into Time and Labor, assign them to work schedules, and report and process reported time. Setting Up PeopleSoft Human Resources, Payroll, and Benefits Tables Indentifying Prerequisite Human Resources, Benefits, and Payroll Tables Defining Prerequisite Tables Defining Holiday Schedules Defining Earnings Codes and Programs Defining Pay Groups and Pay Calendars Setting Up Basic PeopleSoft Time and Labor Tables Setting Up Time Zone Offsets Setting Up the Time and Labor Installation Table Setting Up Manager Time Calendar View Options Selecting the Labor Distriution and Labor Dilution Options Establishing Time Reporting Codes Describing Time Reporting Codes (TRC) Defining Time Reporting Code Categories Establishing Time Reporting Codes Defining TRC Programs Defning Compensatory Time Plans Establishing Time Periods Describing Time Periods Establishing Time Periods Establishing Planned Overtime Describing Planned Overtime Features Establishing Planned Overtime Creating Workgroups Describing Key Workgroup Concepts Creating Workgroups Defining Template Built Rules Identifying Online Rule Definition Tools Identifying Steps to Define Rules Defining Template Built Rules Defining Rule Programs Exporting and Importing Rules Describing Rule Template Creation Creating Task Groups Identifying Task Functinlaity Concepts Creating Task Templates Creating Task Profiles Creating Taskgroups Describing Task Profile Reporting Precedence Building Schedules Identifying Scheduling Concepts Describing Scheduling Integrations Identifying the Steps to Create a Schedule Setting Up Schedules Validating Schedules Setting Up Time Reporters Creating Time Reporter Data Maintaining Time Reporter Data Assigning Time Reporters to a Schedule Assigning and Viewing Compensatory Time Off Plans Setting Up Groups and Security Describing PeopleSoft Time and Labor Groups and Security Setting Up Group Creating Security Setting Up Dynamic Groups Setting Up Static Groups Viewing Time Reporters in Groups Setting Up Group Security Reporting Time Using Rapid Entry Describing Time Reporting Establishing Rapid Time Templates Performing Rapid Entry Running the Time Administration Process Describing the Time Administration Process Describing Time Reporter and Payable Time Status Reporting Time Using Self-Service Identifying Time Reporting Defining Time Reoprting Templates Defining User Preferences Reporting Time Using Timesheets Reporting Time Using the Web Clock Identifying Mass Time Reporting Requesting Overtime Requesting Absence Managing Exceptions Defining Exceptions Managing Exceptions Using Fluid and Workforce Availability Setting Up the Time and Labor Mobile Applications Entering Time Reporting as an Employee Managing Time Administration as a Manager Setting Up Workforce Availability Viewing Workforce Availability for Daily and Weekly Time Integrating with PeopleSoft Payroll for North America Integrating with Absence Management Preparing for a Payrun Running the Time and Labor Load Process Setting Up and Using Auto Enrollment Setting Up Auto Enrollment Defining Auto Enrollment Groups Previewing the Enrollment Data Performing Labor Distribution and Dilution Identifying Labor Distribution and Dilution Sending Costs to Time and Labor Viewing Distributed and Diluted Costs Auditing and Adjusting Payable Time Identifying the Stages of Payable Time Adjusting Paid Time Viewing Unprocessed Reported Time Viewing Unprocessed PayableTime Locking Timesheets Performing Labor Distribution and Dilution Identifying Labor Distribution and Dilution Sending Costs to Time and Labor Viewing Distributed and Diluted Costs Auditing and Adjusting Payable Time Identifying the Stages of Payable Time Adjusting Paid Time Viewing Unprocessed Reported Time Viewing Unprocessed PayableTime Locking Timesheets Additional course details: Nexus Humans Oracle PeopleSoft Time and Labor - North America Rel. 9.2 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Oracle PeopleSoft Time and Labor - North America Rel. 9.2 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Oracle PeopleSoft Time and Labor - North America Rel. 9.2
Delivered OnlineFlexible Dates
Price on Enquiry

C Plus Plus and Programming Basics for Non-Programmers (TTCP2000)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of the fundamentals of coding and basics of C++ and object-oriented programming concepts. This course is for Non-Developers, or anyone who wants to have a basic understanding of and learn how to code C++ applications and syntax Overview Companies are constantly challenged to keep their applications, development projects, products, services (and programmers!) up to speed with the latest industry tools, skills, technologies and practices to stay ahead in the ever-shifting markets that make up today's fiercely competitive business landscape. The need for application, web and mobile developers and coders is seemingly endless as technologies regularly change and grow to meet the modern needs of demanding industries and clients. C++ and Programming Basics for Non-Programmers is a five-day, basic-level training course geared for IT candidates who have little or no prior experience in computer programming. Throughout this gentle introduction to programming and C++, students will learn to create applications and libraries using C++ using best practices and sound OO development techniques for writing object-oriented programs in C++. Special emphasis is placed on object-oriented concepts and best practices throughout the training. Fundamentals of the Program Development Cycle Computer Architecture The Notion of Algorithms Source Code vs. Machine Code Compile-Time vs. Run-Time Software Program Architecture Standalone Client/Server Distributed Web-Enabled IDE (Interactive Development Environment) Concepts Looping Constructs Counter-Controlled Repetition Sentinel-Controlled Repetition Nested Control Constructs break and continue Statements Structured Programming Best Practices Writing Methods (Functions) Static vs. Dynamic Allocation Declaring Methods Declaring Methods with Multiple Parameters Method-Call Stack Scope of Declarations Argument Promotion and Casting Designing Methods for Reusability Method Overloading Arrays Purpose of Arrays Declaring and Instantiating Arrays Passing Arrays to Methods Multidimensional Arrays Variable-Length Argument Lists Using Command-Line Arguments Using Environment Variables Deeper Into Classes and Objects Controlling Access to Class Members Referencing the Current Object Using this Overloading Constructors Default and No-Argument Constructors Composition of Classes Garbage Collection and Destructors The finalize Method Static Class Members Defining Classes Using Inheritance Application Development Fundamentals Structure of a C++ Program Memory Concepts Fundamental Data Type Declarations Fundamental I/O Concepts Fundamental Operators Arithmetic Operators Logical Operators Precedence and Associativity Building and Deploying a C++ Program Superclasses and Subclasses Advantages of Using Inheritance protected Class Members Constructors in Subclasses Increasing Convenience by Using Polymorphism Purpose of Polymorphic Behavior The Concept of a Signature Abstract Classes and Methods final Methods and Classes Purpose of Interfaces Using and Creating Interfaces Common Interfaces of the C++ API Files and Streams Concept of a Stream Class File Sequential Access Object Serialization to/from Sequential Access Files Fundamental Searching and Sorting Introduction to Searching Algorithms Linear Search Binary Search Introduction to Sorting Algorithms Selection Sort Insertion Sort Merge Sort Fundamental Data Structures Dynamic Memory Allocation Linked Lists Stacks Queues Trees Exception Handling Types of Exceptions Exception Handling Overview Introduction to Classes and Objects Classes, Objects and Methods Object Instances Declaring and Instantiating a C++ Object Declaring Methods set and get Methods Initiating Objects with Constructors Primitive Types vs. Reference Types Flow Control Conditional Constructs Exception Class Hierarchy Extending Exception Classes When to Throw or Assert Exceptions Formatted Output printf Syntax Conversion Characters Specifying Field Width and Precision Using Flags to Alter Appearance Printing Literals and Escape Sequences Formatting Output with Class Formatter Strings, Characters and Regular Expressions Fundamentals of Characters and Strings String Class String Operations StringBuilder Class Character Class StringTokenizer Class Regular Expressions Regular Expression Syntax Pattern Class Matcher Class Fundamental GUI Programming Concepts Overview of Swing Components Displaying Text and Graphics in a Window Event Handling with Nested Classes GUI Event Types and Listener Interfaces Mouse Event Handling Layout Managers Additional course details: Nexus Humans C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the C Plus Plus and Programming Basics for Non-Programmers (TTCP2000) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

C Plus Plus and Programming Basics for Non-Programmers (TTCP2000)
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Implementing Cisco Data Center Core Technologies v1.1 (DCCOR)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Network designers Network administrators Network engineers Systems engineers Data center engineers Consulting systems engineers Technical solutions architects Field engineers Cisco integrators and partners Server administrator Network manager Overview After taking this course, you should be able to: Implement routing and switching protocols in Data Center environment Implement overlay networks in data center Introduce high-level Cisco Application Centric Infrastructure (Cisco ACI™) concepts and Cisco Virtual Machine manager (VMM) domain integration Describe Cisco Cloud Service and deployment models Implement Fibre Channel fabric Implement Fibre Channel over Ethernet (FCoE) unified fabric Implement security features in data center Implement software management and infrastructure monitoring Implement Cisco UCS Fabric Interconnect and Server abstraction Implement SAN connectivity for Cisco Unified Computing System™ (Cisco UCS) Describe Cisco HyperFlex™ infrastructure concepts and benefits Implement Cisco automation and scripting tools in data center Evaluate automation and orchestration technologies The Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.1 course helps you prepare for the Cisco© CCNP© Data Center and CCIE© Data Center certifications for advanced-level data center roles. In this course, you will master the skills and technologies you need to implement data center compute, LAN and SAN infrastructure. You will also learn the essentials of automation and security in data centers. You will gain hands-on experience deploying, securing, operating, and maintaining Cisco data center infrastructure including: Cisco MDS Switches and Cisco Nexus Switches; Cisco Unified Computing System? (Cisco UCS©) B-Series Blade Servers, and Cisco UCS C-Series Rack Servers. Implementing Data Center Switching Protocols Spanning Tree Protocol Port Channels Overview Implementing First-Hop Redundancy Protocols Hot Standby Router Protocol (HSRP) Overview Virtual Router Redundancy Protocol (VRRP) Overview Implementing Routing in Data Center Open Shortest Path First (OSPF) v2 and Open Settlement Protocol (OSP) v3 Border Gateway Protocol Implementing Multicast in Data Center IP Multicast in Data Center Networks Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Implementing Data Center Overlay Protocols Cisco Overlay Transport Virtualization Virtual Extensible LAN Implementing Network Infrastructure Security User Accounts and Role Based Access Control (RBAC) Authentication, Authorization, and Accounting (AAA) and SSH on Cisco NX-OS Describing Cisco Application-Centric Infrastructure Cisco ACI Overview, Initialization, and Discovery Cisco ACI Management Describing Cisco ACI Building Blocks and VMM Domain Integration Tenant-Based Components Cisco ACI Endpoints and Endpoint Groups (EPG) Describing Packet Flow in Data Center Network Data Center Traffic Flows Packet Flow in Cisco Nexus Switches Describing Cisco Cloud Service and Deployment Models Cloud Architectures Cloud Deployment Models Describing Data Center Network Infrastructure Management, Maintenance, and Operations Time Synchronization Network Configuration Management Explaining Cisco Network Assurance Concepts Need for Network Assurance Cisco Streaming Telemetry Overview Implementing Fibre Channel Fabric Fibre Channel Basics Virtual Storage Area Network (VSAN) Overview Implementing Storage Infrastructure Services Distributed Device Aliases Zoning Implementing FCoE Unified Fabric Fibre Channel over Ethernet Describing FCoE Implementing Storage Infrastructure Security User Accounts and RBAC Authentication, Authorization, and Accounting Describing Data Center Storage Infrastructure Maintenance and Operations Time Synchronization Software Installation and Upgrade Describing Cisco UCS Server Form Factors Cisco UCS B-Series Blade Servers Cisco UCS C-Series Rack Servers Implementing Cisco Unified Computing Network Connectivity Cisco UCS Fabric Interconnect Cisco UCS B-Series Connectivity Implementing Cisco Unified Computing Server Abstraction Identity Abstraction Service Profile Templates Implementing Cisco Unified Computing SAN Connectivity iSCSI Overview Fibre Channel Overview Implementing Unified Computing Security User Accounts and RBAC Options for Authentication Introducing Cisco HyperFlex Systems Hyperconverged and Integrated Systems Overview Cisco HyperFlex Solution Describing Data Center Unified Computing Management, Maintenance, and Operations Compute Configuration Management Software Updates Implementing Cisco Data Center Automation and Scripting Tools Cisco NX-OS Programmability Scheduler Overview Describing Cisco Integration with Automation and Orchestration Software Platforms Cisco and Ansible Integration Overview Cisco and Puppet Integration Overview Describing Cisco Data Center Automation and Orchestration Technologies (Self-study) Power On Auto Provisioning Cisco Data Center Network Manager Overview Additional course details: Nexus Humans Cisco Implementing Cisco Data Center Core Technologies v1.1 (DCCOR) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Cisco Implementing Cisco Data Center Core Technologies v1.1 (DCCOR) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Cisco Implementing Cisco Data Center Core Technologies v1.1 (DCCOR)
Delivered OnlineFlexible Dates
Price on Enquiry

VMware vSAN: Management and Operations [V7]

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Storage and virtual infrastructure administrators who are responsible for production support and administration of VMware vSAN 7. Overview By the end of the course, you should be able to meet the following objectives: Define the tasks involved in vSAN node management Updating and upgrading vSAN using VMware vSphere Lifecycle Manager™ Explain vSAN resilience and data availability features Reconfigure vSAN storage policies and observe the cluster-wide impact Perform vSAN cluster scale-out and scale-up operations Describe common vSAN cluster maintenance operations Control vSAN resync operations Configure vSAN storage efficiency and reclamation features Use VMware Skyline™ Health to monitor cluster health, performance, and storage capacity Describe vSAN security operations Configure vSAN Direct for cloud native applications Configure remote vSAN datastore and vSAN native file services Manage two-node cluster and stretched cluster advance operations In this three-day course, you learn about managing and operating VMware vSAN? 7. This course focuses on building the required skills for common Day-2 vSAN administrator tasks such as, vSAN node management, cluster maintenance, security operations and advanced vSAN cluster operations. You also gain practical experience through the completion of instructor-led activities and hands-on lab exercises. Course Introduction Introductions and course logistics Course objectives vSAN Node Management Recognize the importance of hardware compatibility Ensure the compatibility of driver and firmware versioning Use tools to automate driver validation and installation Apply host hardware settings for optimum performance Use vSphere Lifecycle Manager to perform upgrades vSAN Resilience and Data Availability Operations Describe vSAN storage policies Recognize the impact of a vSAN storage policy change Describe and configure the Object Repair Timer advanced option Plan disk replacement in a vSAN cluster Plan maintenance tasks to avoid vSAN object failures Recognize the importance of managing snapshot utilization in a vSAN cluster Configure the vSAN fault domains vSAN Cluster Maintenance Perform typical vSAN maintenance operations Describe vSAN maintenance modes and data evacuation options Assess the impact on cluster objects of entering maintenance mode Determine the specific data actions required after exiting maintenance mode Define the steps to shut down and reboot hosts and vSAN clusters Use best practices for boot devices Replace vSAN nodes vSAN Storage Space Efficiency Discuss deduplication and compression techniques Understand deduplication and compression overhead Discuss compression only mode Configure erasure coding Configure swap object thin provisioning Discuss reclaiming storage space with SCSI UNMAP Configure TRIM/UNMAP vSAN Cluster Performance Monitoring Describe how the Customer Experience Improvement Program (CEIP) enables VMware to improve products and services Use vSphere Skyline Health for monitoring vSAN cluster health Manage alerts, alarms, and notifications related to vSAN in VMware vSphere© Client? Create and configure custom alarms to trigger vSAN health issues Use IO Insight metrics for monitoring vSAN performance Analyse vsantop performance metrics Use a vSAN proactive test to detect and diagnose cluster issues vSAN Security Operations Identify differences between VM encryption and vSAN encryption Perform ongoing operations to maintain data security Describe the workflow of data-in transit encryption Identify the steps involved in replacing Key Management Server (KMS) vSAN Direct Discuss the use cases for vSAN Direct Understand the overall architecture of vSAN Direct Describe the workflow of vSAN Direct datastore creation Explore how vSAN Direct works with storage policy tagging Remote vSAN Discuss the use cases for remote vSAN Understand the high-level architecture Describe remote datastore operations Discuss the network requirement Interoperability between remote vSAN and VMware vSphere© High Availability vSAN Native File Service Discuss the use cases for vSAN file service Understand the high-level architecture of vSAN file service Discuss the authentication model Configure file shares Monitor file share health and capacity utilization Manage Advanced vSAN Cluster Operations Describe the architecture for stretched clusters and two-node clusters Understand the importance of witness node Describe how stretched cluster storage policies affect vSAN objects Create and apply a vSAN stretched cluster policy to meet specific needs Discuss stretched cluster failure scenarios and responses Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware vSAN: Management and Operations [V7] training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the VMware vSAN: Management and Operations [V7] course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

VMware vSAN: Management and Operations [V7]
Delivered OnlineFlexible Dates
Price on Enquiry

Effective Home Care Practices Course

5.0(14)

By Training Express

The Effective Home Care Practices Course is tailored for those seeking a deeper understanding of the essential responsibilities and standards expected within the health and social care sector. Whether you're already involved in care work or simply looking to broaden your knowledge, this course offers a clear and structured exploration of vital topics—from communication and equality to safeguarding and legal responsibilities. Every module has been carefully arranged to reflect the realities of providing high-quality support in home care settings, ensuring that learners gain a well-rounded view of their role and responsibilities. Covering subjects such as promoting dignity, respecting individual rights, and understanding ethical frameworks, the course delivers valuable insights into what it means to work in a supportive and respectful care environment. Learners will also examine the significance of professional boundaries, risk awareness, and policies designed to protect vulnerable individuals. With a focus on clarity and relevance, this course offers content that is as informative as it is accessible, making it ideal for anyone serious about building knowledge in modern home care practice. Key Benefits Accredited by CPD Instant e-certificate Fully online, interactive course Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Curriculum Module 01: Introduction to Health and Social Care Module 02: Communication and its Relevance Module 03: Rights and Responsibilities as a Health and Social Care Worker Module 04: Role as A Caregiver and Healthcare Professional Module 05: Working in Health and Social Care: Promoting Equality, Diversity and Rights Module 06: Important Principles and Policies in Health and Social Care Work Module 07: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 1 Module 08: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 2 Module 09: Safeguarding Vulnerable Individuals Module 10: Health and Safety Responsibilities Module 11: Risk Management in Health and Social Care Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing an online module. For each test, the pass mark will be set to 60%. Certificate Once you've successfully completed your course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we do recommend that you renew them every 12 months. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Effective Home Care Practices training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Effective Home Care Practices training. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included

Effective Home Care Practices Course
Delivered Online On Demand1 hour
£15

Property Development and Management Bundle

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This Property Development and Management Bundle will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The Property Development and Management Bundle will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to Property Development and Management Bundle and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited Property Development and Management Bundle is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this Property Development and Management Bundle. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The Property Development and Management Bundle will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum Course 01: Property Management Introduction to Property Management 00:13:00 The Role and Responsibilities of a Property Manager 00:12:00 Listing Properties and Marketing 00:25:00 The Letting Process and Tenancy Agreement 00:31:00 The Property Management Process 00:33:00 Keeping Tenants Long Term 00:12:00 Regulations of Property Management 00:13:00 Changes in the UK Property Market: An Opportunity 00:13:00 Course 02: Estate Agent Diploma Module 1 - Estate Agent: An Introduction 00:21:00 Module 2 - Different Types of Estate Agents 00:16:00 Module 3 - Getting Started on the Job 00:16:00 Module 4 - Listing Property: Finding the Sellers 00:24:00 Module 5 - Valuation Process 00:21:00 Module 6 - Negotiating As an Estate Agent 00:13:00 Module 7 - Selling Property: Finding the Buyers 00:23:00 Module 8 - Letting Property 00:31:00 Module 9 - Technology for Estate Agents 00:22:00 Module 10 - Regulation of Estate Agents 00:14:00 Course 03: Real Estate Investment Training Introduction Introduction Super Real Estate Investing 00:11:00 Why Real Estate Continues to Be the Best Investment for Most People 00:13:00 Getting Amazing Deals On Properties How to buy houses for super cheap 00:21:00 How to use direct marketing to reach motivated sellers 00:16:00 How To Finance Real Estate Deals Secrets to financing all kinds of deals 00:17:00 Understanding Hard Money 00:07:00 More Hard Money Examples 00:11:00 How To Execute Effective Exit Strategies The best exit strategies in real estate 00:14:00 Secrets to wholesaling properties to other investors 00:14:00 Secrets to rehabbing the property and maximizing profit 00:07:00 Making Money With Tax Lien Certificates And Deeds Secrets to buying tax lien certificates and tax deeds 00:09:00 Building Wealth And Passive Income Through Rental Properties Buying and renting for maximum passive income 00:16:00 REI Secrets, Tips, and Tricks 00:13:00 More REI Secrets, Tips, and Tricks 00:11:00 Even more REI Secrets, Tips, and Tricks 00:09:00 Conclusion Conclusion Super Real Estate 00:06:00 Course 04: Property Developer Course Property Developer Background 00:30:00 The Basics 00:30:00 Housebuilders 00:30:00 Commercial Developers 00:30:00 The Development Process 00:30:00 Doing the Sums Introduction 00:30:00 Doing the Sums Residual Land Value Analysis 00:30:00 Conclusion 00:15:00 Property Development What is Property Development? 00:05:00 The Players in the Property Market 00:05:00 The Risks of Property Development 00:05:00 The Stages of a Property Development 00:05:00 Site Identification and Acquisition 00:05:00 Property Management 00:05:00 Property Management Selecting The Best Properties 00:05:00 Leasing Instead Of Selling 00:05:00 Buyers Interest 00:05:00 Be Zone Conscious 00:05:00 Home Loans 00:15:00 Knowing When You're Ready To Buy 00:15:00 Is Your Lake Home For Sale? 01:00:00 Living The Waterfront Lifestyle Every Day 00:05:00 How To Locate Waterfront Property Rentals 00:05:00 Real Estate Front 00:05:00 How To Maintain Waterfront Property 00:05:00 All About Real Estate Clients 00:05:00 Real Estate Evaluation 00:05:00 Are You Ready To Buy Your First Property? 00:05:00 Finding The Actual Real Estate For Sale 00:05:00 Home Shopping: The Smart Way 00:05:00 How Much Land Do You Need? 00:05:00 Real Estate Investments 00:05:00 Manufacturing Real Estate Numbers 00:05:00 Waterfront Real Estate 00:05:00 Purchasing A Home Beside A Lake 00:05:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Property Development and Management Bundle
Delivered Online On Demand16 hours 23 minutes
£11.99

Flappy Bird Clone: Cocos2d-x C++ Game

By NextGen Learning

Flappy Bird Clone: Cocos2d-x C++ Game Course Overview: This course provides a comprehensive introduction to game development using Cocos2d-x and C++. Learners will create a fully functional Flappy Bird clone, mastering the fundamentals of game mechanics, user interface design, and game physics. The course covers essential topics in object-oriented programming, handling user input, collision detection, and scene management. By the end, learners will have the knowledge to design and develop their own 2D games, making this course an excellent starting point for anyone interested in game development. The practical value lies in learning how to implement complex game features, which can be used in future projects or professional roles. Course Description: In this course, learners will dive into the process of developing a 2D game using C++ and Cocos2d-x. Starting with the basics of game creation, the course introduces essential programming concepts including classes, object handling, and event-driven programming. Key topics include building the game environment, implementing gravity and jump mechanics, handling user inputs, and managing game scenes. Learners will also focus on game physics such as collision detection and the continuous movement of the game elements. The course encourages learners to break down complex game features into manageable components while using a leading game engine. By the end of the course, participants will be equipped with a strong foundation in game programming and the skills needed to create their own games. Flappy Bird Clone: Cocos2d-x C++ Game Curriculum: Module 01: Introduction to Cocos2d-x and C++ (See full curriculum) Who is this course for? Individuals seeking to start a career in game development Professionals aiming to enhance their programming and game design skills Beginners with an interest in learning game development Aspiring developers looking to create their own 2D games Career Path Junior Game Developer Game Programmer Game Designer Mobile Game Developer Software Developer in the gaming industry

Flappy Bird Clone: Cocos2d-x C++ Game
Delivered OnlineFlexible Dates
£7.99

Marketing Principles

By NextGen Learning

Marketing Principles Course Overview This course on Marketing Principles provides learners with a comprehensive understanding of core marketing concepts, strategies, and the integral role marketing plays within an organisation. Through a series of well-structured modules, participants will explore key areas including marketing analysis, planning, and execution. By the end of the course, learners will have a solid foundation in creating and implementing effective marketing strategies, understanding market dynamics, and evaluating marketing performance. The course equips learners with essential marketing knowledge, ideal for enhancing career opportunities in various sectors. Course Description The Marketing Principles course delves into the essential aspects of marketing, covering areas such as situational analysis, microenvironments, and the creation of effective marketing plans. Learners will explore how organisations identify opportunities, assess industry trends, and build marketing strategies that align with business goals. Key topics include analysing market conditions, developing marketing strategies, and executing plans efficiently. Throughout the course, learners will gain a deeper understanding of marketing's role within business structures, enabling them to confidently approach marketing challenges in any industry. By the course's conclusion, participants will have acquired key skills in strategic planning and analysis. Marketing Principles Curriculum Module 01: Marketing And The Firm Module 02: Situational Marketing Analysis Module 03: Microenvironments – Industry And Market Module 04: Formulating A Marketing Plan – Building Components Module 05: Executing The Marketing Plan (See full curriculum) Who is this course for? Individuals seeking to build a strong foundation in marketing. Professionals aiming to enhance their marketing knowledge and skills. Beginners with an interest in pursuing a career in marketing. Business owners and entrepreneurs looking to improve their marketing strategy. Career Path Marketing Manager – Oversee marketing campaigns and strategies. Marketing Analyst – Research market trends and consumer behaviours. Brand Manager – Develop and manage brand strategies. Sales and Marketing Executive – Focus on product promotion and customer outreach. Digital Marketing Specialist – Utilise online platforms to promote brands and services.

Marketing Principles
Delivered OnlineFlexible Dates
£7.99

Block Management

By NextGen Learning

Block Management Course Overview: This Block Management course provides an in-depth understanding of property management, offering a comprehensive approach to the key responsibilities and skills required for managing residential blocks effectively. Learners will explore the intricacies of managing apartment complexes, dealing with tenant relations, and ensuring regulatory compliance. The course covers essential aspects such as leasing, marketing properties, tenant retention, and property valuation. Upon completion, learners will be equipped to pursue a career in property management with a strong foundation in both theoretical knowledge and practical application. Course Description: The Block Management course is designed to equip learners with the essential knowledge and skills required to manage residential properties efficiently. This course covers a wide array of topics, including property listing and marketing, the letting process, tenant relations, and the management of communal areas. Learners will explore the regulatory framework surrounding property management, including laws and regulations related to tenancy agreements and building compliance. The course is structured to provide both theoretical understanding and practical insights, preparing learners for a successful career in property management. By the end of the course, learners will possess the tools to manage residential properties effectively, ensuring both operational success and tenant satisfaction. Block Management Course Curriculum : Module 01: Introduction to Property Management Module 02: The Role and Responsibilities of a Property Manager Module 03: Listing Properties and Marketing Module 04: The Letting Process and Tenancy Agreement Module 05: The Property Management Process Module 06: Valuation Process Module 07: Selling Property Finding the Buyers Module 08: Keeping Tenants Long Term Module 09: Regulations of Property Management Module 10: Changes in the UK Property Market An Opportunity (See full curriculum) Who is this course for? Individuals seeking to enter property management. Professionals aiming to enhance their property management skills. Beginners with an interest in real estate or property management. Anyone looking to understand the legalities and regulations of property management. Career Path: Property Manager Block Manager Property Administrator Real Estate Consultant Lettings Manager Property Portfolio Manager Facilities Manager

Block Management
Delivered OnlineFlexible Dates
£7.99

The Art of Persuasive Communication

By NextGen Learning

The Art of Persuasive Communication Course Overview This course explores the essential techniques and principles of persuasive communication, equipping learners with the skills to influence and engage effectively across diverse settings. Covering key areas such as rhetorical strategies, emotional intelligence, and audience analysis, the course offers practical knowledge that enhances personal and professional interactions. Learners will develop confidence in crafting compelling messages, improving negotiation abilities, and fostering meaningful connections. Designed for a wide range of individuals, this course provides valuable tools to advance communication proficiency, enabling participants to stand out in business, leadership, sales, or everyday conversations. Course Description Delving deeper into the art and science of persuasion, this course covers foundational topics including persuasive language, storytelling, non-verbal cues, and ethical communication practices. Through a structured learning experience, participants will examine various communication models and apply these to real-life scenarios, enhancing clarity and impact. Emphasis is placed on understanding audience needs, overcoming objections, and building trust. By completing this course, learners gain advanced skills to influence decision-making, resolve conflicts, and inspire action with confidence and integrity. The content is carefully designed to develop critical thinking, empathy, and effective dialogue within both professional environments and personal relationships. The Art of Persuasive Communication Curriculum Module 01: Introduction to Persuasive Communication Module 02: Principles and Techniques of Persuasion Module 03: Crafting Powerful Messages Module 04: Understanding and Engaging Your Audience Module 05: Emotional Intelligence in Communication Module 06: Non-Verbal Communication and Its Impact Module 07: Overcoming Resistance and Handling Objections Module 08: Ethical Considerations in Persuasive Communication Module 09: Persuasion in Leadership and Negotiation Module 10: Enhancing Communication for Career Success (See full curriculum) Who Is This Course For? Individuals seeking to improve their influence and communication skills. Professionals aiming to enhance leadership and negotiation abilities. Beginners with an interest in mastering effective communication techniques. Anyone looking to boost confidence in personal and business conversations. Career Path Communications Specialist Sales and Marketing Executive Public Relations Officer Customer Relationship Manager Leadership and Management Roles Negotiation Consultant Corporate Trainer in Communication

The Art of Persuasive Communication
Delivered OnlineFlexible Dates
£7.99