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

2372 Developer courses

Spring Security Core: Beginner to Guru

By Packt

This video course teaches you how to secure Java framework applications with Spring Security. With the help of interesting activities and examples, you'll learn about using the capabilities of Spring Boot for securing web applications and you'll also delve into the Test-Driven Development approach to understand the features of Spring Security.

Spring Security Core: Beginner to Guru
Delivered Online On Demand10 hours 48 minutes
£93.99

Oracle 12c PL/SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Application designers and database developers, database administrators and web server administrators. Overview Upon successful completion of this course, students will be able to work with Oracle database programming using the PL/SQL programming language. They will learn the syntax, structure and features of the language. In this course, students will learn the foundation for the programming series and the use of database-resident stored program units for Oracle 12c. 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 & Substitution Variables Using SQL Developer Using SQL*Plus Choosing a Database Programming Language What is Database Programming? PL?SQL Performance Advantages Integration wth Other Languages PL/SQL Language Fundamentals PL/SQL Program Structure LANGUAGE SYNTAX RULES EMBEDDING SQL WRITING READABLE CODE GENERATING DATABASE OUTPUT SQL*PLUS INPUT OF A 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 & Branching 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 EXTENDED CURSOR TECHNIQUES FOR UPDATE OF Clause WHERE CURRENT OF Clause Using FOR?LOOP Cursors Beyond the Basics: Nested BlocksBeyond the Basics: Declared Subprograms USING DECLARED SUBPROGRAMS DECLARED PROCEDURE DECLARED FUNCTION Introducing Databse-Resident Program Units ABOUT DATABASE---RESIDENT PROGRAMS PHYSICAL STORAGE & EXECUTION TYPES OF STORED PROGRAM UNITS STORED PROGRAM UNIT ADVANTAGES MODULAR DESIGN PRINCIPLES Creating Stored Procedures & 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 & 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 Program Units RECOMPILING PROGRAMS Mass Recompilation Using UTL_RECOMP() DROPPING 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 Packages ABOUT PACKAGES CREATING PACKAGES MAINTAINING PACKAGES PERFORMANCE CONSIDERATIONS Advanced Package Capabilities DEFINER & INVOKER RIGHTS WHITE LITS & ACCESSIBLE BY PERSISTENT GLOBAL OBJECTS DEFINING INITIALIZATION LOGIC OBJECT ORIENTATION SUPPORT Advanced Cursor Techniques USING CUSROS VARIABLES USING SYS_REFCURSOR USING CURSOR EXPRESSIONS Using System-Supplied Package DBMS_OUTPUT() UTL_FILE() FOPEN() EXAMPLE Database Trigger Concepts ABOUT DATABASE TRIGGERS DML EVENT TRIGGER SUB---TYPES DATABASE TRIGGER SCENARIO TRIGGER EXECUTION MECHANISMS TRIGGERS 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 AN 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? DEFININGTHE SCOPE AVAILABLE SYSTEM EVENTS SYSTEM EVENT ATTRIBUTES Additional course details: Nexus Humans Oracle 12c PL/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 PL/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 PL/SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for programmatic developers looking to write programmatic customizations to both business logic and UI layers using Apex and Visualforce. You should have a good understanding of core object-oriented programming concepts and experience building declarative solutions on the Salesforce Platform. This course is also a great foundation builder if you're looking to earn your Salesforce Platform Developer I credential. IMPORTANT: Students are expected to follow the steps detailed in the Computer Set-up Guide for this class if you'll be using your own computer when attending a virtual or in-person class. Overview Learn modern tools for developing on the Salesforce Platform using Visual Studio Code, the Salesforce Extension Pack, and the Salesforce CLI. Write business logic customizations using Apex triggers and classes; those customizations will use SOQL and DML. Design programmatic solutions that take advantage of declarative customizations. Describe how your trigger code works within the basics of the Save Order of Execution. Describe some of the fundamental aspects of designing programs on a multi-tenant platform. Write Visualforce markup and code to customize the user interface. Use the built-in testing framework to test Apex and Visualforce. Learn how to customize and design applications programmatically on the Salesforce Platform. In this 5-day class, our platform experts will introduce you to Apex (Salesforce?s programming language) and Visualforce markup, so you can customize your Salesforce applications using code and explore how Apex interacts with declarative customizations on the platform. Learn how to retrieve, manipulate, and store data programmatically in data objects (sObjects), write and test custom logic, write Visualforce pages to customize your user interface, and deploy your solutions to another environment. Get an overview of the declarative automation tools available on the platform and a brief introduction to the Lightning Component framework. Plus, explore the nuances of working on a multi-tenant platform so you can extend the platform to meet business demands. Declarative Automation Create Formula Fields Create Roll-Up Summary Fields Understand Record Types Review Other Automation Tools Build a Data Model on the Salesforce Platform Programming with Apex Describe Key Aspects of Apex That Differentiate It from Other Languages, Such as Java and C# Describe Why Apex Transactions and Governor Limits Must Be Considered When Writing Apex Execute Simple Apex Use the sObject Data Type, the Primitive Data Types, and Basic Control Statements in Apex Using SOQL and SOSL to Retrieve Your Org?s Data Write a Basic Query Using Salesforce?s Query Language, SOQL Process the Result of a Query in Apex Create a Query Dynamically at Run-Time Use SOQL to Query Parent-Child Relationships Describe a Relationship Query Write a Query That Traverses a Child-to-Parent Relationship Write a Query That Traverses a Parent-to-Child Relationship Use SOSL to Search Data Using DML to Manipulate Your Org?s Data List the Differences Between the Ways You Can Invoke DML Operations Write Apex to Invoke DML Operations and Handle DML Errors Deployment What Is Deployment? Deploy Code Using Change Sets Use the Ant Migration Tool Review Managed and Unmanaged Packages Explore Salesforce DX Trigger Essentials Describe What a Trigger Is Used For Describe the Syntax of a Trigger Definition Use Trigger Context Variables Apex Class Essentials Describe How Apex Classes Are Used Define an Apex Class Determine What Data an Apex Class Can Access The Save Order of Execution, Apex Transactions, and Platform Events Describe Key Points in the Order of Execution Describe How Triggers Fit Into and Can Be Impacted by the Order of Execution Describe the Lifecycle of an Apex Transaction Describe the Memory Lifecycle for Static Attributes Use Platform Events for Immediate Error Logging Apex Testing Describe the Apex Testing Framework Create Test Data Write and Run an Apex Test Test Best Practices Strategies for Designing Efficient Apex Solutions Describe Best Practices for Writing Code That Is Easy to Maintain and Extend Write Triggers and Classes That Assume Batches of Data as Input Write Code That Works Efficiently with the Database, Both in Querying and Using DML Trigger Design Strategies List Declarative Mechanisms You Can Use to Implement Complex Business Logic, What Types of Problems They?re Best Used for, and Their Limitations Describe Ways in Which You Can Use Declarative Functionality to Improve Your Programmatic Solutions Working with Visualforce Create a Visualforce Page Reference a Standard Controller Launch a Visualforce Page Using a Custom Button Display Data from a Record in a Visualforce Page Reference Custom Controllers and Controller Extensions Work with List Controllers Visualforce Development Considerations and Testing Describe Common Limit Issues and Security Concerns Describe Strategies for Testing Visualforce Controllers Write Tests for Controller Constructors Write Tests for Action Methods, Getters, Setters, and Properties Lightning Components Create and Surface an Aura Component Create and Surface a Lightning Web Component Additional course details: Nexus Humans Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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 Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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.

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)
Delivered OnlineFlexible Dates
Price on Enquiry

