You have the pieces of the Leadership Puzzle; the knowledge of child Development, the knowledge of best practise, the knowledge of health and safety plus much more. Now let's use these pieces of knowledge to help you connect and lead a team to excellence.
C++ training course description A hands on introduction to programming in the C++ language. The course concentrates on aspects that will be new to experienced C programmers and so is not suitable for those without C knowledge. What will you learn Write C++ programs Debug C++ programs. Examine existing code and determine its function. Use classes, function overloading, operator overloading, inheritance and virtual functions within C++ programs. C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C programming foundation. Duration 5 days C++ training course contents The origins of C++ C++ as a better C, C++ and Object Oriented Programming, encapsulation, polymorphism, inheritance. C++ standards. Getting started Simple C++ programs. Classes Basics, constructor and destructor functions, member and friend functions. Using objects. Default, copy and conversion constructors. A better C Arrays, pointers and references, new and delete. Improved safety with smart pointers, Resource Acquisition in Initialization (RAII). Functions in C++ Function overloading, default arguments, inline functions, Lambda functions. Templates Template classes and functions. Standard Library Containers, Iterators, algorithms, function objects. Operator overloading Basics, binary operators, the this pointer, relational operators, unary operators. Members versus friends. Inheritance Base class access control, protected members, multiple inheritance, virtual base classes. More I/O Manipulators, customising inserters, extractors. File I/O. Virtual functions Pointers to derived classes, run time polymorphism. Exception handling Throwing errors, trying code and catching errors.
Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.
Advanced Java training course description A tour of the more advanced features of Java following on from the Introduction to Java course. JDBC and JavaBeans are covered in separate courses. What will you learn Use Java to implement OOA/D. Use within Java programs - Internationalisation - Object serialisation - Reflection - RMI - Swing - JAR files Write Servlets and Java Server Pages Advanced Java training course details Who will benefit: Those wishing to program in Java. Prerequisites: Introduction to Java programming Duration 5 days Advanced Java training course contents What you should already know OO features in Java Static initialisers, object destruction, finalisation, constructor chaining, shadowing, Abstract classes and interfaces, inner classes, nested classes, member classes, local classes, anonymous classes. Internationalisation Locales, Unicode, local customs, localising messages. Object Serialisation Simple and custom serialisation, class versioning. Reflection Obtaining class and member information. RMI Restrictions, RMI architecture, Stubs, skeletons, rmic, the registry server, The RMI API. Swing An overview, examples, comparison vs. AWT, data transfer cut & paste. Servlets Servlet API, Java Web server, The servlet life cycle, chaining servlets, Hybrid servlets. JAR files and signed applet JAR files and signed applet
Complete VB.Net training course description A hands on introduction to programming in Visual BASIC .Net. What will you learn Build Visual BASIC applications. Build simple components Debug Visual BASIC programs. Examine existing code and determine its function. Complete VB.Net training course details Who will benefit: Anyone wishing to program in Visual BASIC. Anyone wishing to build Windows based applications. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete VB.Net training course contents Writing your first program Visual Studio, forms designer, running VB programs, the UI, properties, writing the code. Toolbox Controls Basic use, input controls, ActiveX controls. Menus and Dialog Boxes Menus, Dialog Box controls, event procedures. Visual Basic .NET variables and operators Variables, I/O, data types, constants, operators, Math Methods, precedence. Decision Structures and Loops and Timers Event-Driven programming, Ifâ¦Then, Select Case, Forâ¦Next Loops, Timer Control. Debugging Visual Basic .NET Programs Break Mode, watch & command windows. Structured Error Handling Try...Catch, Finally, Err Object, retry periods. Modules and Procedures Standard modules, public variables, procedures. Arrays and Collections to Manage Data Fixed-Size & dynamic Arrays, ReDim Preserve, object collections, Controls Collection. Text Files and String Processing Text Box object, Text String methods, sorting. Automating Office Applications Application objects, automation in VB, the Object Browser, the Process Component. Deploying Visual Basic .NET Applications Planning a deployment, ways to deploy an application, deployment projects, options. Managing Windows Forms Forms, positioning, manipulation, adding controls, organizing controls, Startup Object. Adding Graphics and Animation Effects System.Drawing namespace, coordinates, SystemPaint Event, animation, transparency. Inheriting Forms and Creating Base Classes Inheriting forms, inheritance picker, base classes and inheritance, classes in projects. Working with Printers PrintDocument class, Text Box object, Print Preview and Page Setup Dialog Boxes. Database programming with ADO.NET Databases, ADO.NET, Data Adapters, Datasets, Bound & Navigation Controls. Displaying database records, formatting DataGrid cells, updating the database. Displaying HTML Documents Using IE IE Object, Internet Controls, IE Events. Web Forms for Interactive Web Applications ASP.NET, Web Forms vs. Windows Forms, HTML controls, web applications, event procedures for web forms controls.
Complete VBA programming training course description This course helps you extend the capabilities of the entire Office suite using Visual Basic for Applications (VBA). Even if you have no programming experience, you'll be automating routine computing processes quickly using the simple, yet powerful VBA programming language. We start at the beginning to get you acquainted with VBA so you can start recording macros right away. You'll then build upon that foundation to utilize the full capabilities of the language in Word, Excel, Outlook, and PowerPoint. What will you learn Record, write and run macros. Work with VBA Editor. Use the huge library of built-in functions. Create simple dialog boxes and complex forms. Customize Word, Excel, PowerPoint, Outlook, and Access. Program the Office 2016 ribbon. Complete VBA programming training course details Who will benefit: Anyone looking to extend the capabilities of the entire Office suite using VBA. Prerequisites: None. Duration 5 days Complete VBA programming training course contents Macros and getting started in VBA VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Working with VBA 1 VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Decisions, loops and functions Built-in functions, creating your own functions, making decisions in your code, using loops to repeat actions. Using message boxes, input boxes, and dialog boxes Getting user input with message boxes and input boxes, creating simple custom dialog boxes, creating complex forms. Creating effective code Building modular code and using classes, debugging your code and handling errors, building well-behaved code, exploring VBA's security features. Programming the Office applications The Word object model and key objects, working with widely used objects in Word, the Excel object model and key objects, working with widely used objects in Excel, the PowerPoint object, model and key objects, working with shapes and running slide shows, the Outlook object model and key objects, working with events in Outlook, the Access object model and key objects, manipulating the data in an Access database via VBA, accessing one application from another application, programming the Office 2016 ribbon.
Complete C programming training course description A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. What will you learn Write ANSI C programs Use the C libraries Debug C programs Examine existing code and determine its function. Complete C programming training course details Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. Prerequisites: None, although experience in another high level language would be useful. Duration 5 days Complete C programming training course contents Getting started The compilation process, comments, main(), statement blocks, printf(). C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. Character/string manipulation Arrays of characters, string definition, working with strings, String library. Program arguments argc and argv, example uses,char *argv[] versus char ** argv. Program structure and storage classes Globals (externals), multi source programs, the look of a C program. Structures Declaration, the . and - operators, unions and bitfields. Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()
Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.
Description Whether you want to become a highly paid Android Developer or a Freelancer Android Developer and build top-notch Apps in no time flat, then this Android Developer's Portfolio Masterclass - Build real Apps course is what you need. This comprehensive course is designed to help you in building Android Developer's Portfolio, developer resume, and attract employers and amp. This course covers everything you need to know about building world-class apps you can add to your portfolio including the tools and techniques that required to become a Pro-Java Developer. You'll also learn how to grow your Android Development knowledge while building up your portfolio and the crucial Android Framework in a little time. What you'll learn Build Android Apps to include on your portfolio Master intermediate to advanced Android & Java Development Skills Build your Android Developer Resume and Reputation so you get that job! Master the tools that will make you and EXPERT Android & Java Developer Get all the tools and knowledge to become a true Android Developer Champion Requirements Have some Android Development Experience Have some Java Programming Experience (Java Refresher section provided) Not a complete Java and Android Beginner Who is the target audience? If you have a working Java and Android Development knowledge, this is for you. If you are a seasoned Java programmer and have done some Android Development then take this for you. If you are switching from C++ to Java then this is a fast-track way of doing it. You can get started straight away with the Intermediate Java Language section. If you are a pro developer and want to quickly get up to date with Android Development, then this course is for you. If you need some Java refresher, then you have come to the right place as I have included a bonus section on Java too. Who this course is for: Java and Android Student's who want to build their Android Developer's Portfolio Intermediate Android Developers who want to build their Android Developer Resume and get Jobs or start their freelancer careers Advanced Java and Android Developers who want to Build Android Apps that will wow potential employers and clients Android Developers who want to build their developer online presence Students who want to take their existent Android/Java Skills to the next level by building Amazing Android Apps Getting Started What you'll get from this Course? 00:03:00 How To Get Your Free Gifts? 00:05:00 About Bonus Sections 00:02:00 Build Your Portfolio App - Brand Yourself as Android Development What You'll Make by the End of This Section 1 00:01:00 Let's Build our Portfolio App - Setup User Interface - Part 1 00:14:00 Let's Build our Portfolio App - Setup User Interface - Part 2 00:10:00 Portfolio App - User Interface and Coordinator Widget 00:10:00 Let's Build our Portfolio App - TabLayout and Fragment 00:13:00 Let's Build our Portfolio App - Setup User Interface - Viewpager Adapter 00:15:00 Let's Build our Portfolio App - Final App 00:08:00 Build Your Portfolio - Motivational App What You'll Make by the End of This Section 2 00:01:00 Motivational App - Intro and UI Setup - Part 1 00:11:00 Motivational App - AppController Class 00:10:00 Motivational App - Pager Adapter 00:14:00 Motivational App - Quotes Fragment Setup 00:14:00 Motivational App - Show Quotes on Slide 00:20:00 Motivational App - Final - Cardview Colors 00:07:00 Build Your Portfolio - Build and Android Game What You'll Make by the End of This Section 3 00:01:00 Let's Build a Fun Game - Reflex Game - UI Setup 00:10:00 Let's Build a Fun Game - Reflex View - Setup - Part 1 00:11:00 Let's Build a Fun Game - Reflex View - Setup - Part 2 00:13:00 Let's Build a Fun Game - Reflex Game - Add Spot on Screen 00:13:00 Let's Build a Fun Game - Reflex Game - Show Spots and Tapping 00:15:00 Let's Build a Fun Game - Reflex Game - Adding Sound Efects 00:13:00 Let's Build a Fun Game - Reflex Game - More Setup 00:11:00 Let's Build a Fun Game - Reflex Game - Game Setup 00:11:00 Let's Build a Fun Game - Reflex Game -Final Game 00:17:00 Advanced Drawing on Screen Draw and Views in Android 00:05:00 Drawing Primitive Shapes on Screen - Circles and Lines 00:16:00 How to Read the Android Documentations 00:07:00 Gradients 00:07:00 Drawing Bitmaps on Screen 00:08:00 Custom TextViews 00:08:00 Build Your Portfolio - Build Pikasso - Doodlz App What You'll Make by the End of This Section 4 00:01:00 Pikasso App - Overview 00:14:00 Pikasso App - Setup - Part 1 00:06:00 Pikasso App - Setup - Motion Event Methods 00:15:00 Pikasso App - Drawing on Screen 00:15:00 Pikasso App - Setup - Creating Menus - Part 1 00:16:00 Pikasso App - Creating Menu - Part 2 00:06:00 Pikasso App - Setup Dialog for Width 00:11:00 Pikasso App - Setup - Color Seekbar - Part 1 00:12:00 Pikasso App - Setup SeekBar Dialog 00:16:00 Pikasso App - Setup - Finalize Color Seekbar Dialog 00:21:00 Pikasso App - Saving Images 00:18:00 Pikasso App - Final Product 00:05:00 Build Your Android Portfolio - Weather App What You'll Make by the End of This Section 5 00:01:00 Weather App - Setup User Interface 00:18:00 Weather App - adding a Background Image 00:08:00 Weather App - Setup Volley and JSON API 00:12:00 Weather App - Setup Model Class and ViewPager Fragment 00:17:00 Weather App - Creating the ForecastAdapter and Forecast Fragment 00:14:00 Weather App - Setup Forecast Fragment 00:13:00 Weather App - Setup Forecast Data Class and Download JSON Data 00:09:00 Weather App - Probing in JSON API Object 00:10:00 Weather App - Pulling Data and Async Callback Interface 00:18:00 Weather App - Showing data in ViewPager 00:10:00 Weather App - ViewPager Design and Rearranging Views 00:12:00 Weather App - Putting Together the Top CardView and Current Weather data 00:11:00 Weather App - Top Cardview Final Look 00:11:00 Weather App - Getting Location Input and Populate Screen 00:14:00 Weather App - Saving Locations - Shared Preferences 00:14:00 Weather App - Final Weather Forecast App 00:21:00 Build your Portfolio - Android Sensors What You'll Make by the End of This Section 6 00:01:00 Introduction to Sensor in Android Devices 00:04:00 Different types of Sensors 00:13:00 Getting Light Sensors 00:17:00 Ambient Temperature Sensor 00:11:00 Compass App - Part 1 00:12:00 Compass App - Final 00:12:00 Build your Portfolio - Breathe App What You'll Make by the End of This Section 6 00:01:00 Introduction to Breathe App - UI Setup 00:13:00 Introduction to Breathe App - Animation Library 00:11:00 Introduction to Breathe App - Animate the View 00:12:00 Introduction to Breathe App - Saving App Data 00:13:00 Introduction to Breathe App - Final App 00:21:00 Bonus Section - Java Refresher Intro to Variables - Java 00:07:00 Variables - Integers 00:08:00 Variables - Double, Chars, Floats 00:13:00 Variables - Booleans 00:03:00 Java Basic Operations 00:13:00 Java - Relational Operators and If Statements 00:10:00 Java For and While Loops 00:12:00 Java - Methods and Parameters 00:12:00 Java - Methods and Return Types 00:13:00 Java - Introduction to Classes 00:15:00 Java - Member Variables 00:09:00 Java Access Modifiers 00:13:00 Java - Overloading Constructors 00:05:00 Java - Introduction to Inheritance 00:04:00 Java Inheritance - Part 2 00:11:00 Java - Arrays 00:11:00 Java - Arrays - Part 2 00:06:00 Java - HashMaps 00:10:00 Java - HashMaps - Part 2 00:04:00 Installing Android Studio - Setup Development Environment Installing Java, JDK and JRE (Windows PC) 00:09:00 Install Android Studio on Windows PC 00:12:00 Install Android Studio - Mac OSX 00:09:00
Course Information This course offers foundational guidance and practical support tailored for individuals operating within Good Manufacturing Practice (GMP) frameworks. Explore the fundamental prerequisites of a pharmaceutical quality system (PQS) and delve into the application of quality risk management (QRM) principles, aligning with current regulations and guidance. Gain insights into pivotal aspects such as requirements, roles, and responsibilities, encompassing change control, document management, and key documentation essential for effective implementation of GMP with a focus on regulatory inspections and common findings. Is this course for you? Ideal for professionals engaged in GMP across various sectors, including: Research and Development (R&D) Contract Manufacturing Organisations Manufacturing Units Quality Control (QC) Laboratories Auditing Roles. What will you learn? Event objectives - by the end of the course, delegates shall: Have an awareness of the basic requirements of GMP Be aware of UK and EU GMP Rules and Guidance and relevant publications Understand the roles and responsibilities associated with GMP Be able to contribute to and maintain quality documentation Have a basic understanding of product lifecycle and manufacturing Understand the requirements of GMP in the QC laboratory context Have a basic understanding of risk management and mitigation principles Understand the need for quality systems and quality assurance activities Be aware of common regulatory findings. Learning outcomes: delegates will be able to: Implement their role within GMP with confidence and knowledge of the principle requirements Contribute effectively to the GMP quality system and their organisation’s compliance Comprehend where their organisation’s activities sit within the larger GMP arena Know where to seek further information within the published rules and guidance, UK Legislation, European Commission Directives, ICH Guidance and other relevant publications, as well as via the internet. Tutors Tutors will be comprised of (click the photos for biographies): Louise Handy Director, Handy Consulting Ltd Programme Please note timings may be subject to alteration. Day 1 09:30 Introductions and Scope of the Course Understand the group requirements and the tutor's background and experience. 09:45 Background and Regulatory Environment Setting the scene, understanding the context, key legislation. 10:30 Principles of GMP Key points and requirements. 11:15 Break 11:30 Personnel and Responsibilities Management and staff, duties and accountabilities. 12:00 Overview of GMP Manufacturing Basics of the product life cycle. 12:30 Lunch 13:15 Risk Management Workshop Practical exploration of risk and mitigation activities. 14:30 QC Laboratories Activities and practicalities. 15:15 Break 15:30 Compliance Quality Assurance and Self Inspection. 16:15 Question Time A chance for questions on the practicalities of GMP. 16:30 Close of Course Extra Information Course Material This course will be run completely online. You will receive an email with a link to our online system, which will house your licensed course materials and access to the remote event. Please note this course will run in UK timezone. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course Access to an online course group to enhance networking. You will need a stable internet connection, a microphone and a webcam. CPD Points 7 Points Development Level Learn