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

2388 Programming courses in Bushey delivered Online

Swift: The Ultimate Guide to Mac and iOS Development

By Course Cloud

Course Overview Swift is a new programming language designed by Apple for iOS and Mac OS development. It makes programming easier, more flexible and fun, with a modern approach to software design patterns. In the Swift: The Ultimate Guide to Mac and iOS Development course, you will learn the fundamentals of Swift programming language - from its features and functions, to its app structure and syntax. It will show you how to get set up, create a new project, and much more. This in-depth training course will provide you with the complete source code to aid in the development process. It is ideal for aspiring programmers and software developers who are looking to learn up-to-date knowledge and best practices to gain a competitive edge in the job market. This best selling Swift: The Ultimate Guide to Mac and iOS Development has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Swift: The Ultimate Guide to Mac and iOS Development is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Swift: The Ultimate Guide to Mac and iOS Development is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Swift: The Ultimate Guide to Mac and iOS Development is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Swift: The Ultimate Guide to Mac and iOS Development, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Swift: The Ultimate Guide to Mac and iOS Development will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Swift: The Ultimate Guide to Mac and iOS Development to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Swift: The Ultimate Guide to Mac and iOS Development
Delivered Online On Demand
£25

Oracle Database 12c: PL/SQL I - Introduction

By Nexus Human

Duration 4.375 Days 26.25 CPD hours This course is intended for The target audience for this course is all Oracle professionals. Among the specific groups for whom this course will be helpful are: Application designers and database developers Database administrators Web server administrators Overview This eTextbook begins with an explanation of the intent and usage of the PL/SQL programming language for database applications. Important reasons why one should incorporate PL/SQL modules within the application architecture right from the initial design and planning phase are presented. Next one learns how to begin building executable PL/SQL program units. One learns about each of the major segments of a working program and how these interact with each other during program execution, including the important error or exception handling capabilities of the language. The final section goes beyond the basics and begins to explore advanced topics that will be useful later in the Sideris Oracle PL/SQL developer textbook series. One learns techniques and features that allow modular and reusable programs to be developed, increasing productivity and maintainability of database applications. his eTextbook introduces one to Oracle database programming using the PL/SQL programming language. One will learn the syntax, structure and features of the language. This textbook will also lay the foundation for the entire Sideris Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. his eTextbook introduces one to Oracle database programming using the PL/SQL programming language. One will learn the syntax, structure and features of the language. This textbook will also lay the foundation for the entire Sideris Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications.

Oracle Database 12c: PL/SQL I - Introduction
Delivered OnlineFlexible Dates
Price on Enquiry

Appium (Selenium)-Mobile Automation Testing from Scratch

By Packt

The course is intended to help design and implement industry-standard frameworks using Appium with TestNG Maven, Jenkins, GitHub, Apache Log4J2, and Extent Reports.

Appium (Selenium)-Mobile Automation Testing from Scratch
Delivered Online On Demand28 hours 33 minutes
£149.99

Automated Software Testing with Python

By Packt

Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications

Automated Software Testing with Python
Delivered Online On Demand12 hours 55 minutes
£89.99