CSS - Responsive Design

4.5(3)

By Studyhub UK

Embarking on a journey through the digital landscape of web design, our CSS - Responsive Design course offers a comprehensive exploration into the art of creating adaptable websites. This course, meticulously crafted for aspiring web designers and front-end developers, unfolds in three pivotal units, each designed to enhance your understanding and proficiency in responsive design. The first unit introduces the fundamental concepts of responsive design, establishing a solid foundation for your learning adventure. Following this, Unit 02 delves into the practicalities of setting up applications and streamlining workflow processes, ensuring a smooth transition into the more technical aspects of the course. In Unit 03, learners are immersed in the world of adding responsive styles, where creativity meets functionality. This segment of the course empowers you to transform static designs into dynamic, user-friendly interfaces that adapt seamlessly across various devices. Our course not only equips you with the necessary skills but also ignites a passion for responsive web design. With every module, you'll gain insights into the latest trends and techniques, enabling you to create websites that are not only aesthetically pleasing but also highly functional. Whether you're a beginner eager to delve into the realm of web design or a professional seeking to update your skill set, this course is tailored to cater to a wide range of learning needs. By the end of this journey, you'll have a portfolio brimming with responsive websites, showcasing your newfound skills to potential employers or clients. Learning Outcomes Grasp the core principles of responsive web design. Master the techniques for setting up and managing an efficient design workflow. Develop the ability to implement responsive styles effectively. Acquire the skills to create visually appealing and functional web designs. Enhance your problem-solving abilities in adapting web designs for various devices. Why choose this CSS - Responsive Design course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this CSS - Responsive Design course for? Beginners in web design seeking a solid foundation in responsive design. Front-end developers aiming to expand their skills in responsive web design. Web designers looking to update and refine their techniques in adaptability. Professionals in the digital field aspiring to broaden their web design capabilities. Freelancers desiring to offer responsive web design services to clients. Career path Web Designer: £25,000 - £35,000 Front-End Developer: £30,000 - £45,000 UX/UI Designer: £28,000 - £40,000 Digital Designer: £27,000 - £39,000 Freelance Web Developer: £35,000 - £50,000 Responsive Design Consultant: £32,000 - £48,000 Prerequisites This CSS - Responsive Design does not require you to have any prior qualifications or experience. You can just enrol and start learning. This course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Introduction to Responsive Design Module 01: Why Responsive Design? 00:05:00 Module 02: What is Responsive Design? 00:03:00 Module 03: LET'S RAP ABOUT BOOTSTRAP 00:02:00 Module 04: Previewing the Demo Application 00:03:00 Unit 02: Application Setup and Workflow Module 01: Setting Up the Demo Project 00:04:00 Module 02: Responsive Design Workflow[iframevideo] [/iframevideo] 00:04:00 Module 03: DEMO: Adding Regular CSS Styles (Part I) 00:10:00 Module 04: DEMO: Adding Regular CSS Styles (Part II) 00:07:00 Unit 03: Adding Responsive Styles Module 01: What are CSS Breakpoints? 00:01:00 Module 02: Demo - Adding CSS Breakpoints 00:04:00 Module 03: Demo - Making Navigation Responsive 00:05:00 Module 04: Demo - Making Layout Responsive 00:04:00 Module 05: Demo - Creating a Responsive Footer 00:04:00 Module 06: Course Summary 00:02:00 Resources Resources - CSS - Responsive Design 00:00:00 Assignment Assignment - CSS - Responsive Design 00:00:00

