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

1256 Introduction To Construction courses

HACCP for Manufacturing, Level 2

5.0(50)

By Pochat Training

Highfield Level 2 Award In HACCP For Manufacturing (RQF) Full day course This course gives learners the knowledge and understanding of HACCP regulations Shows learners how to implement these in their manufacturing environment Benefits of this course: This course is for those working in a food Manufacturing environment This qualification is intended for both those who are already working in catering and those who are preparing to work in the industry This course will give an introduction to HACCP It will support those who are, or will be part of a HACCP (hazard analysis and critical control points) team within a Manufacturing environment Course Contents: The procedures required to develop Food Safety Management systems based on HACCP principlesThe role of the food handler in implementing a Food Safety Management System based on HACCP principlesThe need for prerequisite programmesCommon prerequisite programmesSteps required to develop HACCP based food safety systems How to develop Food Safety Management systems based on HACCP principles The purpose of identifying hazards at each step in a food process The importance of, and methods which can be used to determine, specific controls at steps in the process The importance of identifying critical (safe) limits The importance of monitoring controls Ways of monitoring controls The purpose of taking appropriate corrective action The importance of verification and review of HACCP based Food Safety Management Systems Documentation and records needed to support HACCP based Food Safety Management Systems Accredited, Ofqual regulated qualification: Our HACCP for Manufacturing training course is a nationally recognised, Ofqual regulated qualifications accredited by Highfields Qualifications. This means that you can be rest assured that your HACCP for Manufacturing  Certificate provides information for best practice and goes a long way toward ensuring that food produced is as safe as possible. The Ofqual Register number for this course is 603/2527/6

HACCP for Manufacturing, Level 2
Delivered in Chesterfield or Online + more
£105

Introduction to Blacksmithing - The Fire poker

5.0(2)

By BeardedPigForge

An introduction course is a great way to learn about the amazing craft of blacksmithing, the course will teach you the basics of forging and making decorative work for your home and you will have something you have made to take home with you and enjoy.  On the course we will make a twisted and scrolled fire poker and a hook to hang it, if we have time we may also make another small item such as a bottle opener or key ring Courses are £150 Per person per day  I run a strict cancellation policy. If you cannot attend the date you have booked please contact me within three weeks and I will rebook your course for free, If you contact me after this deadline you will lose your place. Refunds are not available. No under 18s  If you have a physical gift voucher it must be presented on the first day of a course. *Gift vouchers are valid for one year from date of purchase

Introduction to Blacksmithing - The Fire poker
Delivered In-Person in Birchington
£150

Finnish Puukko - An introduction to Bushcraft knife forging

4.7(3)

By BeardedPigForge

A single day knife making course is a great way to make yourself an item that will last a lifetime, on this one day course we forge a small knife with a simple ash handle. A knife is one of the oldest tools ever made by humanity and it is one that invokes many emotions to people when they see and use it for a productive task. When doing a knife making course here at Bearded Pig Forge we will discuss the fine details of a knife and how they are made as well as the history of forging them.  On the course you will learn the basics of forging a blade and heat treating them in order to get the best results from the high carbon steel, we will also be learning how to fit and shape handles by using a burn through technique to attach the blade to the handle. Courses are £165 Per person per day.  I run a strict cancellation policy. If you cannot attend the date you have booked please contact me within three weeks and I will rebook your course for free, If you contact me after this deadline you will lose your place. Refunds are not available. No under 18s  If you have a physical gift voucher it must be presented on the first day of a course.

Finnish Puukko - An introduction to Bushcraft knife forging
Delivered In-Person in Birchington + more
£165

Fundamentals of Seismic for Non-Geophysicists

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your knowledge with our EnergyEdge course on Fundamentals of Seismic for Non-Geophysicists. Join us for classroom training to boost your expertise!

Fundamentals of Seismic for Non-Geophysicists
Delivered In-PersonFlexible Dates
£3,399 to £3,499

Introduction to calligraphy

5.0(6)

By The Arienas Collective

Learn the basics of calligraphy using the foundational hand with local artist Panna Chauhan at The Arienas Collective and create a framed abstract piece to take home.

Introduction to calligraphy
Delivered In-Person in Edinburgh + more
£95

Integrated Field Development Planning

By EnergyEdge - Training for a Sustainable Energy Future

Discover the intricacies of integrated field development planning through EnergyEdge's expert led course. Enroll now!

Integrated Field Development Planning
Delivered In-PersonFlexible Dates
£3,299 to £3,399

MySQL for developers

5.0(3)

By Systems & Network Training