Oracle 19c PL/SQL Fundamentals (TTOR12019)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for anyone needing to interface with an Oracle database such as end users, business analysts, application developers and database administrators / DBAs. Overview Working within in a hands-on learning environment, guided by our expert team, attendees will develop a practical approach to Oracle Database Technology. Throughout the course participants will explore: Using PL/SQL programming language for database applications and development incorporating PL/SQL modules within the application architecture from the initial design and planning phase The essentials of building executable PL/SQL program units Each of the major segments of a working program and how these interact with each other during program execution Important error or exception handling capabilities of the language. How database-resident program units can be used as part of the overall database application architecture Applying these new skills to the development of PL/SQL packages. Advanced database programming capabilities and benefits How database triggers can be used as part of an advanced database application design Oracle 19c PL/SQL Fundamentals is a three-day, hands-on course that introduces Oracle database programming using the PL/SQL programming language. Throughout the course students will explore the core syntax, structure and features of the language. This course will also lay the foundation for the entire Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. The course also explores applying the newly learned skills to the development of database applications. Participants will learn how to use database-resident stored program units such as procedures, functions, packages and database triggers. Students will also learn about the latest features in Oracle 19c. 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 About BIND and Substitution Variables Using SQL Developer Using SQL *Plus Choosing a Database Programming Language What is Database Programming PL/SQL Programming PL/SQL Performance Advantages Integration with Other Languages PL/SQL Language Essentials PL/SQL Program Structure Language Syntax Rules Embedding SQL Writing Readable Code Generating Readable Code Generating Database Output SQL * Plus Input of Program Block DECLARE Section About the Declare Section Declare Primitive Types Declaration Options Not Null Constant Data Dictionary Integration % Type Declare Simple User-Defined Types Type ? Table Type ? Record Extended User Defined Types BEGIN Section About the Begin Section Manipulating Program Data Logic Control & Braching GOTO LOOP IF-THEN-ELSE CASE EXCEPTION Section About the Exception Section Isolating the Specific Exception Pragma Exception_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT & Select ? Into Beyond the Basics : Explicit Cursors About Explicit Cursors Extend Cursor Techniques For Update of Clause Where Current of Clause Using for ? Loop Cursors Introduction Database Resident Programming Units About Database ? Resident Programs Physical Storage & Execution Types of Stored Program Units Stored Program Unit Advantages Modular Design Principles Creating Stored Procedures and Functions Stored Procedures & Functions Create Procedure / Create Function Creating Procedures & Functions Raise_Salary() Procedure Salary_Valid() function The Parameter Specification Default Clause System & Object Privileges Using the Development Tools Executing Stored Procedures and Functions Calling Procedures & Functions Unit Testing with Execute Anonymous Block Unit Testing Specifying a Parameter Notation SQL Worksheet Unit Testing Calling Functions from SQL Maintaining Stored Programming Units Recompiling Programs Mass Recompilation Using UTL_RECOMP() Dropping Procedures & Functions Drop Procedures & Functions Drop Procedure / Function Data Dictionary Metadata Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies Dependency Internals Tracking Dependencies The Dependency Tracking Utility SQL Developer Dependency Info Dependency Strategy Checklists Creating & Maintaining About Packages Creating Packages Maintaining Packages Performance Considerations Advanced Package Capabilities Definer & Invoker Rights White Lists & Accessible By Persistent Global Objects Defining Initilization Logic Object Orientation Support Advanced Cursor Techniques Using Cursor Variables Using SYS_REFCURSOR Using Cursor Expressions Using System Supplied Packages DBMS_OUTPUT() UTL_FILE() FOPEN() Example Database Trigger Concepts About Database Triggers DML Event Trigger Sub-Types Database Trigger Scenario Trigger Exhaustion Mechanisms Trigger within SQL Worksheet Creating Database Triggers Statement Level Triggers Using Raise Application_Error() Row-Level Triggers Examples of Triggers Employee_Salary_Check Example Employee_Journal Example Budget_Event Example Instead of Triggers Triggers within and Application Maintaining Database Triggers Call Syntax Trigger Maintenance Tasks Show Errors Trigger Drop Trigger Alter Trigger Multiple Triggers for a Table Handling Mutating Table Issues Implementing System Event Triggers What are System Event Triggers Defining the Scope Available System Events System Event Attributes

Oracle 19c PL/SQL Fundamentals (TTOR12019)
Delivered OnlineFlexible Dates
Price on Enquiry

Property Development, Management & Estimation

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Property Development, Management & Estimation bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 37 course mega bundle that will exceed your expectations within your budget. The Property Development, Management & Estimation related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Property Development, Management & Estimation bundle will help you build a solid foundation to become a proficient worker in the sector. This Property Development, Management & Estimation Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Building Surveyor Course 2: Quantity Surveyor Training Course 3: Land Surveying Course 4: Construction Site Planning and Managment Course 5: Construction Cost Estimation Diploma Course 6: Construction Safety Diploma Course 7: Construction Industry Scheme (CIS) Course 8: Property Management Training Course 9: Effective Communication Skills for Technical People Course 10: Leadership Styles Course 11: Workplace First Aid Level 3 Course 12: Workplace Management Training Course 13: COSHH Training for Assessors Course 14: LOLER Training Level 2 Course 15: RIDDOR Training Course 16: Working at Height Course 17: Lone Worker Safety Diploma Course 18: Ladder Safety Training Course 19: Time Management Training Course 20: Property Development Diploma Course 21: Property Law Course 22: Property Business Training - Level 5 Course 23: Residential Property Sales Course 24: Public Housing Management Course 25: WELL Building Standard Course 26: Building Design And Construction With LEED V4.1 Course 27: AutoCAD VBA Programming for Beginners Course 28: AutoCAD Programming using C# with Windows Forms Course 29: Cost Control and Management Training Course 30: Positive Workplace Environment 7 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 1: Career Development Plan Fundamentals Course 2: CV Writing and Job Searching Course 3: Interview Skills: Ace the Interview Course 4: Video Job Interview for Job Seekers Course 5:Create a Professional LinkedIn Profile Course 6:Business English Perfection Course Course 7:Networking Skills for Personal Success Learning Outcome This tailor-made Property Development, Management & Estimation bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Property Development, Management & Estimation Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 370 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Property Development, Management & Estimation bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Property Development, Management & Estimation Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Property Development, Management & Estimation
Delivered Online On Demand8 days
£305