CSS - Responsive Design
Delivered Online On Demand58 minutes
£10.99

WebGL 2D/3D Programming and Graphics Rendering

4.5(3)

By Studyhub UK

Dive into the dynamic realm of WebGL 2D/3D Programming and Graphics Rendering through this comprehensive course. Explore various sections, from foundational concepts to advanced techniques in drawing objects, applying colors and textures, transforming objects, camera movement, lighting, and shading. Participants will develop the skills to create captivating and immersive graphics using WebGL technology. Learning Outcomes: Grasp the fundamentals of WebGL programming and graphics rendering. Create and manipulate objects using WebGL for both 2D and 3D environments. Apply colors and textures to enhance the visual quality of graphics. Implement object movement and transformation techniques. Understand camera manipulation and movement for dynamic views. Master lighting and shading techniques for realistic visual effects. Apply learned concepts to real-world graphics rendering projects. Develop proficiency in WebGL programming for interactive graphics applications. Why buy this WebGL 2D/3D Programming and Graphics Rendering?  Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the WebGL 2D/3D Programming and Graphics Rendering you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This WebGL 2D/3D Programming and Graphics Rendering course is ideal for Programmers and developers interested in graphics programming using WebGL. Computer graphics enthusiasts seeking to expand their knowledge and skills. Students pursuing degrees in computer science or related fields. Designers looking to integrate interactive and visually appealing graphics into their projects. Prerequisites This WebGL 2D/3D Programming and Graphics Rendering was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Junior Web Developer: £20,000 - £30,000 WebGL Developer: £30,000 - £45,000 Graphics Programmer: £35,000 - £50,000 Senior Software Engineer (Graphics): £45,000 - £70,000 Technical Lead (Graphics Programming): £60,000 - £90,000. Course Curriculum Section 01: Introduction WebGL vs OpenGL vs OpenGL ES 00:05:00 Setup Server (Mac, Windows and Linux) 00:05:00 Setup WebGL Project 00:08:00 Section 02: Drawing Objects WebGL Rendering Pipeline 00:04:00 Drawing A Point 00:22:00 Normalised Coordinates vs Device Coordinates 00:10:00 Drawing A Simple Triangle 00:06:00 Drawing A Line Using gl.LINES 00:03:00 Drawing A Line Using gl.LINE_STRIP & gl.LINE_LOOP 00:03:00 Drawing A Triangle With Lines Using gl.TRIANGLE_STRIP & gl.TRIANGLE_FAN 00:03:00 Drawing A Quad 00:07:00 Drawing A 3D Cube 00:24:00 Setup Three.js 00:06:00 Loading & Drawing A Model Using Three.js 00:16:00 Section 03: Colours and Textures Applying Color To Shapes 00:09:00 One Color Per Triangle 00:15:00 One Color Per Vertex Using Interpolation 00:02:00 Applying A Texture To Shapes 00:23:00 Texture Coordinates 00:08:00 Section 04: Moving & Transforming Objects Moving Objects Using Translation 00:06:00 Left Handed vs Right Handed Coordinate System 00:06:00 Sizing Objects Using Scaling 00:06:00 Combining Transformations 00:07:00 Section 05: Movement & Camera Mouse Input 00:11:00 Keyboard Input 00:09:00 Fixing Rotation and Adding Individual Rotation 00:08:00 Section 06: Lighting & Shading Ambient Lighting 00:13:00 Section 07 Resource Resource 00:00:00 Assignment Assignment - WebGL 2D/3D Programming and Graphics Rendering 00:00:00

