Duration 5 Days 30 CPD hours This course is intended for The primary audiences for this course are the following: • Operators of Juniper Networks security solutions, including network engineers, administrators, support personnel, and resellers. Overview After successfully completing this course, you should be able to: Identify security challenges in today's networks. Identify products that are incorporated into the Juniper Connected Security solution. Explain the value of implementing security solutions. Explain how Juniper Connected Security solves the cyber security challenges of the future. Explain SRX Series session management. Explain Junos ALG functions and when to use them. Describe policy logging on the SRX series device. Explain security policy scheduling. Describe application security theory. Explain application signature usage in AppID. Describe the AppTrack service. Describe the AppFW service. Describe the AppQoS service. Configure security policies using the AppSecure suite of services. Explain unified security policies. Describe IPS signatures. Configure an IPS policy using pre-defined templates. Describe how to update the IPS attack object database. Describe IPS rules and rule bases. Configure custom attack objects. Describe Junos Space and Security Director. Configure policy management using Security Director. Describe Security Director objects. Explain the different licensing options for Sky ATP List Sky ATP's features and benefits. Configure Sky ATP profiles and enroll an SRX Series device. Configure file scanning on Sky ATP. Configure Sky ATP to scan email Configure GeoIP on Sky ATP. Describe the JATP features and benefits List the JATP device options. Explain the JATP architecture. List 3rd party support options for JATP. Explain JATP SmartCore analytics processes. Describe Policy Enforcer configuration options. Describe Policy Enforcer integration with Sky ATP. Configure Policy Enforcer to block lateral malware movement. Explain Juniper Secure Analytics features and benefits. Describe JSA log collection. Describe JSA network flow collection. Describe the JSA Offense Management workspace. Explain the JSA Risk Manager features. Configure JSA to collect network and log collection. Explain the features of JIMS. Describe JIMS integration into the current AD network. Describe the Sky Enterprise service and how it can save resources. Explain the Sky Enterprise monitoring service. Explain the vSRX Series device benefits. Describe use cases for the vSRX. Explain the cSRX Series device benefits. Describe use cases for the cSRX. Describe SSL Proxy Concepts. Explain Forward and Reverse Proxy and the limitations of each. Configure both Forward and Reverse Proxy. This five-day course uses the Junos J-Web, CLI, Junos Space, and other user interfaces to introduce students to the concept of Juniper Connected Security. Chapter 1: Course Introduction Course Introduction Chapter 2: CLI Overview User Interface Options Command-Line Interface Initial Configuration Interface Configuration Lab 1: CLI Overview Chapter 3: Advanced Security Policy Session Management Junos ALGs Policy Scheduling Policy Logging Lab 2: Advanced Security Policy Chapter 4: Application Security Theory Application ID Application Signatures App Track App Firewall App QoS App QoE Chapter 5: Application Security Implementation AppTrack Implementation AppFW Implementation AppQos Implementation APBR Implementation Lab 3: Application Security Chapter 6: Intrusion Detection and Prevention IPS Overview IPS Policy Attack Objects IPS Configuration IPS Monitoring Lab 4: Implementing IPS Chapter 7: Security Director Overview Security Director Objects Security Director Policy Management Lab 5: Security Director Chapter 8: Sky ATP Implementation Architecture and Key Components Features and Benefits Configuration Compromised Hosts Command and Control File Scanning E-mail Scanning Geo IP Security Policy Integration Troubleshooting Lab 6: Sky ATP Implementation Chapter 9: Policy Enforcer Policy Enforcer Concepts Configuration Options Policy Enforcer Installation Lab 7: Policy Enforcer Chapter 10: JATP Overview Traffic Inspection Threat Detection Threat Analysis JATP Architecture Chapter 11: JATP Implementation Data Collectors Configure SmartCore Analytics Engine Log Ingestion Incident Management SRX Threat Prevention 3rd Party support for Threat Prevention Reporting Lab 8: JATP Chapter 12: Juniper Secure Analytics (JSA) JSA Overview Data Collection Log Analytics Threat Analytics Vulnerability Management Risk Management Lab 9: JSA Chapter 13: JIMS JIMS Overview JIMS Integration Lab 10: JIMS Chapter 14: vSRX and cSRX vSRX Overview vSRX Supported Features vSRX Use Cases cSRX Overview Lab 11: vSRX Installation Chapter 15: SSL Proxy SSL Proxy Overview SSL Concepts SSL Proxy Configurations Troubleshooting Lab 12: SSL Proxy Chapter 16: Cluster Concepts Chassis Cluster Concepts Chassis Cluster Operation Chapter 17: Chassis Cluster Implementation Chassis Cluster Configuration Chassis Cluster Advanced Options Lab 13: Chassis Cluster Implementation Chapter 18: Chassis Cluster Troubleshooting Chassis Cluster Case Studies Troubleshooting Examples Lab 14: Chassis Cluster Troubleshooting Additional course details: Nexus Humans JSEC - Junos Security 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 JSEC - Junos Security 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.
Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced users who want to use Python in web development projects, or system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. Basic familiarity with any programming or scripting language would be helpful, along with a working, user-level knowledge of Unix/Linux, Mac, or Windows. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Throughout the hands-on course students, will learn to write essential Python scripts using the most current and efficient skills and techniques. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Create working Python scripts following best practices Use python data types appropriately Read and write files with both text and binary data Search and replace text with regular expressions Get familiar with the standard library and its work-saving modules Use lesser known but powerful Python data types Create 'real-world', professional Python applications Work with dates, times, and calendars Know when to use collections such as lists, dictionaries, and sets Understand Pythonic features such as comprehensions and iterators Write robust code using exception handling Mastering Python Programming is an introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as tuples, array slices, and output formatting. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Builtin functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Array types About array types (AKA sequences) Lists and list methods Tuples Indexing and slicing Iterating through a sequence Nested sequences Sequence functions, keywords, and operators List comprehensions Generator Expressions Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases An Introduction to Python Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings Using the Standard Library The sys module Launching external programs Math functions Random numbers Reading CSV data Dates and Times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the File System Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations Advanced Data Handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network Programming Using requests Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Reading input files a la Unix Parsing command-line options Detecting the current platform Implementing logging Additional course details: Nexus Humans Mastering Python Programming (TTPS4820) 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 Mastering Python Programming (TTPS4820) 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.
Duration 5 Days 30 CPD hours This course is intended for This course is intended for those who provide site collection and site administration and are power users or IT professionals who are tasked with supporting or working within the SharePoint 2016 environment on premise and/or in Office 365. Overview After completing this course, students will be able to: - Design and implement a company portal structure using SharePoint 2016 objects including sites, libraries, lists and pages - Explain the role of security and permissions throughout SharePoint 2016 - Implement guidelines for consistency in building a company portal to aid in the day-to-day administration of content in SharePoint 2016 - Enhance the design and content of a company portal using SharePoint 2016 pages and web parts - Explain the importance of governance for the planning and managing future growth of the - SharePoint 2016 implementation - Identify options to integrate data from other systems such as Microsoft Office, as well as preserve existing data - Explain the role of social networking in SharePoint 2016 and its impact on collaboration This course is intended for power users and IT professionals who are tasked with working within the SharePoint 2016 environment and conduct site collection and site administration. Getting Started with SharePoint 2016 Exploring SharePoint 2016 Site Collection and Site Administrator Roles Defining SharePoint Terminology Navigating a SharePoint Site Interacting with the Ribbon Creating and Editing Basic Content What is Metadata? Versions of SharePoint Standard Enterprise O365 Building a Site Collection with Apps The Structure of SharePoint Creating a Site What does a site template come with? Defining SharePoint Apps Customizing Lists and Libraries Creating/Managing Lists and Libraries through SharePoint Designer Explaining Views on Lists and Libraries Creating Views in Lists and Libraries Modifying Navigation Turning Site Features On/Off Reorganizing a Site using Site Content and Structure feature Lab 1: Creating a Structured Company Portal Lab 2: Creating a List Using SharePoint Designer (Optional) Creating Consistency across Sites Defining Site Columns Defining Content Types Implementing a Taxonomy Using Templates to Promote Consistency Lab 1: Creating Site Columns and Content Types Lab 2: Implementing a Taxonomy Lab 3: Configuring the Content Organizer SharePoint Permissions Explaining Permissions and Security in SharePoint Creating SharePoint Groups Managing Permissions within SharePoint Sharing versus Traditional Security Sharing as different permission levels Lab 1: Managing Permissions in SharePoint Working with Pages and Web Parts Changing the Appearance of the Portal Editing a Page wiki web part Working with Web Parts and App Parts App Parts Content Search Web Part Relevant Documents Content query Table of Contents Pictures Web Part Connections Filter web parts Web parts with Targeting Audience Lab 1: Adding and Configuring Web Parts Lab 2: Connecting Web Parts Lab 3: Applying Themes to Your Company Portal Document and Records Management Basic Content Approval Versioning Check In/Out Holds Retention Policy Document ID Content Organizer Compliance Policy Center Site Template EDiscovery Records Center Lab 1: Working with Advanced Document Management Features Lab 2: Leveraging Records Management to Preserve Data Workflow Alerts Out of the Box Workflow Activating Workflow Features Approval Workflow Creating a Workflow in SharePoint Designer Lab 1: Creating an Approval Workflow from SharePoint Lab 2: Creating a Custom Workflow in SharePoint Designer (Optional) Office Integration Outlook Calendar Contacts Excel Word PowerPoint OneDrive for Business OneNote Access Lab 1: Importing and Exporting Excel Data with SharePoint Lab 2: Linking Outlook and SharePoint Creating Publishing Sites Why use a publishing site? Publishing Pages Enabling Web Content Management Managing the Structure of Web Content Navigating a Site Using Managed Metadata Lab 1: Creating a Rich Publishing Sit Lab 2: Configuring a Publishing Approval Process Lab 3: Implementing a Managed Navigation Site Bridging the Social Gap My Sites Configuring Social Features in SharePoint Posts, Tags and Mentions Creating a Community Site Lab 1: Designing a Social Experience in SharePoint 2016 Lab 2: Creating a Community Site Finding Information Using Search Exploring the Search Features in SharePoint Configuring Search Settings Search Analytics Search Visibility Lab 1: Configuring an Advanced Search Center Planning a Company Portal Using SharePoint Defining SharePoint Governance Working with Information Architecture Implementing Site Hierarchies Discussing the Execution of Governance Site Collection Administrator Settings Exploring Settings for Site Collection Administrators Exploring Settings for Site Administrators Site Closure Policies Additional course details: Nexus Humans 55234 SharePoint 2016 Site Collections and Site Owner Administration 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 55234 SharePoint 2016 Site Collections and Site Owner Administration 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.
Duration 5 Days 30 CPD hours This course is intended for This course will help you: Prepare for entry-level job roles in the high-demand area of data center environments Prepare for courses that support the Cisco Certified Network Professional Data Center certification exams Gain knowledge and hands-on skills through Cisco's unique combination of lessons and hands-on practice using enterprise-grade Cisco learning technologies, data center equipment, and software Overview After taking this course, you should be able to: Describe the foundations of data center networking Describe Cisco Nexus products and explain the basic Cisco NX-OS functionalities and tools Describe Layer 3 first-hop redundancy Describe Cisco Fabric Extender (FEX) connectivity Describe Ethernet port channels and virtual port channel (VPCs) Introduce switch virtualization, machine virtualization, and network virtualization Compare storage connectivity options in the data center Describe Fibre Channel communication between the initiator server and the target storage Describe Fibre Channel zone types and their uses Describe N-Port Virtualization (NPV) and N-Port Identifier Virtualization (NPIV) Describe data center Ethernet enhancements that provide a lossless fabric Describe Fibre Channel over Ethernet FCoE Describe data center server connectivity Describe Cisco UCS Manager Describe the purpose and advantages of APIs Describe Cisco ACI Describe the basic concepts of cloud computing The Understanding Cisco Data Center Foundations (DCFNDU) v1.0 course helps you prepare for entry-level data center roles. In this course, you will learn the foundational knowledge and skills you need to configure Cisco© data center technologies including: networking, virtualization, storage area networking, and unified computing. You will get an introduction to Cisco Application Centric Infrastructure (Cisco ACI), automation and cloud computing. You will get hands-on experience with configuring features on Cisco Nexus Operating System (Cisco NX-OS) and Cisco Unified Computing System (Cisco UCS). This course also earns you 30 Continuing Education (CE) credits towards recertification. Describing the Data Center Network Architectures Cisco Data Center Architecture Overview Three-Tier Network: Core, Aggregation, and Access Spine-and-Leaf Network Two-Tier Storage Network Describing the Cisco Nexus Family and Cisco NX-OS Software Cisco Nexus Data Center Product Overview Cisco NX-OS Software Architecture Cisco NX-OS Software CLI Tools Cisco NX-OS Virtual Routing and Forwarding Describing Layer 3 First-Hop Redundancy Default Gateway Redundancy Hot Standby Router Protocol Virtual Router Redundancy Protocol Gateway Load Balancing Protocol Describing Cisco FEX Server Deployment Models Cisco FEX Technology Cisco FEX Traffic Forwarding Cisco Adapter FEX Describing Port Channels and VPCs Ethernet Port Channels Virtual Port Channels Supported VPC Topologies Describing Switch Virtualization Cisco Nexus Switch Basic Components Virtual Routing and Forwarding Cisco Nexus 7000 Virtual Device Contexts (VDCs) VDC Types VDC Resource Allocation VDC Management Describing Machine Virtualization Virtual Machines Hypervisor VM Manager Describing Network Virtualization Overlay Network Protocols Virtual Extensible LAN (VXLAN) Overlay VXLAN Border Gateway Protocol (BGP) Ethernet VPN (EVPN) Control Plane VXLAN Data Plane Cisco Nexus 1000VE Series Virtual Switch VMware vSphere Virtual Switches Introducing Basic Data Center Storage Concepts Storage Connectivity Options in the Data Center Fibre Channel Storage Networking Virtual Storage Area Network (VSAN) Configuration and Verification Describing Fibre Channel Communication Between the Initiator Server and the Target Storage Fibre Channel Layered Model Fabric Login (FLOGI) Process Fibre Channel Flow Control Describing Fibre Channel Zone Types and Their Uses Fibre Channel Zoning Zoning Configuration Zoning Management Describing Cisco NPV Mode and NPIV Cisco NPV Mode NPIV Mode Describing Data Center Ethernet Enhancements Institute of Electrical and Electronic Engineers (IEEE) Data Center Bridging Priority Flow Control Enhanced Transmission Selection Data Center Bridging Exchange (DCBX) Protocol Congestion Notification Describing FCoE Cisco Unified Fabric FCoE Architecture FCoE Initialization Protocol FCoE Adapters Describing Cisco UCS Components Physical Cisco UCS Components Cisco Fabric Interconnect Product Overview Cisco I/O Module (IOM) Product Overview Cisco UCS Mini Cisco Integrated Management Controller (IMC) Supervisor Cisco Intersight? Describing Cisco UCS Manager Cisco UCS Manager Overview Identity and Resource Pools for Hardware Abstraction Service Profiles and Service Profile Templates Cisco UCS Central Overview Cisco HyperFlex? Overview Using APIs Common Programmability Protocols and Methods How to Choose Models and Processes Describing Cisco ACI Cisco ACI Overview Multitier Applications in Cisco ACI Cisco ACI Features VXLAN in Cisco ACI Unicast Traffic in Cisco ACI Multicast Traffic in Cisco ACI Cisco ACI Programmability Common Programming Tools and Orchestration Options Describing Cloud Computing Cloud Computing Overview Cloud Deployment Models Cloud Computing Services Additional course details: Nexus Humans Cisco Understanding Cisco Data Center Foundations v1.1 (DCFNDU) 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 Understanding Cisco Data Center Foundations v1.1 (DCFNDU) 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.
Parental Mental Health & Child Protection Course Overview: This course on Parental Mental Health & Child Protection provides an in-depth understanding of the complex intersection between parental mental health issues and their impact on child welfare. Learners will explore a range of mental health disorders, focusing on how these conditions affect family dynamics and child development. The course covers crucial safeguarding practices, enabling professionals to assess and address the needs of families in distress. Upon completion, learners will have the skills to identify early signs of mental health struggles in parents, understand the risks to children, and apply appropriate interventions to ensure child protection. The practical value of this course lies in its ability to equip professionals with the knowledge to support vulnerable families and promote the wellbeing of children. Course Description: The Parental Mental Health & Child Protection course offers a thorough exploration of various mental health issues that parents may face, such as stress, anxiety, personality disorders, and mood disorders, and their implications for children. Learners will delve into the impacts of these disorders on family relationships and child protection. The course includes a detailed analysis of safeguarding procedures and strategies for assessing needs and providing help to families in crisis. By examining real-world case studies, participants will gain insights into identifying early warning signs of child harm, understanding the role of mental health in child protection, and implementing effective solutions. Upon completing this course, learners will be equipped with the skills to support at-risk families and contribute to effective child safeguarding. Parental Mental Health & Child Protection Curriculum Module 01: Introduction to Mental Health Module 02: Stress and Anxiety Disorders Module 03: Schizophrenia Module 04: Personality Disorders Module 05: Mood Disorders Module 06: Eating & Sleeping Disorders Module 07: Self-Harm and Suicide Module 08: Solving Family Issues – Part 1 Module 09: Solving Family Issues – Part 2 Module 10: Safeguarding – Assessing Need and Providing Help (Part 1) Module 11: Safeguarding – Assessing Need and Providing Help (Part 2) Module 12: Building Relationships (See full curriculum) Who is this course for? Individuals seeking to understand the connection between mental health and child protection. Professionals aiming to develop skills in safeguarding and family support. Beginners with an interest in mental health, child welfare, or social work. Any other relevant group interested in family dynamics and child protection. Career Path: Social Workers Child Protection Officers Family Support Workers Mental Health Counsellors Youth Workers Family Therapists
Speech & Language Therapy Training - Child Course Overview The Speech & Language Therapy Training - Child course provides a comprehensive introduction to the field of speech therapy, with a focus on children's speech and language development. It explores the theoretical foundations and practical applications of speech therapy, helping learners understand the complexities of speech disorders. Throughout the course, participants will gain valuable insights into the nature of speech and language difficulties in children, as well as approaches to treatment and intervention. The course is designed for anyone interested in pursuing a career in speech therapy or working with children who have speech and language needs. Upon completion, learners will be equipped with the knowledge and skills to assess, diagnose, and provide effective support for children with speech and language challenges. Course Description This course offers a detailed exploration of speech therapy, covering essential topics such as the science of speech, anatomy, and the linguistic characteristics of speech. Learners will delve into the stages of language development, with a focus on the specific speech and language disorders that affect children. The course also examines child-specific speech difficulties and provides evidence-based approaches for helping children overcome these challenges. Through interactive modules, learners will gain a deeper understanding of language acquisition, literacy development, and the neurological aspects of speech disorders. By the end of the course, learners will be able to identify the signs of speech and language difficulties in children and apply theoretical knowledge to real-world cases. This course is ideal for those pursuing a career in speech therapy or those looking to develop a deeper understanding of speech and language issues in children. Speech & Language Therapy Training - Child Curriculum Module 01: An Overview of Speech Therapy Module 02: The Science of Speech Module 03: The Anatomy of Speech Module 04: Characteristics of Speech: Linguistic Discipline Module 05: Literacy and Language Development Module 06: Child Speech & Language Disorders Module 07: Adult Speech & Language Disorders Module 08: How to Help a Child with SL Difficulties (See full curriculum) Who is this course for? Individuals seeking to pursue a career in speech and language therapy. Professionals aiming to enhance their expertise in working with children. Beginners with an interest in speech and language disorders. Teachers and childcare professionals seeking to support children with communication challenges. Career Path Speech and Language Therapist Child Development Specialist Educational Support Assistant Early Childhood Educator Child Psychologist or Therapist
Child Playwork Course Overview This comprehensive course on Child Playwork provides a deep understanding of the key principles and practices involved in the development and implementation of playwork for children. The programme explores the educational, developmental, and social benefits of play, while also addressing the importance of creating inclusive and safe play environments. Learners will gain valuable insights into playwork theory, the impact of play on child development, and the role of legislation in safeguarding children. By the end of the course, participants will be equipped with the knowledge to support children's play in various contexts, improving their well-being and social skills, and promoting a positive, inclusive learning environment. Course Description The Child Playwork course offers an in-depth exploration of the fundamental theories and practices of playwork, highlighting its essential role in child development. Learners will explore topics such as the developmental and educational benefits of play, inclusive play, the design of play spaces, and the impact of play deprivation. The course also covers the economic and social benefits of playwork, alongside the legislative framework surrounding safeguarding children. Through engaging modules, learners will develop a strong understanding of how play influences children's physical, emotional, and social growth. The course will provide a professional foundation for those wishing to pursue a career in playwork, equipping them with the tools to promote children's well-being and inclusion in a variety of settings. Child Playwork Curriculum Module 01: Introduction to Child Playwork Module 02: Playwork Theory, Principles and Practices Module 03: The Educational and Learning Benefits of Playwork Module 04: Play and Playwork in a Health and Well-Being Context Module 05: The Economic and Social Benefits of Playwork Module 06: The Developmental Benefits of Playwork Module 07: The Negative Results of Play Deprivation Module 08: Inclusive Play and Play Environment Module 09: Designing Play Spaces Module 10: The Administrative Context of a Playwork Provision Module 11: Legislation for Safeguarding Children and Child Playwork Module 12: Reflective Playwork Practice (See full curriculum) Who is this course for? Individuals seeking to support children's play development. Professionals aiming to expand their knowledge of playwork. Beginners with an interest in child development and education. Those seeking a career in child welfare and playwork provision. Career Path Playworker Play Supervisor Child Welfare Officer Early Years Practitioner Social Care Worker Educational Support Worker
ChatGPT Masterclass: A Complete ChatGPT Zero to Hero! Course Overview The ChatGPT Masterclass: A Complete ChatGPT Zero to Hero! course is designed to guide learners from basic understanding to advanced proficiency in using ChatGPT. This course covers a wide range of topics, from the fundamentals of ChatGPT to its integration for business scaling and its applications in specific industries like Excel professionals and students. By the end of the course, learners will have a comprehensive understanding of ChatGPT’s capabilities, how to leverage its potential for various tasks, and how to improve productivity and creativity using this powerful tool. Whether you are looking to enhance your business, excel in academic pursuits, or integrate AI into your work, this course provides the knowledge and skills necessary to succeed. Course Description This course offers an in-depth exploration of ChatGPT, covering its fundamental features and uses across different sectors. Learners will be introduced to ChatGPT’s functionalities, followed by more specialised modules, including its applications for developers, students, and professionals working with Excel. Participants will gain valuable insights into how ChatGPT can be used to automate tasks, enhance business operations, and create innovative content. They will also explore the integration of Dall-E 2 for generating graphic art and the best tools and extensions to improve ChatGPT's functionality. The course is structured to ensure learners gain a clear understanding of how to effectively use ChatGPT for various personal and professional goals. ChatGPT Masterclass: A Complete ChatGPT Zero to Hero! Curriculum Module 01: Getting Started Module 02: ChatGPT – Basic Module 03: ChatGPT for Developers Module 04: Build, and Scale your Business Using ChatGPT Module 05: ChatGPT for Students Module 06: The Power of ChatGPT Module 07: ChatGPT for Excel professionals Module 08: Generate Incredible Graphic Art with Dall-E 2 Module 09: The Best Tools and Extensions using ChatGPT (See full curriculum) Who is this course for? Individuals seeking to improve productivity through AI. Professionals aiming to leverage ChatGPT for business growth. Beginners with an interest in learning AI technologies. Developers looking to integrate ChatGPT into applications. Students seeking to optimise learning and research tasks. Career Path AI Integration Specialist Business Automation Expert Developer specialising in AI tools Digital Content Creator Data Analyst using AI tools Academic Support Professional Graphic Designer using AI for art generation
Business Management Course Overview This Business Management course provides learners with a comprehensive understanding of key management concepts and practices. Covering essential topics such as operations, business analysis, strategic planning, and risk management, the course equips learners with the necessary tools to handle various aspects of business management effectively. Through a blend of theoretical insights and applied learning, learners will develop the confidence to manage business operations, drive strategic growth, and navigate organisational challenges. The course is designed to provide value to individuals seeking to advance their management skills and progress in their careers. Course Description This course delves deeply into the core aspects of business management, providing a structured approach to understanding business operations, leadership, and decision-making. Learners will explore modules on business analysis, strategic management, and project development, as well as gain valuable skills in managing risk, performance, and human resources. The course covers critical areas including planning, forecasting, communication, and conflict management. By the end of the course, learners will have a broad understanding of how businesses operate and will be able to apply their learning to various management scenarios. Designed for those looking to enhance their management skills, the course ensures that learners gain a solid foundation in business management principles. Business Management Curriculum Module 01: Introduction to Business Management Module 02: Operations Management Module 03: Introduction to Business Analysis Module 04: Strategic Analysis and Product Scope Module 05: Project Management Module 06: Business Development and Succession Planning Module 07: Business Process Management Module 08: Planning & Forecasting Operations Module 09: Performance Management Module 10: Management of Cash and Credit Module 11: Managing Risk and Recovery Module 12: Quality Management Module 13: Communication Skills Module 14: Business Environment Module 15: Organisational Skills Module 16: Negotiation Techniques Module 17: Human Resource Management Module 18: Motivation and Counselling Module 19: Customer Service Module 20: Time Management Module 21: Conflict Management (See full curriculum) Who is this course for? Individuals seeking to build a career in business management. Professionals aiming to enhance their management and leadership skills. Beginners with an interest in business operations and management. Those looking to progress in roles related to business analysis, human resources, or strategic planning. Career Path Business Manager Operations Manager Project Manager HR Manager Strategic Planner Financial Analyst Customer Service Manager Risk Manager Organisational Development Specialist Performance Manager
QuickBooks for the Self Employed Course Overview This "QuickBooks for the Self Employed" course provides learners with a comprehensive understanding of using QuickBooks Self-Employed (QBSE) to efficiently manage finances, track income and expenses, and generate key financial reports. Designed for self-employed individuals, this course will equip learners with the skills to streamline accounting processes, ensuring financial accuracy and time-saving capabilities. Learners will also gain insights into setting up accounts, managing receipts, creating invoices, and preparing for tax season, all with the goal of simplifying the financial management aspect of self-employment. Upon completion, learners will be confident in using QuickBooks for tax reporting and overall financial management. Course Description This course offers a thorough exploration of QuickBooks Self-Employed (QBSE), covering key aspects of financial management tailored for freelancers and small business owners. The modules include connecting accounts, managing receipts, creating invoices, applying tax rules, and generating essential reports. Learners will delve into adding rules, creating and amending bank rules, and understanding the QuickBooks interface. Each section has been crafted to ensure learners can confidently navigate QBSE, setting them up for success in managing their finances effectively. The course also covers the integration of QBSE with QuickBooks Online (QBO), providing learners with an in-depth understanding of the software’s full potential. By the end of the course, learners will have gained the skills to manage their self-employed finances efficiently and prepare for tax season with ease. QuickBooks for the Self Employed Curriculum: Module 01: Introduction Module 02: First Account Connected Module 03: Receipts in Inbox Module 04: Adding Rules Module 05: Create an Invoice Module 06: Home Page Details Module 07: Connect Another Account Module 08: Creating Bank Rule on 070 Account Module 09: Amending the Rules Module 10: Reports Module 11: Transaction Adding – When Not on the Bank Module 12: QBSE and QBO Interface Module 13: Conclusion (See full curriculum) Who is this course for? Individuals seeking to manage their finances effectively as self-employed professionals. Professionals aiming to streamline their financial processes and reporting. Beginners with an interest in accounting software and financial management for freelancers. Entrepreneurs and small business owners looking to simplify accounting tasks. Career Path Freelance Accountant Financial Administrator for Small Businesses Self-Employed Entrepreneur Bookkeeping Assistant Tax Preparation Assistant