Surveying & Site Management

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Surveying & Site Management bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 37 course mega bundle that will exceed your expectations within your budget. The Surveying & Site Management related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Surveying & Site Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Surveying & Site Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Quantity Surveyor Training Course 2: Building Surveyor Course 3: Land Surveying Course 4: Construction Site Planning and Managment Course 5: Construction Cost Estimation Diploma Course 6: Construction Safety Diploma Course 7: Construction Industry Scheme (CIS) Course 8: Property Management Training Course 9: Effective Communication Skills for Technical People Course 10: Leadership Styles Course 11: Workplace First Aid Level 3 Course 12: Workplace Management Training Course 13: COSHH Training for Assessors Course 14: LOLER Training Level 2 Course 15: RIDDOR Training Course 16: Working at Height Course 17: Lone Worker Safety Diploma Course 18: Ladder Safety Training Course 19: Time Management Training Course 20: Property Development Diploma Course 21: Property Law Course 22: Property Business Training - Level 5 Course 23: Residential Property Sales Course 24: Public Housing Management Course 25: WELL Building Standard Course 26: Building Design And Construction With LEED V4.1 Course 27: AutoCAD VBA Programming for Beginners Course 28: AutoCAD Programming using C# with Windows Forms Course 29: Cost Control and Management Training Course 30: Positive Workplace Environment 7 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 1: Career Development Plan Fundamentals Course 2: CV Writing and Job Searching Course 3: Interview Skills: Ace the Interview Course 4: Video Job Interview for Job Seekers Course 5:Create a Professional LinkedIn Profile Course 6:Business English Perfection Course Course 7:Networking Skills for Personal Success Learning Outcome This tailor-made Surveying & Site Management bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Surveying & Site Management Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 370 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Surveying & Site Management bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Surveying & Site Management Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Surveying & Site Management
Delivered Online On Demand8 days
£305

Property law and Management

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Property law and Management bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 37 course mega bundle that will exceed your expectations within your budget. The Property law and Management related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Property law and Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Property law and Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Quantity Surveyor Training Course 2: Building Surveyor Course 3: Land Surveying Course 4: Construction Site Planning and Managment Course 5: Construction Cost Estimation Diploma Course 6: Construction Safety Diploma Course 7: Leadership Styles Course 8: Workplace First Aid Level 3 Course 9: Workplace Management Training Course 10: COSHH Training for Assessors Course 11: LOLER Training Level 2 Course 12: RIDDOR Training Course 13: Working at Height Course 14: Lone Worker Safety Diploma Course 15: Ladder Safety Training Course 16: Time Management Training Course 17: Construction Industry Scheme (CIS) Course 18: Property Management Training Course 19: Property Development Diploma Course 20: Property Law Course 21: Property Business Training - Level 5 Course 22: Residential Property Sales Course 23: Public Housing Management Course 24: WELL Building Standard Course 25: Building Design And Construction With LEED V4.1 Course 26: AutoCAD VBA Programming for Beginners Course 27: AutoCAD Programming using C# with Windows Forms Course 28: Cost Control and Management Training Course 29: Positive Workplace Environment Course 30: Effective Communication Skills for Technical People 7 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 1: Career Development Plan Fundamentals Course 2: CV Writing and Job Searching Course 3: Interview Skills: Ace the Interview Course 4: Video Job Interview for Job Seekers Course 5:Create a Professional LinkedIn Profile Course 6:Business English Perfection Course Course 7:Networking Skills for Personal Success Learning Outcome This tailor-made Property law and Management bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This Property law and Management Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 370 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Property law and Management bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Property law and Management Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Property law and Management
Delivered Online On Demand8 days
£305

iOS 14 Developer Complete Training

4.8(9)

By Skill Up

Build your career as a successful iOS Developer by attending the iOS 14 Developer Complete Training course. This course

iOS 14 Developer Complete Training
Delivered Online On Demand9 hours 8 minutes
£25

Alarm Installation Course

By Hi-Tech Training

The Alarm Installation Course is designed to teach participants how to install an intruder alarm system in domestic, commercial or industrial premises. The Alarm Installation Course simulates the practical installation of many different alarm control panels. The course is designed to equip students with the skills and expertise to competently install a wide variety of Alarm systems on the market.

Alarm Installation Course
Delivered Online
£685