WebGL 2D/3D Programming and Graphics Rendering
Delivered Online On Demand4 hours 5 minutes
£10.99

Build a Self Hosted Online Course With LifterLMS & Wordpress - QLS Endorsed

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Build a Self Hosted Online Course With LifterLMS & Wordpress - QLS Endorsed
Delivered Online On Demand1 hour
£15

Surveying (Building, Land and Development) QLS Endorsed

4.7(47)

By Academy for Health and Fitness

Introducing the ultimate knowledge powerhouse for aspiring surveying professionals - the Surveying (Building, Land and Development) QLS Endorsed bundle! Unlock the doors to a thriving career in surveying with this comprehensive collection of eight meticulously curated courses. Whether you're a seasoned practitioner or just starting your journey, this bundle is your passport to success. Within this bundle, you'll find three QLS-endorsed courses that carry the weight of professional recognition. These courses have been rigorously evaluated and approved by the prestigious QLS, ensuring the highest standards of quality and excellence. And that's not all - upon completion of these endorsed courses, you'll receive exclusive hardcopy certificates, a tangible symbol of your mastery in building quantity surveying, land surveying, and property development. Let your achievements speak volumes as you proudly display these certificates, highlighting your commitment to excellence. But we didn't stop there. We understand the need for continuous professional development, which is why we've included five CPD QS-accredited courses in this bundle. Expand your expertise with topics like construction estimation using RSMeans, LEED V4 - Building Design and Construction, WELL Building Standard, Construction Industry Scheme (CIS), and Bricklaying and Construction. These courses, meticulously designed to enhance your knowledge and sharpen your skills, are the perfect stepping stones to staying ahead of the curve in the dynamic world of surveying. We believe in the power of knowledge and its transformative potential. That's why our focus is on delivering comprehensive theoretical content that empowers you with a deep understanding of surveying principles. You won't find promises of "industry experts" or "practical skills" here. Instead, you'll embark on a journey of intellectual exploration guided by meticulously crafted course materials and thought-provoking insights. Immerse yourself in the world of surveying, and unlock limitless possibilities for career growth. Don't miss this extraordinary opportunity to fuel your passion for surveying and propel your career to new heights. Enrol in the Surveying (Building, Land and Development) QLS Endorsed bundle today, and become a force to be reckoned with in the surveying industry. Your success story starts here. Key Features of the Surveying (Building, Land and Development) QLS Endorsed Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Surveying (Building, Land and Development) QLS Endorsed bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Building Quantity Surveyor QLS Course 02: Land Surveying QLS Course 03: Property Development Diploma 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Construction Estimation using RSMeans Course 02: LEED V4 - Building Design and Construction Course 03: WELL Building Standard Course 04: Construction Industry Scheme (CIS) Course 05: Bricklaying and Construction In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Surveying (Building, Land and Development) QLS Endorsed courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes: Develop a comprehensive understanding of building quantity surveying, land surveying, and property development principles. Acquire in-depth knowledge of construction estimation techniques using RSMeans. Gain proficiency in implementing LEED V4 - Building Design and Construction standards. Familiarize yourself with the WELL Building Standard and its application in sustainable construction practices. Understand the intricacies of the Construction Industry Scheme (CIS) and its impact on project management. Master the techniques of bricklaying and construction, enhancing your practical knowledge. Cultivate a strong foundation in surveying methodologies, enabling you to excel in your surveying career. Discover a world of limitless possibilities with the Surveying (Building, Land and Development) QLS Endorsed bundle. This comprehensive collection of eight courses provides aspiring surveying professionals with the essential knowledge and expertise needed to thrive in this dynamic field. With three QLS-endorsed courses, you'll receive hardcopy certificates, cementing your credibility and opening doors to exciting opportunities. Additionally, five CPD QS accredited courses will broaden your horizons, equipping you with the latest industry insights. Immerse yourself in theoretical exploration and embark on a transformative journey, laying the foundation for a successful career in surveying. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Surveying professionals seeking to enhance their knowledge and expertise. Individuals aspiring to pursue a career in building quantity surveying, land surveying, or property development. Construction industry personnel interested in expanding their skill set. Professionals looking to stay abreast of industry trends and best practices. Career path Building Quantity Surveyor: £30,000 to £60,000 per year. Land Surveyor: £25,000 to £50,000 per year. Property Developer: £35,000 to £80,000 per year. Construction Estimator: £25,000 to £50,000 per year. LEED Specialist: £35,000 to £65,000 per year. Construction Project Manager: £40,000 to £80,000 per year. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Surveying (Building, Land and Development) QLS Endorsed
Delivered Online On Demand38 hours
£309

Functional Skills English and TEFL / TESOL - Double Endorsed Certificate

By Imperial Academy

2 QLS Endorsed Course | CPD Certified | Free PDF + Hardcopy Certificates | 180 CPD Points | Lifetime Access

Functional Skills English and TEFL / TESOL - Double Endorsed Certificate
Delivered Online On Demand
£150

Getting Started with Spring Boot 2

By Packt

Learn how to build real-world applications using Spring Framework 5 and Spring Boot 2

Getting Started with Spring Boot 2
Delivered Online On Demand12 hours 56 minutes
£22.99

Diploma in Computer Science With Python - Level 5 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Computer Science With Python - Level 5 (QLS Endorsed)
Delivered Online On Demand5 hours
£15