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

69 Equality courses in Cardiff delivered Live Online

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how it relates to OO programming and the Object Model Learn to use Java exception handling features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. The Java Platform Java Platforms Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Setting Up Environment Locating Class Files Compiling Package Classes Source and Class Files Java Applications The Eclipse Paradigm Workbench and Workspace Views Editors Perspectives Projects Writing a Simple Class Classes in Java Class Modifiers and Types Class Instance Variables Primitives vs. Object References Creating Objects Adding Methods to the Class Passing Parameters into Methods Returning a Value from a Method Overloaded Methods Constructors Optimizing Constructor Usage Language Statements Operators Comparison and Logical Operators Looping Continue and Break Statements The switch Statement The for-each() Loop Using Strings Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer, and StringBuilder Specializing in a Subclass Extending a Class Casting The Object Class Default Constructor Implicit Constructor Chaining Fields and Variables Instance vs. Local Variables: Usage Differences Data Types Default Values Block Scoping Rules Final and Static Fields Static Methods Using Arrays Arrays Accessing the Array Multidimensional Arrays Copying Arrays Variable Arguments Local-Variable Type Inference Type inference Infering Types of Local Variables The var Reserved Type name Benefits of Using var Backward Compatibility Java Packages and Visibility Class Location of Packages The Package Keyword Importing Classes Executing Programs Visibility in the Modular System Java Naming Conventions Inheritance and Polymorphism Polymorphism: The Subclasses Upcasting vs. Downcasting Calling Superclass Methods from Subclass The final Keyword Interfaces and Abstract Classes Separating Capability from Implementation Abstract Classes Implementing an Interface Abstract Classes vs. Interfaces Introduction to Exception Handling Exception Architecture Throwing Exceptions Checked vs. Unchecked Exceptions Exceptions Handling Multiple Exceptions Automatic Closure of Resources Creating Your Own Exceptions Utility Classes Wrapper Classes Autoboxing/Unboxing Enumeration Syntax Using Static imports Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls to Generics When Generics Should Be Used Lambda Expressions and Functional Interface Lambda Expression Syntax Functional Interfaces Type Inference in Java 8 Method references Collections Characterizing Collections Collection Interface Hierarchy The Set, List and Queue Interfaces Map Interfaces Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Streams Processing Collections of data The Stream interface Reduction and Parallelism Filtering collection data Sorting Collection data Map collection data Find elements in Stream Numeric Streams Create infinite Streams Sources for using Streams Collectors Creating Collections from a Stream Group elements in the Stream Multi-level grouping of elements Partitioning Streams Introduction to the Module System Introduce Project Jigsaw Classpath and Encapsulation The JDK internal APIs Java 9 Platform modules Defining application modules Define module dependencies Implicit dependencies Implied Readability Exporting packages Java Date/Time The Date and Calendar classes Introduce the new Date/Time API LocalDate, LocalDateTime, etc. Formatting Dates Working with time zones Manipulate date/time values Java 12 and beyond Provide an overview of changes since Java 11 Introduce Preview Features Records (Java 14) Switch Expressions (Java 12, Java 13, Java 14) Text Blocks (Java 13, Java 14) Helpful NullPointerExceptions (Java 14) Pattern Matching for instanceof (Java 14) Additional course details: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) 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 Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) 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.

Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11)
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle 12c SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The target audience for this textbook is all Oracle professionals, both business and systems professionals. Among the specific groups for whom this textbook will be helpful are: ? Business and non-IT professionals ? Application designers and database developers ? Business Intelligence (BI) analysts and consumers ? Database administrators ? Web server administrators Overview The first portion of this textbook considers the logical models upon which a relational database is based and the various configurations and environments in which you may work with the Oracle database. The next segment focuses on the actual SQL syntax for writing database queries. You will begin with the simplest of queries and then proceed onto moderately complex query scenarios. Finally, this textbook covers the DDL, DML and transaction control portions of the SQL language that allow one to create, maintain and manipulate application database objects and application data. This textbook takes a unique approach to SQL training in that it incorporates data modeling theory, relational database theory, graphical depictions of theoretical concepts and numerous examples of actual SQL syntax into one learning vehicle. Relational Databases & Data Models About Data Models About the Relational Model The Electronics Data Model About the Relational DBMS Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper Using the Database Interface About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Introduction to the SQL Language About the SQL Language Characteristics of SQL Introducing SQL Using Select SQL Rules The Select Statement The Select Statement Distinct/Unique Keyword Using Alias Names Restricting Results with the Where Clause About Logical Operators Equality Operator Boolean Operators REGEXP_LIKE() In Operator Sorting Data with the Order By Clause About the Order by Clause Multiple Column Sorts Specify the Sort Sequence About Null Values within Sorts Using Column Aliases Pseudo Columns, Functions & Top-N Queries Rowid Pseudo Column ORA_ROWSCN PSEUDO Column ROWNUM Pseudo Column About the Built-In Functions SYSDATE User & UID SESSIONTIMEZONE Function Using the Dual Table Row Limiting & Top-N Queries FETCH First x Rows Only Clause OFFSET x Rows Clause FETCH?PERCENT Clause The WITH TIES Option Joining Tables About Joins Inner Joins Reflexive Join Non-Key Join Outer Join Using the Set Operators About the Set Operators SQL Set Operator Examples UNION Example INTERECT Example MINUS Example UNION All Summary Functions Using Sub-Queries Finding Data with Sub-Queries Standard Sub-Queries Correlated Sub-Queries The EXISTS Operator Aggregating Data within Groups About Summary Groups Find Groups within the Tables Select Data From the Base Tables Select Groups from the Results Use DDL to Create & Manage Tables Create Table Statement Column Data Types Not Null Default Describe Alter Table Statement Drop Table Statement Table DDL Using SQL Developer Alter User Statement Alter Session Statement NLS_Language NLS_Date Use DML to Manipulate Data The Insert Statement The Delete Statement The Update Statement About Transactions Transaction Rollback Transaction Commit Transaction Savepoint The Set Transaction Statement Set Transaction Read Only Statement Rules Understanding the Data Models The Company Data Model The Electronics Data Model About the SQL-99 Standard SQL-92 & SQL-99 Cross Joins Natural Joins Inner Joins Implicit Inner Join Outer Joins Anti Joins Named Sub-Queries Enhancing Groups with Rollup & Cube Using Rollup The Grouping() Function Using Cube SQL Functions: Character Handling What are the SQL Functions? String Formatting Functions UPPER(), LOWER() Example INITCAP() Example Character Codes Functions CHR((), ASCII() Examples PAD & TRIM Functions RPAD() Example RTRIM() Example TRIM() Example String Manipulation Functions DECODE () Example SUBSTR() Example INSTR() Example TRANSLATE() Example REPLACE() Example String Comparison Functions LEAST() Example Phonetic Search Function SOUNDEX() Example SQL Functions: Numeric Handling About the Numeric Data Functions GREATEST() Example ABS() Example ROUND() Example TRUNC() Example SIGN() Example TO_NUMBER() Example & Data ype Conversions NULL VALUES FUNCTIONS NVL() & NVL2() Function NVL() Example (Character) NVL() Example (Numeric Loss of Data) NVL() Example (Numeric Output) NVL2() Example COALESCE() Function NULLIF() Function SQL Functions: Date Handling Date Formatting Functions TO_CHAR() & TO_DATE() Format Patterns TO_CHAR() Examples TO_DATE() Examples EXTRACT() Example Date Arithmetic Functions MONTHS_BETWEEN() Example ADD_MONTHS() Example LAST_DAY() Example NEXT_DAY() Example TRUNC(), ROUND() Dates Example NEW_ TIME() Example About V$TIMEZONE_NAMES CAST() FUNCTION & TIME ZONES Database Objects: About Database Objects About Database Objects About Schemas Making Object References Database Objects: Relational Views About Relations Views The Create View Statement Why Use Views? Accessing Views with DML Maintaining View Definitions Alter View Drop View DDL Using SQL Developer Database Objects: Indexes About Indexes Create & Drop Index Statements Indexes & Performance Data Dictionary Storage Database Objects: Creating Other Objects About Sequences Referencing NEXTVAL Referencing CURRVAL Within the DEFAULT Clause Alter Sequence & Drop Sequence ALTER SEQUENCE DROP SEQUENCE About Identity Columns CREATE TABLE?GENERATED AS IDENTITY ALTER TABLE?GENERATED AS IDENTITY Start With Limit Value ALTER TABLE...DROP IDENTITY About Synonyms CREATE & DROP SYNONYM Statements CREATE SYNONYM DROP SYNONYM Public Vs Private Synonyms CREATE SCHEMA AUTHORIZATION Database Objects: Object Management Using DDL The RENAME Statement TABLESPACE Placement CREATE TABLE?TABLESPACE The Comment Statement The TRUNCATE TABLE Statement Database Objects: Security About Object Security Grant Object Privileges Revoke Object Privileges Object Privileges & SQL Developer Data Integrity Using Constraints About Constraints NOT NULL Constraint NOT NULL Example CHECK Constraint UNIQUE Constraint PRIMARY KEY Constraint REFERENCES Constraint ON DELETE CASCADE Example ON DELETE SET NULL Example Constraints on Existing Tables Constraints & SQL Developer Managing Constraint Definitions RENAMING & DROPPING Constraints ENABLING & DISABLING Constraints DEFERRED Constraint Enforcement SET CONSTRAINTS Handling Constraint Exceptions Constraints with Views DATA Dictionary Storage The Data Dictionary Structure More About the Data Dictionary OBJECT-SPECIFIC Dictionary Views USER_UPDATABLE_COLUMNS The Dictionary Structure METADATA & SQL Developer Additional course details: Nexus Humans Oracle 12c SQL Fundamentals 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 12c SQL Fundamentals 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 12c SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Sexual Harassment Awareness Training

By NextGen Learning

Course Overview This Sexual Harassment Awareness Training is designed to equip individuals with the knowledge and skills to recognise, address, and prevent sexual harassment in the workplace. Covering key concepts, legal frameworks, and organisational responsibilities, the course provides essential insights into maintaining a respectful and safe work environment. Participants will gain a thorough understanding of what constitutes sexual harassment, how to identify it, and how to manage such situations effectively. By completing this course, learners will be better prepared to contribute to a respectful and legally compliant workplace culture. Course Description This course delves into various aspects of sexual harassment, from definitions to workplace implications, and legal frameworks. It covers the different forms of harassment, employee rights, and employer obligations. Learners will explore how to effectively address and prevent incidents of harassment, ensuring worker protection through robust policies and procedures. The course also covers the process of dealing with incidents, including mediation and the aftermath, helping individuals recognise the importance of fostering a safe, respectful work environment. Upon completion, learners will have the skills to proactively contribute to creating a harassment-free workplace. Course Modules Module 01: What is Sexual Harassment? Module 02: Sexual Harassment in the Workplace Module 03: The Law and Sexual Harassment Module 04: Addressing Sexual Harassment Module 05: Worker Protection Module 06: Prevent Sexual Harassment at Work Module 07: Policies and Procedures Module 08: How to Deal with Sexual Harassment in the Workplace? Module 09: Mediation and the Aftermath (See full curriculum) Who is this course for? Individuals seeking to understand workplace dynamics and employee rights. Professionals aiming to enhance their knowledge of workplace law and ethical practices. Beginners with an interest in workplace relations and human resources. Any other individual interested in fostering a respectful workplace environment. Career Path HR Manager Equality and Diversity Officer Workplace Health and Safety Specialist Legal Advisor (Employment Law) Corporate Trainer or Consultant

Sexual Harassment Awareness Training
Delivered OnlineFlexible Dates
£9.99

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

LMO (Lean Manufacturing Operations) Level 2

By Rachel Hood

Carrying out manufacturing activities on multiple products with different specifications consecutively.

LMO  (Lean Manufacturing Operations) Level 2
Delivered OnlineFlexible Dates
Price on Enquiry

Autism Awareness

By Prima Cura Training

This course explores Autism and the current body of thinking and knowledge around Autistic Spectrum Disorders. This enables learners to consider how to adapt their practice with useful strategies to better support an individual with autism.

Autism Awareness
Delivered in person or OnlineFlexible Dates
Price on Enquiry

BSc (Hons) Early Childhood Studies Top-Up - Inclusive of Level 4 and 5 Pathway Diploma

By School of Business and Technology London

Getting Started The BSc in Early Childhood Studies programme provides a comprehensive education on child development, education, and care. It equips students with the knowledge and skills necessary to work effectively with young children and their families in various educational and childcare settings. This programme establishes a strong foundation for early childhood education and advocacy careers. The BSc (Hons) Early Childhood Studies programme delivers a dynamic educational experience for students aspiring to engage in early childhood education and development. This undergraduate degree programme strongly emphasises comprehending the critical stages of early childhood, spanning from infancy to primary school age. It delves into the multitude of factors that influence a child's growth and learning. Throughout the programme, students are exposed to a wide array of topics, including child psychology, early education pedagogy, child health and well-being, and the socio-cultural influences on early childhood development. The curriculum is thoughtfully crafted to nurture a deep understanding of the unique needs and challenges faced by young children and their families, equipping graduates with the knowledge and skills necessary to impact the field positively. Anglia Ruskin University's BSc (Hons) Early Childhood Studies programme offers a supportive learning environment with experienced faculty and access to cutting-edge research. Graduates from this programme are well-prepared for a diverse range of career opportunities in early childhood education, social services, child advocacy, and more. It serves as a solid foundation for individuals passionate about nurturing and shaping the future of our youngest learners. The programme comprises two phases; the first is the Qualifi Level 4 and 5 Diploma in Early Learning and Childcare, awarded by Qualifi and delivered by the School of Business and Technology London. The second phase is the BSc (Hons) in Early Childhood Studies Top Up, awarded and delivered 100% online by Anglia Ruskin University. At Anglia Ruskin University, you will study through Canvas, a world-class online Learning Management System (LMS), accessed from your phone, pc or tablet at home or on the move. Canvas provides instant access to study materials, forums, and support from tutors and classmates, as well as enabling easy submission of your assignments. After successfully completing your studies, you'll be invited to attend a graduation ceremony on campus at Anglia Ruskin University. If attending the ceremony in person is not possible, we'll arrange to send your certificate to you. School of Business and Technology London partners with Chestnut Education Group to promote this programme. About Awarding Body Anglia Ruskin University began in 1858 as the Cambridge School of Art founded by William Beaumont. It was then merged with the Cambridge shire College of Arts and Technology and the Essex Institute of Higher Education and was renamed Anglia Polytechnic. It was then given university status in 1992 and renamed Anglia Ruskin University in 2005. The university has campuses in the UK (Cambridge, Chelmsford, London and Peterborough), as well as they are partnered with institutions around the world including Berlin, Budapest, Trinidad, Singapore and Kuala Lumpur. Assessment Assignments and Project No examinations Entry Requirements A Level or Equivalent Minimum 1 Year of experience in Early Learning and Childcare. Further, candidates are also required to demonstrate their English language proficiency. Learners must request before enrolment to interchange unit(s) other than the preselected units shown in the SBTL website because we need to make sure the availability of learning materials for the requested unit(s). SBTL will reject an application if the learning materials for the requested interchange unit(s) are unavailable. Learners are not allowed to make any request to interchange unit(s) once enrolment is complete. Structure Phase 1 - Qualifi Level 4 and 5 Diploma in Early Learning and Childcare Programme structure Level 4 The Qualifi Level 4 Diploma in Early Learning and Childcare comprises 9 units. To obtain the Diploma, learners must complete all mandatory units, earning 34 credits. Additionally, they should select at least 6 credits from the optional units. A total of 40 credits is necessary for Diploma completion, along with at least 30 hours of teaching practice. Mandatory units:  Child development and enabling children to learn Reference No: J/650/0974 Credit: 9 || TQT: 90 This unit aims to equip learners with a comprehensive understanding of diverse early years pedagogical approaches influencing holistic learning in babies and children aged from birth to five years. It delves into local statutory planning and monitoring requisites. Learners will also explore leadership, mentoring, and managerial skills. The unit emphasises comprehending how babies and young children learn and translating theory into practical application. Additionally, it examines developmental disparities, the potential for developmental delays, the impacts of transitions, and how children learn in various environments. It empowers learners with proficiency in utilising observation, Assessment, and planning to foster children's development. To demonstrate their assimilated knowledge, learners must integrate it into their day-to-day responsibilities with children aged from birth to five years and document practice modifications in their setting via a portfolio. Physical activity and nutrition co-ordination (PANCo) in early years Reference No: K/650/0975 Credit: 6 || TQT: 60  In this unit, learners will grasp the advantages of physical activity and the significance of a balanced diet for the health and well-being of babies, children, and their families. They should consider statutory framework mandates and national, local, and international initiatives, advice, and perspectives relevant to health and well-being.  Supporting children with additional needs Reference No: J/650/0992 Credit: 4 || TQT: 40 This unit endeavours to enhance the leadership and management capabilities of the Special Educational Needs Coordinator (SENCO) in effectively guiding best practices for children with Special Educational Needs and Disabilities (SEND) and their families. Partnership working in early years settings Reference No: L/650/0976 Credit: 6 || TQT: 60 This unit seeks to assist learners in comprehending the legal obligations associated with collaborating with families. It emphasises the positive impact of effective partnerships with other professionals on the well-being and development of babies and children. Learners will also delve into the varied needs of families and strategise ways to surmount potential obstacles to successful partnership working. Implementing and evaluating change through a research project Reference No: M/650/0977 Credit: 6 || TQT: 60 This unit mandates learners to devise, execute, and assess change about a chosen theme, accomplished through a modest research endeavour. Learners will also grasp the ethical considerations integral to research. The chosen theme, subject to agreement with the assessor, enables learners to introspect on their practices, employ current research to propose enhancements within their setting, put these proposals into action, and report on their outcomes. Legal requirements in Childcare Reference No: R/650/0978 Credit: 3 || TQT: 30 This unit encompasses the necessary knowledge and understanding regarding health and safety, equality and inclusion, the Welfare Requirements of the Early Years Foundation Stage, Employment Rights, and Special Educational Needs, including Looked Children. It also addresses the preparations for Ofsted inspections, the formulation of policies and procedures, and the utilisation of information to oversee the quality of the setting's practices. Optional Units Assessing and planning for children's changing developmental needs Reference No: T/650/0979 Credit: 6 || TQT: 60 This unit's objective is to equip learners with the knowledge, comprehension, and skills required to conduct observations for assessing and planning for children's evolving developmental needs over an extended duration, commonly referred to as a longitudinal study. The study is to be conducted over six months. Caring for babies Reference No: D/650/0980 Credit: 6 || TQT: 60 This unit fosters the knowledge, understanding, and skills necessary to care for infants aged 0-18 months. Caring for children through play out of school Reference No: F/650/0981 Credit: 6 || TQT: 60 This unit aims to cultivate the knowledge, understanding, and skills required to provide care for children and young people outside of regular school hours and during school holidays. Level 5 The Qualifi Level 5 Diploma in Early Learning and Childcare comprises 10 units. To attain the diploma, learners must finish all mandatory units for 96 credits. Additionally, they must select a minimum of 24 credits from optional units. In total, a minimum of 120 credits must be achieved, along with 100 hours of teaching practice. Mandatory units: Management of children's care Reference No: H/650/0982 Credit: 20 || TQT: 200 This unit aims to provide learners comprehensive knowledge and comprehension of theories, principles, and models pertinent to early learning and childcare. Learners will apply these concepts, deepening their grasp of communication and Assessment in this context. The unit will additionally encompass the utilisation of theories and models for specialised curriculum development and the application of theories and models for reflective practice. Children's well-being and resilience Reference No: J/650/0983 Credit: 26 || TQT: 260  This unit strives to equip learners with the knowledge, understanding, and skills essential for comprehending and nurturing children's well-being and resilience. This encompasses appreciating each child as an individual and ensuring inclusive treatment for all. Positive behaviour in early years Reference No: K/650/0984 Credit: 20 || TQT: 200 This unit's objective is to give learners the necessary knowledge, understanding, and skills for formulating and executing strategies and policies to promote positive behaviour in children. Child development and communication skills in early years Reference No: L/650/0985 Credit: 30 || TQT: 300 This unit aims to enhance learners' comprehension of the anticipated trajectory of children's development and the factors that impact it. Specifically, it seeks to deepen learners' understanding of how children's communication skills progress from birth to 7 years old.   OPTIONAL UNITS Managing children's holistic development in early years Reference No: M/650/0986 Credit: 16 || TQT: 160 The goal of this unit is to enable learners to effectively strategise and oversee the comprehensive development of children, tailored to their specific requirements. Learners will assess strategies for enhancing literacy and numeracy and implement theoretical approaches in their professional practice. Developing children's literacy skills Reference No: R/650/0987 Credit: 16 || TQT: 160 This unit aims to empower learners to foster children's literacy skills. Developing children's mathematical skills Reference No: T/650/0988 Credit: 8 || TQT: 80 This unit aims to enable learners to enhance children's mathematical skills. Safeguarding in early years Reference No: Y/650/0989 Credit: 16 || TQT: 160 This unit aims to cultivate learners' comprehension of the role and extent of safeguarding in early years education and the policies and procedures for enacting safeguarding protocols. Health and safety in the early years Reference No: F/650/0990 Credit: 8 || TQT: 80 This unit aims to foster learners' knowledge and comprehension of the early years education's pertinent health and safety prerequisites. It further aims to equip them with the capability to implement policies and processes related to health and safety. Special Educational Needs and Disability (SEND) in early years Reference No: H/650/0991 Credit: 8 || TQT: 80 This unit seeks to enhance the learner's knowledge and comprehension of the legislation about children with Special Educational Needs and Disabilities (SEND) and the measures in place to address additional needs in early years education.   Phase 2 - BSc (Hons) in Early Childhood Studies Programme structure Early Childhood Leadership and Management Children's Rights Interdisciplinary Perspectives Leading Change in Early Childhood Contexts Early Childhood Graduate Competencies Undergraduate Major Project Delivery Methods The programme comprises two phases; the first is the Qualifi Level 4 and 5 Diploma in Early Learning and Childcare, awarded by Qualifi and delivered by the School of Business and Technology London. The School of Business and Technology London offers flexible learning methods, including online and blended learning, allowing students to choose the mode of study that suits their preferences and schedules. The programme is self-paced and facilitated through an advanced Learning Management System. Students can easily interact with tutors through the SBTL Support Desk Portal System for course material discussions, guidance, assistance, and assessment feedback on assignments. School of Business and Technology London provides exceptional support and infrastructure for online and blended learning. Students benefit from dedicated tutors who guide and support them throughout their learning journey, ensuring a high level of assistance. The second phase is the BSc (Hons) in Early Childhood Studies Top Up, awarded and delivered 100% online by Anglia Ruskin University. At Anglia Ruskin University, you will study through Canvas, a world-class online Learning Management System (LMS), accessed from your phone, pc or tablet at home or on the move. Canvas provides instant access to study materials, forums, and support from tutors and classmates, as well as enabling easy submission of your assignments. After successfully completing your studies, you'll be invited to attend a graduation ceremony on campus at Anglia Ruskin University. If attending the ceremony in person is not possible, we'll arrange to send your certificate to you. School of Business and Technology London partners with Chestnut Education Group to promote this programme. Resources and Support School of Business & Technology London is dedicated to offering excellent support on every step of your learning journey. School of Business & Technology London occupies a centralised tutor support desk portal. Our support team liaises with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receives a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and streamline all the support processes efficiently. Quality learning materials made by industry experts is a significant competitive edge of the School of Business & Technology London. Quality learning materials comprised of structured lecture notes, study guides, practical applications which includes real-world examples, and case studies that will enable you to apply your knowledge. Learning materials are provided in one of the three formats, such as PDF, PowerPoint, or Interactive Text Content on the learning portal. How does the Online Learning work at SBTL? We at SBTL follow a unique approach which differentiates us from other institutions. Indeed, we have taken distance education to a new phase where the support level is incredibly high.Now a days, convenience, flexibility and user-friendliness outweigh demands. Today, the transition from traditional classroom-based learning to online platforms is a significant result of these specifications. In this context, a crucial role played by online learning by leveraging the opportunities for convenience and easier access. It benefits the people who want to enhance their career, life and education in parallel streams. SBTL's simplified online learning facilitates an individual to progress towards the accomplishment of higher career growth without stress and dilemmas. How will you study online? With the School of Business & Technology London, you can study wherever you are. You finish your program with the utmost flexibility. You will be provided with comprehensive tutor support online through SBTL Support Desk portal. How will I get tutor support online? School of Business & Technology London occupies a centralised tutor support desk portal, through which our support team liaise with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receive a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and to streamline all the support process efficiently. Learners should expect to receive a response on queries like guidance and assistance within 1 - 2 working days. However, if the support request is for assessment feedback, learners will receive the reply with feedback as per the time frame outlined in the Assessment Feedback Policy.

BSc (Hons) Early Childhood Studies Top-Up - Inclusive of Level 4 and 5 Pathway Diploma
Delivered OnlineFlexible Dates
Price on Enquiry

PODCAST DISCUSSION: "IF RACISM WAS A VIRUS" THE SIX STAGES FRAMEWORK

By Six Stages Diversity Framework

These events are designed to work on the ideas introduced in Level 1: Understanding & Dealing with Everyday Racism The Six Stages Framework

PODCAST DISCUSSION: "IF RACISM WAS A VIRUS" THE SIX STAGES FRAMEWORK
Delivered OnlineFlexible Dates
FREE
1...567

Educators matching "Equality"

Show all 10
Bemis (Scotland)

bemis (scotland)

London

BEMIS is the national umbrella body supporting the development of the Ethnic Minorities Voluntary Sector in Scotland. BEMIS was established in 2001 to promote the interest of minority ethnic voluntary organisations, develop capacity and support inclusion and integration of ethnic minorities communities. It is a member-led and managed organisation with an elected board of directors. The major aims and objectives of BEMIS are to represent and support the development of the ethnic minority voluntary sector across Scotland, and to support the diverse communities and individuals that this sector represents, especially those who are under- represented and disadvantaged. BEMIS aims to address inequalities by empowering communities, working towards an inclusive society by establishing structures, which recognise diversity and empowers ethnic minorities, and ensuring that they are fully recognised and supported as a valued part of the Scottish multicultural civic society. Initial Key aims and objectives: To strengthen the capacity of the ethnic minorities voluntary sector. Raise the profile of the ethnic minorities’ voluntary sector and its needs at strategic, local and national levels. Have a coordinating role for the voice of the ethnic minorities’ voluntary sector, ensuring pertinent issues are raised with the relevant bodies. To take a lead on policy issues and debate which are of concern to minority ethnic communities at both local and national levels. Work in partnership with all stakeholders and the diverse Ethnic Minorities communities in support of equality and a multicultural Scotland. Key Strengths Of BEMIS as identified in the HMIE review: a highly committed board of directors and staff who brought with them a good range of professional skills and a clear understanding of their responsibilities; the organisation had been successful in uniting a diverse range of stakeholders; BEMIS was highly valued by stakeholders and was making a positive impact on individuals, organisations and communities; strong commitment to inclusion and diversity; and strong commitment to ensuring grass roots organisations have a voice rather than acting as a spokesperson for EM communities. The above is complemented by the following notions stated by HMIE: A sector leading organisation/ excellent rating. BEMIS made a significant difference in local communities and to the organisations it supported. 93.6 % of questionnaire respondents rated the overall service provided by BEMIS as good to excellent Active involvement in research work with other organisations [which] enhanced understanding and removed barriers to BME involvement in local and national democracy Organisational efficiency and effectiveness for stakeholder organisations had been improved BEMIS gives grass roots a voice rather than acting as mouthpiece for EM communities BEMIS had been instrumental in securing a significant increase in the EM responses to consultation processes making effective use of its network both nationally and across a diverse range of ethnic communities/ BEMIS was making a positive contribution to policy development and had been instrumental in ensuring …‘engagement’… directly with EM organisations/ BEMIS had a strong track record of consulting its target communities, identifying needs and responding quickly with programmes and projects. Their commitment to capacity building ensured that local projects were self sustaining and no longer required significant support from BEMIS staff The comprehensive range of accredited training opportunities offered including a BA in community regeneration and HNC working in communities ensured EM people in local communities had the skills to better engage with local structures and partnerships Managers and staff at BEMIS were highly motivated, energetic and committed to the purpose of their work. They worked very effectively as a team, providing high levels of mutual support. The very strong commitment of BEMIS to diversity and inclusion was reflected in its diverse membership. Participants in the professional development courses came from a range of ethnic backgrounds The organisation had made very good efforts to target specific communities with its work, and to involve them in its management the organisation was not fully capitalising on its excellent work. It should develop better means to communicate and celebrate its successes so as to raise its profile. There is a strong commitment at both board and staff level to ensure that the diverse voluntary sector and communities this sector represents are fully recognised and supported as a valued part of civic society and a multicultural Scotland. BEMIS enjoys a high proportion of fundamental Strengths that are essential for the development and delivery of our role and remit. The opportunities for developing and delivering our strategies and objectives are ample and remain to be explored and exploited to the full in support of the diverse EMVS as well as government policies and initiatives around equality and social justice. Within the above context, BEMIS has and continue to be a major partner in supporting the equality agenda in Scotland and in supporting the diverse communities within the framework of equality, diversity and a cohesive multicultural Scotland. We envisage this role to be enhanced and promoted enabling us to function and deliver at several levels in empowering the diverse EM voluntary sector and the communities this sector represents as well as assisting national policies and objectives of the government in their endeavour to promote an equal multicultural Scotland.

Develop Us

develop us

London

The Develop Us team is passionate about developing the skills of individuals within Wales. We believe in equality and aim to provide equal opportunities through supporting individuals with additional learning needs and complex behaviours by offering assessment, tuition and support in various settings. We offer a range of services including: Educational Courses Courses for family members aimed at raising their awareness of additional learning needs and developing appropriate skills to be able to support their relative with additional learning needs; Courses for practitioners working with service users, such as health and social care sector practitioners. This will develop their understanding of additional learning needs as part of their job role; Training will be provided to any organisation and support group that is willing to offer an inclusive environment for people with additional learning needs. Click here to find out more about our range of courses Consultancy This service is aimed at supporting organisations, including employers and services working with people with ALN, by designing training materials and reviewing in house training programmes, services and environments to ensure that they accommodate individual needs; The Develop Us team is also qualified to provide development training for staff at schools and colleges. Click here to find out more about our consultancy service Assessments, Teaching and Mentoring Offering a wide range of assessments which investigate specific learning difficulties, highlighting an individual’s strengths and weaknesses; Providing specialist tuition and mentoring support enabling individuals with additional learning needs to achieve their full potential. Click here to find out more about the specialist assessments, teaching and mentoring services we offer Get in touch to find out more.

Kokoro Shotokan Karate

kokoro shotokan karate

Cardiff

Kokoro Karate is a traditional Shotokan karate school with a modern approach to practical applications. At Kokoro we take an holistic approach to our training, developing mind, body and spirit. We believe this empowers our students and develops mindfulness, self-confidence, heath, fitness, concentration, co-ordination and respect. The Class Instructor is Sensei Paul Cooper 4th Dan. Paul has over thirty years of experience, achieving his black belt in 1987 with Hanshi Shiro Asano 9th Dan, who was a direct student of Nakayama, the founder of the JKA. Paul has trained internationally with many world respected teachers in his karate career grading with the SKIF, SSKA and the Conroy Karate Group. We are governed by NAKMAS (National Association of Karate and Martial Arts Schools), the only martial arts body in Britain to hold a Government recognised British Standards Quality Kitemark (BS:EN ISO 9001:2015) via the British Standards Insitution (BSI) and is accredited to the Equality Standard: A Framework for Sport at Intermediate level. Paul is a senior instructor and examiner for the NAKMAS Governing Body and the club operates within the strict policies and guidelines laid down by them. Our dojo is at The Old Library Sports & Community Centre, Singleton Road, Splott, Cardiff, CF24 2ET Training is suitable for men, women and children aged ten/eleven years and over. We do allow children (primary school age) by prior agreement to train if a parent or guardian trains as well in the senior class, we also offer our Kokoro Tigers programme that is designed for children from 4/5 (school reception class) to 10/11 years old. Shotokan training is divided into three parts: kihon (basics), kata (forms or patterns of moves), and kumite (sparring). Techniques in kihon and kata are characterised by deep, long stances that provide stability, enable powerful movements, and strengthen the legs. Shotokan is regarded as a dynamic martial art as it develops anaerobic, powerful techniques as well as developing speed.