Marine operations are still of higher risk to underwriters, who, not having this expertise, need appropriate technical support to assess the risks. This involves the services of an additional independent third-party specialist. The MWS is the eyes and ears of the underwriter and claims adjuster. His role is to assess risk by reviewing the technical and operational aspects of a marine project on their behalf, the ultimate aim being the issue of a certificate of approval. The course deals with the various types of warranty survey and the role of the MWS, including: •The various types of warranty and legal aspects. •The London market joint committees. •Codes of practice and Scope of Work. •Required outcomes. •Surveyors’ liability. •Port risk surveys. •Lay-up and reactivation surveys. •Tow approvals. •Stowage of deck and project cargoes. •Port and terminal surveys. •Shipyard risk assessments. •Warranties in the offshore sector including mooring, anchor spreads, rig lay-ups and wind farm operations. This training program will be a tool for training and a reference source for the new and experienced Marine Warranty Surveyor.
The course will be delivered through 9 online virtual classroom sessions. The 10th and last session will involve the additional practical work for the course as well as the written examination (multiple choice for City & Guilds and written for Hi-Tech Training) which will take place at our training centre at 43 North Great Georges Street, Dublin 1 (completed online for non ROI learners). During the virtual classroom sessions, trainees will have a live video feed with their instructor talking to them, doing practical live demonstrations on equipment being involved actively in the learning. We will send out a practical kit so that trainees can complete assignments and practical work at home. The kit is the property of Hi-Tech Training and will be returned to Hi-Tech Training on the last day of the course. (The kits may also be purchased by the learner….see the Kits Page Link for more details). The kit consists of power supply unit breadboard, multimeter, cables, The kit consists of breadboard, multimeter, oscilloscope, battery and connectors, components including resistors, LEDs and ICs (AND, NAND, OR, NOR, X-OR, X-NOR, Inverter, Buffer, Latches, Flip-Flops, Timers, etc). Trainees will build various projects as part of the course. The kit forms an integral part of the course, so full course fees need to be paid at least 7 days prior to course commencement to allow time to ship the kit in time for the course.
The Site Supervisor Safety Training Scheme (SSSTS) is a comprehensive training program designed to equip site supervisors with the essential knowledge and skills to ensure the safety and well-being of workers on construction sites. This course combines theoretical insights with practical applications, enabling participants to effectively manage site safety, identify potential hazards, and promote a culture of safety excellence. Key Course Objectives: Risk Management: Gain a deep understanding of risk assessment methodologies and strategies to identify, assess, and mitigate potential hazards on construction sites. Learn how to implement controls and create safe work environments that adhere to legal regulations and industry best practices. Legal Compliance: Familiarize yourself with the latest health and safety regulations, codes of practice, and legislative requirements relevant to the construction industry. Explore the responsibilities of a site supervisor in maintaining compliance and preventing accidents. Effective Communication: Develop strong communication skills to effectively convey safety information, instructions, and expectations to site workers and contractors. Enhance your ability to lead safety briefings, toolbox talks, and emergency procedures. Accident Prevention: Acquire the tools to proactively prevent accidents through proper planning, effective supervision, and timely intervention. Learn incident investigation techniques to understand root causes and implement corrective actions. Leadership and Motivation: Cultivate leadership qualities to inspire a safety-first mindset among your team. Understand how to motivate and engage workers in adhering to safety protocols and participating in safety initiatives. Site-specific Considerations: Explore safety challenges and considerations specific to different types of construction sites, such as residential, commercial, and industrial projects. Adapt your safety strategies to suit the unique characteristics of each site. Course Format: The SSSTS course is delivered through a dynamic blend of lectures, interactive discussions, case studies, and practical exercises. Participants will engage in group activities, role-playing scenarios, and real-world simulations to apply theoretical concepts to real-life situations. Course materials include comprehensive handouts, reference guides, and access to relevant safety regulations. Who Should Attend: This course is ideal for individuals currently working or aspiring to work as site supervisors, foremen, or team leaders within the construction industry. It is also beneficial for those responsible for managing safety on construction sites, ensuring compliance, and fostering a culture of safety excellence. Course Outcomes: By the end of the SSSTS course, participants will be empowered to effectively lead site safety efforts, reduce risks, and contribute to the overall success of construction projects. Graduates will receive a widely recognized certification that validates their competence in site safety management and leadership. Invest in your career and the safety of your team by enrolling in the Site Supervisor Safety Training Scheme (SSSTS) course today. Gain the expertise needed to create safer construction environments and make a positive impact on the industry.
Keep your drivers informed, compliant, and confident behind the wheel. Toolbox Talks are designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 3 months – start anytime, on any device!
Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level Java programming course, designed for experienced developers who wish to get up and running with Java, or who need to reinforce sound Java coding practices, immediately. Overview Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how it relates to OO programming and the Object Model Learn to use Java exception handling features Work with the Modular system (Project Jigsaw) Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Process large amount of data using Lambda expressions and the Stream API Abstract, static and private methods in interfaces Take advantage of the Java tooling that is available with the programming environment being used in the class Specific Java 11 features covered: Using the Local Variable Type in Lambda expressions; Updates made to the String AP Time Permitting: Quick look ahead - Java 12, Java 13, Java 14 and Beyond If you're an experienced OO developer (coming from a C# or C++ background, etc.) who needs to transition to programming in Java, this fast-paced, hands-on course will get you there quickly. Fast Track to Java Programming for OO Experienced Developers is a four-day, lab-intensive class where you'll quickly be immersed in working with the latest Java 11 programming techniques, using best practices for writing solid, robust (and well-written!) modern object-oriented applications. In addition to learning excellent, current coding skills in Java, you'll explore the new improved features for better performance and new capabilities for addressing rapid application development that Java 11 brings to the table. This course includes several key aspects that were introduced in Java 9, Java 10, and Java 11 including the Java Modular System, Local Variable Type Inference, and several API updates. This course also includes a Quick Look at what?s next in Java ? Java 12, Java 13, Java 14 and beyond. The Java Platform Java Platforms Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Setting Up Environment Locating Class Files Compiling Package Classes Source and Class Files Java Applications The Eclipse Paradigm Workbench and Workspace Views Editors Perspectives Projects Writing a Simple Class Classes in Java Class Modifiers and Types Class Instance Variables Primitives vs. Object References Creating Objects Adding Methods to the Class Passing Parameters into Methods Returning a Value from a Method Overloaded Methods Constructors Optimizing Constructor Usage Language Statements Operators Comparison and Logical Operators Looping Continue and Break Statements The switch Statement The for-each() Loop Using Strings Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer, and StringBuilder Specializing in a Subclass Extending a Class Casting The Object Class Default Constructor Implicit Constructor Chaining Fields and Variables Instance vs. Local Variables: Usage Differences Data Types Default Values Block Scoping Rules Final and Static Fields Static Methods Using Arrays Arrays Accessing the Array Multidimensional Arrays Copying Arrays Variable Arguments Local-Variable Type Inference Type inference Infering Types of Local Variables The var Reserved Type name Benefits of Using var Backward Compatibility Java Packages and Visibility Class Location of Packages The Package Keyword Importing Classes Executing Programs Visibility in the Modular System Java Naming Conventions Inheritance and Polymorphism Polymorphism: The Subclasses Upcasting vs. Downcasting Calling Superclass Methods from Subclass The final Keyword Interfaces and Abstract Classes Separating Capability from Implementation Abstract Classes Implementing an Interface Abstract Classes vs. Interfaces Introduction to Exception Handling Exception Architecture Throwing Exceptions Checked vs. Unchecked Exceptions Exceptions Handling Multiple Exceptions Automatic Closure of Resources Creating Your Own Exceptions Utility Classes Wrapper Classes Autoboxing/Unboxing Enumeration Syntax Using Static imports Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls to Generics When Generics Should Be Used Lambda Expressions and Functional Interface Lambda Expression Syntax Functional Interfaces Type Inference in Java 8 Method references Collections Characterizing Collections Collection Interface Hierarchy The Set, List and Queue Interfaces Map Interfaces Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Streams Processing Collections of data The Stream interface Reduction and Parallelism Filtering collection data Sorting Collection data Map collection data Find elements in Stream Numeric Streams Create infinite Streams Sources for using Streams Collectors Creating Collections from a Stream Group elements in the Stream Multi-level grouping of elements Partitioning Streams Introduction to the Module System Introduce Project Jigsaw Classpath and Encapsulation The JDK internal APIs Java 9 Platform modules Defining application modules Define module dependencies Implicit dependencies Implied Readability Exporting packages Java Date/Time The Date and Calendar classes Introduce the new Date/Time API LocalDate, LocalDateTime, etc. Formatting Dates Working with time zones Manipulate date/time values Java 12 and beyond Provide an overview of changes since Java 11 Introduce Preview Features Records (Java 14) Switch Expressions (Java 12, Java 13, Java 14) Text Blocks (Java 13, Java 14) Helpful NullPointerExceptions (Java 14) Pattern Matching for instanceof (Java 14) Additional course details: Nexus Humans Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Fast Track to Core Java Programming for Object Oriented Developers (TT2104-J11) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
CLASS SURVEYOR ADVANCED CERTIFICATE PROGRAM is CPD ACCREDITED ✔️- The course content is aimed at providing newly appointed surveyors and those as yet limited practical experience with solid technical knowledge about classification and statutory matters and thus allows participants to obtain "work-ready" knowledge. The training program is specifically structured for those looking to taking up the role of a Non-exclusive surveyor enabling them to properly undertake the duty imposed under the relevant Classification rules, it is intended to facilitate access to the knowledge and skills demanded by increasingly sophisticated maritime technology while meeting the requirements of: - Mandatory parts of the code for Recognized Organizations (IMO RO Code) and IMO Resolution A.1120(30), - IACS Proc Req. 2009/Rev.2 2019, - ISO 9001:2015, - ISO/IEC 17020:2012 standards.
Kickstart a successful career in marketing and advertising with this complete training package for small business owners and aspiring professionals! The Digital Marketing, SEO and Virtual Advertising Diploma course will teach you effective techniques, best practices and strategies for advertising your product or service online, equipping you with the skills to fast track your career and expand your brand in no time. Get started in setting up your website and discover ways to grow your target market, with tips and guidance for creating the perfect marketing strategy. This course is ideal for small business owners and anyone looking to establish a career in digital marketing and advertising. Why buy this Digital Marketing, SEO and Virtual Advertising Diploma? 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 Digital Marketing, SEO and Virtual Advertising Diploma 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 Digital Marketing, SEO and Virtual Advertising Diploma does not require you to have any prior qualifications or experience. You can just enrol and start learning. Prerequisites This Digital Marketing, SEO and Virtual Advertising Diploma 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 As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Digital Marketing, SEO and Virtual Advertising Diploma is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Module 01: Introduction Welcome 00:01:00 Module 02: General Tips & Tricks Series How to register your company 00:04:00 How to see Email Sender's Company and Logo in Your Gmail 00:02:00 How to Generate sitemap of a website 00:03:00 How to protect a website from Spam on WordPress 00:02:00 Quick way to identify whether the website is Mobile optimized 00:03:00 How to identify registration data of website 00:01:00 How to identify duplicate content from the web 00:03:00 How to create google alerts 00:03:00 How to find the age of the domin 00:02:00 How to check if the website server is down 00:01:00 How to create text notes thatwill self destruct after being read 00:02:00 How to send google search information to your friends 00:03:00 How to find webhost of any website 00:02:00 Discover new sites that are similar to what you like alredy 00:03:00 How to easily highlight the important parts of a web page 00:01:00 How to share you email online without worrying about spam 00:02:00 How to get compute level answers without searching 00:03:00 The easiest way to setup email reminders 00:03:00 How to find the original URL tht's hiding behind a short URL 00:02:00 How to corrupt a file you shared online 00:01:00 How to create a throwaway email 00:02:00 How to check if your email account has been compromised 00:01:00 Module 03: SEO (Search Engine Optimisation) How to register website on Google search console 00:06:00 How to Optimize your website homepage 00:06:00 How to add a sitemap on google search 00:07:00 How to shortlist targeted keyword list in google keyword planner 00:08:00 How to set international targeting on google search 00:02:00 How to remove a URL from google search engine 00:03:00 How to identify competitors keyword 00:08:00 How to leverage top sites to get on google search results 00:04:00 Discover powerful data analytics to mesure SEO performance 00:06:00 How to do keyword research 00:11:00 How to write perfect title tags for search engines 00:05:00 How to optimise heading tags, external and internal links 00:08:00 What are backlinks & how to get them 00:06:00 How to write a perfect Meta description 00:06:00 How to enhance speed & performance of your website 00:04:00 Module 04: YouTube Youtube account setup 00:04:00 Account optimization 00:09:00 How to create & setup Youtube channel banner 00:05:00 Youtube channel tags, thumbnails & custom thumbnails 00:08:00 Analyse Youtube keyword research 00:05:00 Youtube SEO techniques 00:07:00 What are Youtube cards & how does it work 00:06:00 How to optimise comments & reply them in bulk 00:03:00 How to grow your channel with competitor Analysis 00:07:00 How to manage multiple YouTube accounts 00:02:00 A simple yet powerful trick to increase your subscribers list 00:03:00 Youtube Paid Advertising 00:13:00 How to monetise your YouTube channel 00:02:00 Module 05: Google Adwords What are Google Ads & how does it work 00:16:00 Account setup 00:04:00 Competitors analysis 00:08:00 Campaign types & how to select the right campaign 00:07:00 Bids & Budgets 00:08:00 How to target the right audience 00:07:00 Google Ads advance campaign settings 00:07:00 Choosing the right keywords 00:05:00 How to write ads that gets more clicks 00:06:00 Module 06: Google Analytics How to install tracking code on your website 00:04:00 How to add filters & remove internal traffic 00:04:00 How to track paid campaigns 00:04:00 How to look and analyse different segment data 00:06:00 How to configure goals in google analysics 00:05:00 How to link google Adwords account 00:03:00 How to manage multiple analytics accounts 00:02:00 How to remove spam traffic 00:04:00 Module 07: Email Marketing Email marketing tools set up ( Mailchimp and Gestresponse) 00:10:00 How to install signup or popup forms on the website 00:17:00 How to collect email address without a wbsite 00:05:00 How to create a 'Hook' to your signup forms 00:08:00 Discover the psychology behind acquiring more leads 00:09:00 Email marketing automation process 00:08:00 Email analytics 00:07:00 Module 08: Linkedln How to increase your connections in no time 00:08:00 Secret of LinkedIn InMails 00:05:00 Discover the best ways to use Linkedin Groups 00:09:00 How to setup a company page on Linkedin 00:04:00 How to increase traffic to your website using Linkedin blog 00:07:00 Module 09: Twitter Twitter Account setup 00:03:00 Knowing Twitter features 00:06:00 Following twitter accounts 00:03:00 Twitter profile optimisation 00:06:00 How to get Twitter followers 00:10:00 Posting first 5 tweets for engagement 00:05:00 Leveraging Hashtags to increase your tweets visibility 00:04:00 What are twitter polls & how do you use them 00:05:00 A powerful trick to acquire customers on twitter 00:03:00 How to get followers retweet your post 00:03:00 How to embed a twitter button to your website or post 00:02:00 Twitter analytics 00:04:00 Module 10: Facebook Set your Facebook page 00:05:00 Facebook Icon, cover image & description 00:06:00 How to get your first page likes 00:08:00 Discover how to increase your page likes 00:02:00 How to manage multiple Facebook page 00:03:00 Facebook comments 00:05:00 Leveraging Facebook groups 00:05:00 Facebook Autoposting 00:04:00 Run a competition 00:06:00 Facebook Ads 00:04:00 How to get best out of Facebook 00:15:00 Facebook pixel & Re-marketing 00:04:00 Module 11: Instagram How to setup a Instagram business profile 00:07:00 Set up Instagram bio & profile image 00:03:00 Leveraging Instagram accounts 00:06:00 A simple way to create free content on Instagram 00:05:00 Secret of hashtags on Instagram 00:04:00 Reposting Instagram App 00:04:00 How to get genuine Instagram followers 00:05:00 Discover how to grow your business through Instagram stories 00:05:00 How to get your posts reposted on Instgram by influncers 00:05:00 Module 12: Mobile App A quick way to do App store marketing research 00:16:00 How to discover the estimate size of your market 00:08:00 Discover the best ways to promote your app 00:15:00 App installs via Facebook Ads 00:16:00 App installs via Google Ads 00:14:00 How to make money from your app 00:08:00 How to optimise your App store listing ? 00:14:00 Discover growth hacking techniques for App downloads 00:09:00 Techniques to get to the top of App store ranking 00:07:00
REFERENCE CODE 601/4322/8 COURSE LEVEL NVQ Level 3 THIS COURSE IS AVAILABLE IN Course Overview Who is this qualification for? This qualification is aimed at those who are involved in Plastering activities in the workplace. It is not expected that candidates working in this industry all do the same activities so the qualification has been developed to allow opportunities for those carrying out work in either solid or fibrous Plastering. Those taking the qualification must also prove knowledge and competence in working at heights, calculating quantities and wastage and the use of powered and hand tools and equipment. All work completed must be done in accordance with Building Regulations and Industry recognised safe working practices, including the disposal of waste. The qualification is structured to ensure that there is a high degree of flexibility within the units available and will allow employees from companies of all sizes and specialisms equal opportunity to complete. See the qualification Rules of Combination for more details on the specific skills required. In addition to this qualification there is a Level 2 qualification in Plastering and a number of other Construction and Construction related qualifications available through Oscar Onsite Academy. What is required from candidates? GQA qualifications are made up of a number of units that have a credit value or credits. This qualification consists of 4 mandatory units and 2 pathways, Solid and Fibrous. The qualification mandatory units have a total credit value of 31 credits-in addition the Solid plastering pathway requires achievement of 54 credits from the pathway mandatory units and a minimum of 14 credits required from the pathway optional group, giving a total of 99 credits. The fibrous plastering pathway requires achievement of all of the qualification mandatory units (31 credits) 45 credits from the pathway mandatory units and a minimum of 16 credits required from the pathway optional group a total of 92 credits for this pathway. The units are made up of the things those working in these job roles need to know to be able to do to carry out the work safely and correctly. These are called Learning Outcomes, and all must be met to achieve the unit. Mandatory units Level Credit Confirming Work Activities and Resources for an Occupational Work Area in the Workplace Developing and Maintaining Good Occupational Working Relationships in the Workplace Confirming the Occupational Method of Work in the Workplace Conforming to General Health, Safety and Welfare in the Workplace Additional units A/600/7882 Producing Granolithic Paving Work in the Workplace Producing Specialised Plasterer’s Surfaces in the Workplace 3 29 Pathway C – Solid – Pathway C1 – Solid Mandatory Units (54 credits) Producing Complex Internal Solid Plastering Finishes in the Workplace 3 27 Producing Complex External Rendering Finishes in the Workplace 3 27 Pathway C2 – Solid Optional Units – candidates must achieve a minimum of 14 credits Installing Direct Bond Dry Linings in the Workplace Installing Mechanically Fixed Plasterboard in the Workplace Running In-situ Mouldings in the Workplace Pathway D – Fibrous – Pathway D1 – Fibrous Mandatory Units (45 credits) Producing Complex Plasterwork Moulds in the Workplace Summary of the: GQA LEVEL 3 NVQ DIPLOMA IN PLASTERING (CONSTRUCTION) Installing Complex Fibrous Plaster Components in the Workplace 3 18 Pathway D2 – Fibrous Optional Units – candidates must achieve a minimum of 16 credits Running In-situ Mouldings in the Workplace 3 25 Repairing Complex Fibrous Plaster Components in the Workplace 3 16 Assessment Guidance Evidence should show that you can complete all of the learning outcomes for each unit being taken. Types of evidence: Evidence of performance and knowledge is required. Evidence of performance should be demonstrated by activities and outcomes, and should be generated in the workplace only, unless indicated under potential sources of evidence (see below). Evidence of knowledge can be demonstrated though performance or by responding to questions. Quantity of evidence: Evidence should show that you can meet the requirements of the units in a way that demonstrates that the standards can be achieved consistently over an appropriate period of time. Potential sources of evidence: Suggested sources of evidence are shown above, these can be supplemented by physical or documentary evidence, e.g. Accident book/reporting system Notes and memos Safety record Telephone/e-mail records Training record Customer and colleague feedback Audio evidence Records of equipment and materials Witness testimonies Work records Photographic/ video evidence Please Note that photocopied or downloaded documents such as manufacturers or industry guidance, H&S policies, Risk Assessments etc, are not normally acceptable evidence for qualifications unless accompanied by a record of a professional discussion or Assessor statement confirming candidate knowledge of the subject. If you are in any doubt about the validity of evidence, please contact Oscar Onsite Academy
Keep your drivers informed, compliant, and confident behind the wheel. Toolbox Talks are designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 3 months – start anytime, on any device!
Keep your drivers informed, compliant, and confident behind the wheel. Toolbox Talks are designed to improve driver knowledge, reduce risks, and support ongoing transport compliance. Each course tackles real-world challenges with clear, practical guidance drivers can apply immediately. 📲 24/7 online access for 3 months – start anytime, on any device!