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

27693 Development courses in Belfast delivered Online

C++ programming foundation

5.0(3)

By Systems & Network Training

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.

C++ programming foundation
Delivered in Internationally or OnlineFlexible Dates
£3,697

Complete C# programming

5.0(3)

By Systems & Network Training

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.

Complete C# programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Advanced Java programming

5.0(3)

By Systems & Network Training

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

Advanced Java programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Complete Perl programming

5.0(3)

By Systems & Network Training

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.

Complete Perl programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

REST API Automation Testing from Scratch - REST Assured Java

By Packt

This course has been updated with OAuth 2.0 Google Authentication real-time examples. 70% of the IT industry is now heading toward this API for automating services. Learn everything you need to know about REST API automation, even if you've never worked before on this domain.

REST API Automation Testing from Scratch - REST Assured Java
Delivered Online On Demand24 hours 5 minutes
£87.99

Logistics, Retail & Supply Chain Management - QLS Level 5 & 7 Diploma

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Logistics, Retail & Supply Chain Management -  QLS Level 5 & 7 Diploma
Delivered Online On Demand
£349

Child Care and Nannying - CPD Certified

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Don't Let Year-End Deals Slip Away - Enrol Now! Looking for a career in child care and nannying that offers competitive salaries and a fulfilling work-life balance? Our bundle of courses is the perfect place to start! The demand for high-quality child care and nannying services continues to rise, creating a range of well-paid job opportunities. A nanny's salary in the UK can range from £18,000 to £40,000 per annum, while a nursery manager's salary can range from £22,000 to £45,000 per annum. With a growing demand for high-quality child care and nannying services, the industry offers a range of well-paid and rewarding job opportunities. Whether you're seeking a role in a daycare centre, as a nanny or working in a neonatal unit, the skills and knowledge gained from our Child Care and Nannying bundle will ensure that you're equipped for the job. But it's not just about the money. A career in child care and nannying offers a sense of purpose and the chance to make a real difference in the lives of children and their families. With our courses, you'll gain a deep understanding of child development, psychology and attachment, enabling you to provide the best possible care for children of all ages. Invest in your future and take the first step towards a successful career in child care and nannying. Our courses provide the perfect foundation for those looking to excel in this dynamic and rewarding industry. Enrol today and take the first step towards a fulfilling career with competitive salaries and an excellent work-life balance. This Child Care and Nannying Bundle Package includes: Course 01: Diploma in Childcare at QLS Level 5 10 Premium Additional CPD QS Accredited Courses - Course 01: Paediatrics Course Course 02: Child Development & Psychology Diploma Course 03: Childcare and Nannying Course 04: Child Attachment Course Course 05: Early Childhood: Child Care Course 06: Baby Care Training Course 07: Neonatal Nursing Course 08: Safeguarding Children Course Course 09: Introduction to Child Playwork Course 10: Paediatric First Aid Training Why Prefer This Child Care and Nannying Bundle? You will receive a completely free certificate from the Quality Licence Scheme Option to purchase 10 additional certificates accredited by CPD Get a free Student ID Card - (£10 postal charges will be applicable for international delivery) Free assessments and immediate success results 24/7 Tutor Support After taking this child Care and Nannying bundle course, you will be able to learn: Develop a deep understanding of child development and psychology. Gain practical knowledge and skills in child care and nannying. Understand the importance of child attachment and how to build healthy relationships. Learn how to provide quality paediatric first aid and neonatal care. Gain knowledge and practical skills in safeguarding children and promoting their well-being. Become equipped to manage and operate an early childhood child care centre. Learn the art of child playwork to foster positive development and well-being. ***Curriculum breakdown of Child care*** Module 01: Caring for Children Module 02: Healthy Food, Healthy Living Module 03: Keeping Children Healthy & Safe Module 04: Child Protection Module 05: Play, Imagination and Creativity Module 06: Introduction to EYFS Module 07: Importance of Early Years in Development Module 08: EYFS Teaching Techniques Module 09: Working as an EYFS Teacher Module 10: Promoting Learning and Development Module 11: Children Having Special Education Needs or Disabilities How is the Child Care and Nannying Bundle Assessment Process? You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you successfully pass the exams. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This bundle is ideal for: Aspiring and current child care and nannying professionals seeking to enhance their skills and knowledge. Individuals seeking a career change to the child care and nannying industry. Parents or caregivers seeking to improve their childcare skills and knowledge. Anyone with an interest in child development and psychology. Career path This bundle will be beneficial for anyone looking to pursue a career as: Nursery Assistant - £15,000 to £20,000 per annum Nanny - £18,000 to £40,000 per annum Nursery Manager - £20,000 to £35,000 per annum Childcare Centre Manager - £20,000 to £45,000 per annum Paediatric Nurse - £24,000 to £50,000 per annum Neonatal Nurse - £24,000 to £45,000 per annum Certificates CPD QS Accredited Certificate Digital certificate - Included Upon successfully completing the Bundle, you will need to place an order to receive a PDF Certificate for each course within the bundle. These certificates serve as proof of your newly acquired skills, accredited by CPD QS. Also, the certificates are recognised throughout the UK and internationally. CPD QS Accredited Certificate Hard copy certificate - Included International students are subject to a £10 delivery fee for their orders, based on their location. Diploma in Childcare at QLS Level 5 Hard copy certificate - Included

Child Care and Nannying - CPD Certified
Delivered Online On Demand3 weeks
£139