MySQL for developers training course description This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. What will you learn Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. Use advanced features of the MySQL Client. Use advanced data types. Manage the structure of databases and tables. Manage and using indexes. Write complex SQL query statements. Use advanced SQL expressions. Use advanced SQL functions. Perform advanced Insert, Update, Delete, Replace and Truncate Operations. Use user variable syntax and properties. Import and export data from within MySQL. Import and export data from the command line. Perform complex joins to access multiple tables. Perform complex subqueries. Create, manage and us views. Use prepared statements. Create and use stored routines. Create and use triggers. Obtain database metadata. Optimize queries. Work with the main storage engines. Debug MySQL applications. MySQL for developers training course details Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. Prerequisites: MySQL foundation Duration 5 days MySQL for developers training course contents Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in Internationally or OnlineFlexible Dates
£2,797

Advanced Process Safety Engineering

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your knowledge in process safety engineering with EnergyEdge's advanced classroom training course. Register now to secure your spot!

Advanced Process Safety Engineering
Delivered In-PersonFlexible Dates
£3,099 to £3,199

Process Hazard Assessment using the HAZOP Technique and HAZOP Team Leader Training [IChemE Approved Training Course]

By EnergyEdge - Training for a Sustainable Energy Future

Develop your expertise in process hazard assessment and lead HAZOP teams effectively with EnergyEdge's classroom training course. Enroll now!

Process Hazard Assessment using the HAZOP Technique and HAZOP Team Leader Training [IChemE Approved Training Course]
Delivered In-PersonFlexible Dates
£3,099 to £3,199

CWISA Wireless IoT Solutions Administrator

5.0(3)

By Systems & Network Training

CWISA training course description This CWISA course covers wireless technologies with reference to IoT. It examines from an IoT perspective how wireless works, and is an excellent introduction to IoT for the wireless engineer. Topics range from wireless technologies, RF, to mobile networks, IoT, and security. What will you learn Describe wireless networking and IoT technologies. Explain basic RF communications. Plan wireless solutions. Describe how to implement wireless solutions. Use best practices in implementing wireless solutions. CWISA training course details Who will benefit: Anyone working with IoT technologies. Prerequisites: RF fundamentals. Duration 4 days CWISA training course contents Introduction to wireless technologies History of wireless, radio waves and frequencies, wireless technologies and related components, common components of wireless solutions, LAN networking requirements, Network security, Implementing wireless solutions, staging, documentation, security updates, Industry organizations, IEEE, compatibility and certification groups. Wireless network use cases Wireless BANs, Wireless PANs, Wireless LANs, Wireless MANs, Wireless WANs, Wireless sensor networks, New network driver-Internet of Things, IoT for industry (IIoT), IoT for connected vehicles, Residential environments, Retail, Education (K12), Higher education, Agriculture, Smart cities / Public access, Health care, Office buildings, Hospitality, Industry, Stadiums, arenas, and large public venues. Planning wireless solutions Identifying use cases and applications, common wireless requirements and constraints, performing a wireless system design, selecting and evaluating design parameters. RF communications RF wave characteristics, RF propagation behaviours, RF signal metrics, fundamentals of wireless modulation. other wireless carriers, common frequency bands. Radio frequency hardware Hardware levels, basic RF hardware components (circuit board level), RF link types (use category). RF device types. Mobile communications networks Mobile networks, LTE, 5G, Use cases. Short-range, low-rate, and low-power networks RF and speed, RF and range, RF and power, 802.11, 802.15.4, Bluetooth, LoRa (Long range) / LoRaWAN, ZigBee, 6LoWPAN, NB-IoT and LTE-M. Wireless sensor networks What is a Wireless Sensor Network (WSN)? WSN applications, Sensors and actuators, WSN architectures, Planning a WSN. Internet of Things (IoT) Internet of Things (IoT) defined, IoT history and its definition revisited, one more comment on the definition of IoT, IoT verticals, Oil & Gas, IoT structure/ architecture basics, IoT connected objects. Securing wireless networks Confidentiality, integrity and availability, Privacy, non-repudiation, authenticity & safety, Importance of authentication in wireless networks, Key cryptographic technologies & concepts, Authentication methods, Authorisation, OAuth 2.0 authorisation framework, monitoring. Troubleshooting wireless solutions Proper solutions design, designing and implementing wireless solutions, basic installation procedures, general configuration considerations, troubleshooting and remediation, troubleshoot common problems in wireless solutions. Programming, scripting and automation What is an API? categories of APIs, common API communication methods, choosing a language, why are we integrating systems? Application & integration architectures. Data structures & types, XML, YAML, API types.

CWISA Wireless IoT Solutions Administrator
Delivered in Internationally or OnlineFlexible Dates
£2,797