Child Psychology at QLS Level 5

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Don't Let Year-End Deals Slip Away - Enrol Now! This Diploma in Child Psychology at QLS Level 5 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 150 CPD points)to make your skill development & career progression more accessible than ever! Are you looking to improve your current abilities or make a career move? If yes, our unique Child Psychology at QLS Level 5 course might help you get there! It is an expertly designed course which ensures you learn everything about the topic thoroughly. Expand your expertise with high-quality training from the Child Psychology at QLS Level 5 course. Due to Child Psychology at QLS Level 5's massive demand in the competitive market, you can use our comprehensive course as a weapon to strengthen your knowledge and boost your career development. Learn Child Psychology at QLS Level 5 from industry professionals and quickly equip yourself with the specific knowledge and skills you need to excel in your chosen career. The Child Psychology at QLS Level 5 course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the Child Psychology at QLS Level 5 course, an instant e-certificate will be exhibited in your profile that you can order as proof of your skills and knowledge. Add these amazing new skills to your resume and boost your employability by simply enrolling in this Child Psychology at QLS Level 5 course. This Child Psychology at QLS Level 5 training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! Why Prefer This Child Psychology at QLS Level 5 Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another accredited by CPDQS which is completely free. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the Child Psychology at QLS Level 5 course: Module 01: Introduction to Child Psychology Module 02: Introduction to Mental Health Module 03: Attachment and Relationship Building in Childhood Module 04: Impacts of Separation and Loss on Attachment Module 05: Factors that Influence Development Module 06: Cognitive Development Module 07: Social and Emotional Development Module 08: Personality and Intellectual Development of Children Module 09: Understanding Moral Development Module 10: Assessments of Attachment Module 11: Attachment Disorder Module 12: Attachment-Focused Parenting Module 13: Interventions, Treatment and Support Module 14: Signs of Child Neglect Module 15: Risk Factors for Neglect Module 16: The impact of Child Neglect Module 17: Prevent Child Negligence Module 18: Mental Health Related Legislations in the UK Assessment Process After completing an online module, you will be given immediate access to a specially designed MCQ test. The results will be immediately analysed, and the score will be shown for your review. The passing score for each test will be set at 60%. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Child Psychology at QLS Level 5exams. CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Child Psychology at QLS Level 5 course is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements No prior background or expertise is required. Career path The Child Psychology at QLS Level 5 course will boost your CV and aims to help you get the job or even the long-awaited promotion of your dreams. Certificates CPDQS Accredited Certificate Digital certificate - Included Diploma in Child Psychology at QLS Level 5 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Child Psychology at QLS Level 5, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme andalso you can order CPDQSAccredited Certificate that is recognised all over the UK and also internationally. The certificates will be home-delivered, completely free of cost.

Child Psychology at QLS Level 5
Delivered Online On Demand3 weeks
£105

Unreal Engine 5 - Environment Design

By Packt

In this course, you will learn how to create an AAA-looking scene in Unreal Engine 5 from scratch. This class is not for beginners; therefore, no basics of Unreal Engine 5 will be covered. You should be able to know how to navigate and have basic knowledge of the Unreal Engine 5 Interface.

Unreal Engine 5 - Environment Design
Delivered Online On Demand1 hour 11 minutes
£14.99

Import-Export: Supply Chain Management - 20 Courses Bundle

By NextGen Learning

Get ready for an exceptional online learning experience with the Import-Export: Supply Chain Management bundle! This carefully curated collection of 20 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The Import-Export: Supply Chain Management is a dynamic package, blending the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Supply Chain Management package has something for everyone. As part of this package, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the Supply Chain Management bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This Bundle Comprises the Following CPD Accredited Courses: Import/Export Logistic Management Supply Chain Management Certificate in Purchasing and Procurement Purchase Ledger Operations Management: Process Mapping & Supply Chain Commercial law Transport Manager Port Management Diploma Diploma in Lean Process and Six Sigma Retail Management Product Management Commercial Management SAP Controlling (CO) - Product Costing S4HANA Compliance and Risk Management Diploma Career Development Plan Fundamentals CV Writing and Job Searching Learn to Level Up Your Leadership Networking Skills for Personal Success Ace Your Presentations: Public Speaking Masterclass Learning Outcome: Gain comprehensive insights into multiple fields. Foster critical thinking and problem-solving skills across various disciplines. Understand industry trends and best practices through the Supply Chain Management Bundle. Develop practical skills applicable to real-world situations. Enhance personal and professional growth with the Supply Chain Management Bundle. Build a strong knowledge base in your chosen course via thisBundle. Benefit from the flexibility and convenience of online learning. With the Supply Chain Management package, validate your learning with a CPD certificate. Each course in this bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the Import-Export: Supply Chain Management, a rich anthology of 15 diverse courses. Each course in the Supply Chain Management bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. ThisImport-Export: Supply Chain Management bundle will take you on a unique and enriching educational journey. The bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, this bundle offers you the flexibility and convenience to learn at your own pace. Make the Supply Chain Management package your trusted companion in your lifelong learning journey. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Import-Export: Supply Chain Management bundle is perfect for: Lifelong learners looking to expand their knowledge and skills. Professionals seeking to enhance their career with CPD certification. Individuals wanting to explore new fields and disciplines. Anyone who values flexible, self-paced learning from the comfort of home. Career path Unleash your potential with the Import-Export: Supply Chain Management bundle. Acquire versatile skills across multiple fields, foster problem-solving abilities, and stay ahead of industry trends. Ideal for those seeking career advancement, a new professional path, or personal growth. Embrace the journey with the Import-Export: Supply Chain Management bundle package. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - Included You will get a complimentary Hard Copy Certificate.

Import-Export: Supply Chain Management - 20 Courses Bundle
Delivered Online On Demand3 days
£79