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

20 Blockchain courses delivered Live Online

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Blockchain - An Overview for Business Professionals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Technical leaders Overview This course provides general overview of Blockchain technology and is specifically designed to answer the following questions:What is Blockchain? (What exactly is it?)Non-Technical Technology Overview (How does it work?)Benefits of Blockchain (Why should anyone consider this?)Use Cases (Where and for what apps is it appropriate?)Adoption (Who is using it and for what?)Implementation (How do I get started?)Future of Blockchain (What is its future?) This instructor-led 1 day Blockchain Architecture training is for technical leaders who need to make decisions about architecture, environment, and development platforms. WHAT IS BLOCKCHAIN? * A record keeping system * Trust * Decentralization * Trustless environment HOW DOES BLOCKCHAIN WORK? * Announcements * Blocks * Nodes * Chaining * Verification * Consensus * Scalability * Privacy * Crypto Hashing * Digital Fingerprinting * PoW vs PoS TYPES OF BLOCKCHAINS * Public vs Private * Open vs closed * Smart Contracts * Blockchain as History * Tokens / Coins * Gas HOW IS BLOCKCHAIN DIFFERENT FROM WHAT WE HAVE TODAY? * Decentralized * Peer-to-peer architecture * Software vs Firmware * Database vs Blockchain * Distributed database or other technology? * Data Sovereignty * Group Consensus WHAT ARE USE CASES FOR BLOCKCHAIN? * Use Case Examples * Currency * Banking Services * Voting * Medical Records * Supply Chain / Value Chain * Content Distribution * Verification of Software Updates (cars, planes, trains, etc) * Law Enforcement * Title and Ownership Records * Social Media and Online Credibility * Fractional asset ownership * Cable Television billing * High fault tolerance * DDoS-proof * Public or Private Blockchain? * Who are the participants? WHAT DOES A BLOCKCHAIN APP LOOK LIKE? * DApp * Resembles typical full stack web application * Any internal state changes and all transactions are written to the blockchain * Node.js * IDE * Public Blockchain visibility * Private Blockchain solutions * Oracles HOW DO I DESIGN A BLOCKCHAIN APP? * What does this solution need to let users do? * Will the proposed solution reduce or remove the problems and pain points currently felt by users? * What should this solution prevent users from doing? * Do you need a solution ready for heavy use on day 1? * Is your solution idea enhanced by the use of Blockchain? Does the use of Blockchain create a better end-user experience? If so, how? * Has your business developed custom software solutions before? * What level of support are you going to need? * How big is the developer community? * Does your vision of the future align with the project or platform's vision of the future? * Does the platform aim to make new and significant contributions to the development space, or is it an efficiency / cost play? * Should the solution be a public or private Blockchain? * Should the solution be an open or closed Blockchain? * Create a plan for contract updates and changes! * Hybrid solutions * Monetary exchanges? HOW DO I DEVELOP A BLOCKCHAIN APP? * AGILE approach pre-release * Define guiding principles up front * Software vs Firmware * Announcements, not transactions! * Classes, not contracts * Link contracts to share functions * Use calling contracts to keep contract address the same * Hyperledger vs Ethereum * CONSIDER No of Users * Avg No of Transactions (state changes) per User * Should a Blockless solution be applied? * Performance * Security * Anonymity * Security * Monolithic vs Modular * Sandwich complexity model HOW DO I TEST A BLOCKCHAIN APP? * Recommend 5x to 10x traditional application testing time * Security * Networks ADDITIONAL COURSE DETAILS: Nexus Humans Blockchain - An Overview for Business Professionals 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 Blockchain - An Overview for Business Professionals 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.

Blockchain - An Overview for Business Professionals
Delivered on-request, onlineDelivered Online
Price on Enquiry

Ethereum Training - Blockchain Development Bootcamp

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Programmers Application DevelopersSystem Architects Network ArchitectsNetwork Security Architects IT Professionals w/programming experience Overview Those who attend the Ethereum Development course and pass the exam certification will have a demonstrated knowledge of:An excellent overall understanding of the Ethereum architecture and Solidity language.All functional components (including smart contracts) required to develop an Ethereum Blockchain.The understanding of how to instantiate an Ethereum application on the network.An in-depth understanding of how transactions are created and implemented on an Ethereum network. This 3 day instructor-led course is designed for programmers and developers who want to take a comprehensive deep dive in writing smart contracts and building applications that interact with them. This course provides detailed overviews of Ethereum, smart contracts, and the development language, Solidity. The student will be exposed to Ethereum?s adaptable feature set which allows the developer to design decentralized applications for countless applications. Students will also participate in hands-on programming lab sessions to learn, develop, and advance their skills in Ethereum development. The Ethereum Development Training Course is designed for those seeking an in-depth understanding and development experience of the Ethereum Blockchain platform. Students will participate in approximately 50% programming lab time providing practical experience, enhancing their knowledge and existing skill set. WHAT IS BLOCKCHAIN AND SMART CONTRACTS? * What is Blockchain and how does it work? * Bitcoin vs Ethereum * Smart Contract * How you can use Smart Contracts? * Advantages of Smart Contracts * Solidity * LAB TASK * Types of Variables in Solidity * Public and Private Code * Public Variables and Functions * Private Variables and Functions * Internal Functions * External Functions * Smart Contract Constructors * Constant Variables * Setting Variables * LAB CHALLENGE SMART CONTRACTS WITH WEB3.JS * LAB * Installing & Running the Ethereum TestRPC * Installing Web3.js * Changing the Environment in Remix * Creating the UI * Using Web3.js to Connect & Interact with the Smart Contract * SOLUTION * LAB CHALLENGE SMART CONTRACT EVENTS WITH WEB3.JS * AIM * LAB * The Current Contract * Defining the Smart Contract Event * Updating the UI * LAB CHALLENGE FUNCTIONS, MAPPINGS AND STRUCTS * THEORY * Functions * Mappings * Structs * LAB * The Smart Contract * Creating a Modifier * Using the Modifier * Web3 UI?s Modifier Handling * LAB * Creating a Struct * Creating the Mapping * Map Addition * Get from the Mapping * The Full Contract * Count from Map * LAB CHALLENGE INHERITANCE AND DEPLOYMENT * THEORY * Object-oriented programming * Inheritance * LAB * Current Contract * Creating a Base Contract * Changing from Strings to bytes * Continuing the Project * Installing MetaMask * Deploy Contract to the Ropsten Test Network * LAB * Update the HTML Form * Update the JavaScript * Using the App * LAB CHALLENGE EMBARK FRAMEWORK AND IT'S DEPLOYMENT * Blockchain (Ethereum) * Decentralized Storage (IPFS) * Decentralized Communication * Web Technologies * LAB * Installing Embark Framework * Hello World with Embark Framework * First Contract Deployment with Embark Framework SOLIDITY SMART CONTRACTS TESTING * THEORY * What is Software Testing? * LAB * LAB CHALLENGE CONTRACTS MANAGEMENT WITH FACTORIES * THEORY * Factory * LAB * LAB CHALLENGE IPFS FILES HOSTING * THEORY * IPFS * FILES HOSTING * LAB * 1. Get your hosting server * 2. Install IPFS on the Server * LAB CHALLENGE END TO END DEVELOPMENT OF DAPP * AIM * LAB * Setup the Project * Program the Smart Contract * Create the Front-end of the application * Deploy the App with IPFS * LAB CHALLENGE

Ethereum Training - Blockchain Development Bootcamp
Delivered on-request, onlineDelivered Online
Price on Enquiry

Blockchain Architecture Training

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Technical Leaders Overview What is BlockchainHow does Blockchain workTypes of BlockchainsHow is Blockchain different from what we have todayWhat are use cases for BlockchainWhat does a Blockchain app look likeHow do I design a Blockchain appHow do I develop a Blockchain appHow do I test a Blockchain app This instructor-led 3 day Blockchain Architecture training is for technical leaders who need to make decisions about architecture, environment, and development platforms. WHAT IS BLOCKCHAIN? * A record keeping system * Trust * Decentralization * Trustless environment HOW DOES BLOCKCHAIN WORK? * Announcements * Blocks * Nodes * Chaining * Verification * Consensus * Scalability * Privacy * Crypto Hashing * Digital Fingerprinting * PoW vs PoS TYPES OF BLOCKCHAINS * Public vs Private * Open vs closed * Smart Contracts * Blockchain as History * Tokens / Coins * Gas HOW IS BLOCKCHAIN DIFFERENT FROM WHAT WE HAVE TODAY? * Decentralized * Peer-to-peer architecture * Software vs Firmware * Database vs Blockchain * Distributed database or other technology? * Data Sovereignty * Group Consensus WHAT ARE USE CASES FOR BLOCKCHAIN? * Use Case Examples * Currency * Banking Services * Voting * Medical Records * Supply Chain / Value Chain * Content Distribution * Verification of Software Updates (cars, planes, trains, etc) * Law Enforcement * Title and Ownership Records * Social Media and Online Credibility * Fractional asset ownership * Cable Television billing * High fault tolerance * DDoS-proof * Public or Private Blockchain? * Who are the participants? WHAT DOES A BLOCKCHAIN APP LOOK LIKE? * DApp * Resembles typical full stack web application * Any internal state changes and all transactions are written to the blockchain * Node.js * IDE * Public Blockchain visibility * Private Blockchain solutions * Oracles HOW DO I DESIGN A BLOCKCHAIN APP? * What does this solution need to let users do? * Will the proposed solution reduce or remove the problems and pain points currently felt by users? * What should this solution prevent users from doing? * Do you need a solution ready for heavy use on day 1? * Is your solution idea enhanced by the use of Blockchain? Does the use of Blockchain create a better end-user experience? If so, how? * Has your business developed custom software solutions before? * What level of support are you going to need? * How big is the developer community? * Does your vision of the future align with the project or platform's vision of the future? * Does the platform aim to make new and significant contributions to the development space, or is it an efficiency / cost play? * Should the solution be a public or private Blockchain? * Should the solution be an open or closed Blockchain? * Create a plan for contract updates and changes! * Hybrid solutions * Monetary exchanges? HOW DO I DEVELOP A BLOCKCHAIN APP? * AGILE approach pre-release * Define guiding principles up front * Software vs Firmware * Announcements, not transactions! * Classes, not contracts * Link contracts to share functions * Use calling contracts to keep contract address the same * Hyperledger vs Ethereum * CONSIDER No of Users * Avg No of Transactions (state changes) per User * Should a Blockless solution be applied? * Performance * Security * Anonymity * Security * Monolithic vs Modular * Sandwich complexity model HOW DO I TEST A BLOCKCHAIN APP? * Recommend 5x to 10x traditional application testing time * Security * Networks

Blockchain Architecture Training
Delivered on-request, onlineDelivered Online
Price on Enquiry

Blockchain Security Training

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Blockchain Architects Blockchain DevelopersApplication Developers Blockchain System AdministratorsNetwork Security Architects Cyber Security ExpertsIT Professionals w/cyber security experience Overview Those who attend the Security for Blockchain Professionals course and pass the exam certification will have a demonstrated knowledge of:Identifying and differentiating between security threats and attacks on a Blockchain network.Blockchain security methods, best practices, risk mitigation, and more.All known (to date) cyber-attack vectors on the Blockchain.Performing Blockchain network security risk analysis.A complete understanding of Blockchain?s inherent security features and risks.An excellent knowledge of best security practices for Blockchain System/Network Administrators.Demonstrating appropriate Blockchain data safeguarding techniques. This course covers all known aspects of Blockchain security that exist in the Blockchain environment today and provides a detailed overview of all Blockchain security issues, including threats, risk mitigation, node security integrity, confidentiality, best security practices, advanced Blockchain security and more. FUNDAMENTAL BLOCKCHAIN SECURITY CRYPTOGRAPHY FOR THE BLOCKCHAIN HASH FUNCTIONS * Public Key Cryptography * Elliptic Curve Cryptography * A Brief Introduction to Blockchain The Blocks * The Chains * The Network * Promises of the Blockchain * Blockchain Security Assumptions Digital Signature Security * Hash Function Security * Limitations of Basic Blockchain Security Public Key Cryptography Review * Real-Life Public Key Protection * Cryptography and Quantum Computers * Lab 1 (Tentative) Finding Hash Function Collisions Reversible hash function * Hash function with poor non-locality * Hash function with small search space * Breaking Public Key Cryptography Brute Forcing a Short Private Key * Brute Forcing a Poorly-Chosen Private Key CONSENSUS IN THE BLOCKCHAIN * Blockchain Consensus and Byzantine Generals Blockchain Networking Review * Byzantine Generals Problem Relation to Blockchain * Byzantine Fault Tolerance * Introduction to Blockchain Consensus Security Blockchain Consensus Breakthrough * Proof of Work What is Proof of Work? * How does Proof of Work Solve BGP? * Proof of Work Security Assumptions * Attacking Proof of Work * Proof of Stake What is Proof of Stake? * How does Proof of Stake Solve BGP? * Proof of Stake Security Assumptions * Attacking Proof of Stake * General Attacks on Blockchain Consensus * Other Blockchain Consensus Algorithms * Lab 2 (Tentative) Attacking Proof of Work Performing a 51% Attack * Performing a Selfish Mining Attack * Attacking Proof of Stake Performing a XX% Attack * Performing a Long-Range Attack * Malleable Transaction Attacks ADVANCED BLOCKCHAIN SECURITY MECHANISMS ARCHITECTURAL SECURITY MEASURES PERMISSIONED BLOCKCHAINS * Checkpointing * Advanced Cryptographic Solutions Multiparty Signatures * Zero-Knowledge Proofs * Stealth Addresses * Ring Signatures * Confidential Transactions * Lab 3 (Tentative) Permissioned Blockchains * 51% on a Checkpointed Blockchain * Data mining on a blockchain with/without stealth addresses * Zero-Knowledge Proof Simulation * Trying to fake knowledge of a ZKP * Module 4: Blockchain for Business Introduction to Ethereum Security What is Ethereum * Consensus in Ethereum * Smart Contracts in Ethereum * Ethereum Security * Pros and Cons of Ethereum Blockchains * Introduction to Hyperledger Security What is Hyperledger * Consensus in Hyperledger * Smart Contracts in Hyperledger * Hyperledger Security * Pros and Cons of Hyperledger Blockchains * Introduction to Corda Security What is Corda * Consensus in Corda * Smart Contracts in Corda * Corda Security * Pros and Cons of Corda Blockchains * Lab 4 BLOCKCHAIN RISK ASSESSMENT WHAT ARE THE RISKS OF THE BLOCKCHAIN? * Information Security * Information Sensitivity Data being placed on blockchain * Risks of disclosure * Regulatory Requirements Data encryption * Data control * PII protection * Blockchain Architectural Design Public and Private Blockchains * Open and Permissioned Blockchains * Choosing a Blockchain Architecture * Lab 5 * Exploring public/private open/permissioned blockchains? BASIC BLOCKCHAIN SECURITY BLOCKCHAIN ARCHITECTURE * User Security Protecting Private Keys * Malware * Update * Node Security * Configuring MSPs * Network Security * Lab 6 (TBD) SMART CONTRACT SECURITY INTRODUCTION TO SMART CONTRACTS * Smart Contract Security Considerations Turing-Complete * Lifetime * External Software * Smart Contract Code Auditing Difficulties * Techniques * Tools * Lab 7 (Tentative) * Try a couple of smart contract code auditing tool against different contracts with built-in vulnerabilities * Module 8: Security Implementing Business Blockchains Ethereum Best Practices * Hyperledger Best Practices * Corda Best Practices * Lab 8 NETWORK-LEVEL VULNERABILITIES AND ATTACKS INTRODUCTION TO BLOCKCHAIN NETWORK ATTACKS * 51% Attacks * Denial of Service Attacks * Eclipse Attacks * Routing Attacks * Sybil Attacks * Lab 9 * Perform different network-level attacks SYSTEM-LEVEL VULNERABILITIES AND ATTACKS INTRODUCTION TO BLOCKCHAIN SYSTEM VULNERABILITIES * The Bitcoin Hack * The Verge Hack * The EOS Vulnerability * Lab 10 SMART CONTRACT VULNERABILITIES AND ATTACKS INTRODUCTION TO COMMON SMART CONTRACT VULNERABILITIES * Reentrancy * Access Control * Arithmetic * Unchecked Return Values * Denial of Service * Bad Randomness * Race Conditions * Timestamp Dependence * Short Addresses * Lab 11 * Exploiting vulnerable smart contracts SECURITY OF ALTERNATIVE DLT ARCHITECTURES WHAT ARE ALTERNATIVE DLT ARCHITECTURES? * Introduction to Directed Acyclic Graphs (DAGs) * DAGs vs. Blockchains * Advantages of DAGs * DAG Vulnerabilities and Security * Lab 12 * Exploring a DAG network

Blockchain Security Training
Delivered on-request, onlineDelivered Online
Price on Enquiry

EXIN Blockchain Foundation

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Die Zertifizierung richtet sich an Fachexperten für Geschäftsprozesse aller Branchen und IT-Experten, die die Blockchain beruflich als kryptographische Lösung oder als Smart Contract (Computerprotokoll zur Abwicklung von Verträgen) einsetzen oder einsetzen wollen. Overview Mit einem EXIN Blockchain Foundation-Zertifikat weisen Sie professionelle Kenntnisse in den folgenden Bereichen nach: Grundlagen der Blockchain-Technologie Blockchain-Herausforderungen Blockchain-Anwendungen Blockchain-Innovationen EXIN Blockchain Foundation ist eine Zertifizierung auf Basisniveau. Mit dem EXIN Blockchain Foundation-Zertifikat wird professionelle Kenntnisse nachgewiesen ber Blockchain als Transaktionsverzeichnis analog einem Hauptbuch (Ledger), wie das potenziell als weltweites, dezentralisiertes Register zur Aufzeichnung, Bestandsaufnahme und šbertragung von materiellen Werten, wie z. B. Finanzmitteln, Immobilien, Produkten, aber auch immateriellen Werten, wie Wahlstimmen, Software, Gesundheitsdaten und Ideen genutzt werden kann. Die Zertifizierung deckt die Grundbegriffe der Blockchain-Technologie, m'gliche Anwendungsbereiche, den potenziellen Wert fr die Organisation und die der Blockchain zugrundeliegende Technologie ab. GRUNDALGEN DER BLOCKCHAIN * Die Blockchain-Technologie * Zus„tzliche Blockchain-Elemente * Aufbau eines Blockchain-Netzwerks BLOCKCHAIN-HERAUSFORDERUNGEN * Die Herausforderungen bei einer Blockchain * Begrenzung des Blockchain-Risikos BLOCKCHAIN-ANWENDUNGEN * Anwendugsf„lle fr Blockchains * Blockchain-Technologie fr Unternehmenswanwendungen * Blockchain-Technologie fr gesellschaftliche Anwendungen * Erweiterung von Blockchain-Anwendungen * Blockchain und globale Wirtschaft BLOCKCHAIN-INNOVATIONEN * Innovationen in der Blockchain-Technologie ADDITIONAL COURSE DETAILS: Nexus Humans EXIN Blockchain Foundation 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 EXIN Blockchain Foundation 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.

EXIN Blockchain Foundation
Delivered on-request, onlineDelivered Online
Price on Enquiry

Blockchain for Healthcare Professionals

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for CliniciansUniversitiesHospitalsHealthcare ExecutivesEntrepreneursInvestors Overview Intro to blockchainMajor healthcare use cases of blockchainUnderstand different use cases of PEB that have already been implemented and encourage thought of new potential use cases. This course covers the intersection of healthcare and Blockchain. Training will include an overview of Blockchain, and uses for Blockchain in the healthcare industry, from medical records, to medical devices, insurance and more. DAY 1 * History of blockchain * Blockchain 101 * Decentralization/centralization * Distributed ledger-private vs public * Mining and consensus mechanisms * Intro to healthcare on blockchain including Medical records FHIR, HL7 DAY 2 * Patient identity * Value-based care and concepts (discuss outcome-based smart contracts) * Medical devices, Wearables, IoT * Patient adherence monitoring (with tokenized incentives-could also discuss with pt. empowerment), incentives, etc. * Interoperability and other obstacles of implementation (industry inertia, large data sets, inherent resistance to change) DAY 3 * Supply chain (substandard and falsified medicines, divergence, compliance with DSCSA) * Logistics * Insurance (eligibility, reduced overhead, claims processing) * Data sets * AI technology (theoretical use cases) * PT empowerment 1 & 2 (digital health wallet with access driven by smart contracts, monetizing data for sharing) ADDITIONAL COURSE DETAILS: Nexus Humans Blockchain for Healthcare Professionals 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 Blockchain for Healthcare Professionals 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.

Blockchain for Healthcare Professionals
Delivered on-request, onlineDelivered Online
Price on Enquiry

IoT and Blockchain Training

By Nexus Human

Duration 1 Days 6 CPD hours Overview Please refer to Overview This course provides an overview of IoT and Blockchain, and how Blockchain holds the potential to securely unlock business and operational value of IoT to support common tasks, such as sensing, processing, storing information, and communicating. WHAT IS IOT? * Internet of Things Overview * IoT History HOW DOES IOT WORK? * Components of an IoT device CURRENT IOT LANDSCAPE * Growth areas * Privacy concerns IOT DESIGN STANDARDS * Zigbee networking protocol * Thread Group * AllSeen Alliance/AllJoyn * Open Interconnect Consortium/IoTivity * Industrial Internet Consortium * ITU-T SG20 * IEEE P2413 * Apple HomeKit IOT DESIGN QUESTIONS * Questions to help you design an IoT solution IOT ARCHITECTURE * Stage 1 - Data Generation (Sensors / Actuators) * Stage 2 - Data Acquisition Systems * Stage 3 - Edge Processing * Stage 4 - Long-Term Data Storage / Blockchain WHAT IS BLOCKCHAIN? * History of Blockchain HOW DOES BLOCKCHAIN WORK? * Benefits of Blockchain * Blockchain vs. conventional technology IOT / BLOCKCHAIN * Benefits of adding Blockchain to IoT * Trust Building * Cost Reduction * Accelerate Data Exchanges * Scaled Security for IoT ADDITIONAL COURSE DETAILS: Nexus Humans IoT and Blockchain Training 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 IoT and Blockchain Training 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.

IoT and Blockchain Training
Delivered on-request, onlineDelivered Online
Price on Enquiry

Blockchain - Emerging Technologies

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for non-technical business executives who are tasked with making business decisions about emerging technologies in their businesses. Overview You will learn:Blockchain Cloud BasicsIoT OverviewMobility and Ambient ComputingMachine Learning and Deep LearningChatbots, Robotics, and More This course is designed for non-technical business executives looking to learn and understand emerging technologies. BLOCKCHAIN CLOUD BASICS IOT OVERVIEW MOBILITY AND AMBIENT COMPUTING MACHINE LEARNING AND DEEP LEARNING CHATBOTS, ROBOTICS, AND MORE

Blockchain - Emerging Technologies
Delivered on-request, onlineDelivered Online
Price on Enquiry

Advanced Load Forecasting & Methodology

By Asia Edge

ABOUT THIS COURSE This 5 full-day course presents the most modern statistical and mathematical forecasting frameworks used by practitioners to tackle the load forecasting problem across short time and long time scales. The course presents practical applications to solving forecasting challenges, supported by real life examples from large control areas. It presents the weather impacts on the load forecasts and the methodologies employed to quantify the weather effect and building a repository of weather normal data. A good load forecast methodology must improve its forecasting accuracy and support a consistent load forecasting process. The load forecasting widely used in the power industry has evolved significantly with the advancement and adoption of Artificial Intelligence techniques such as Machine Learning. With the increased penetration of inverter-based resources, the operation of electric grids grew in complexity, leading to load forecasts that are updated more frequently than once a day. Furthermore, several jurisdictions adopted a smaller granularity than the hourly load forecasts in the effort to reduce the forecasting uncertainties. On the generation side, fuel forecasting professionals must meet energy requirements while making allowance for the uncertainty on both the demand and the supply side. This training course will also feature a guest speaker, who is a Ph.D candidate to provide insights into the most modern aspects of Artificial Intelligence in the context of load forecasting. Training Objectives This course offers a comprehensive approach to all aspects of load forecasting: * Gain a perspective of load forecasting from both operators in the generating plant and system operators. * Understand and review the advanced load forecasting concepts and forecasting methodologies * Learn the application of Artificial Neural Networks and Probabilistic Forecasting methods to manage forecasting uncertainties in short time frames * Appreciate market segmentation and econometric framework for long term forecasts * Find out the most recent practical application of load forecasting as examples from large power companies * Get access to recent industry reports and developments Target Audience * Energy load forecasting professionals from power plant and system operators * Energy planners and energy outlook forecasters and plant operators * Fuel procurement professionals * Planners and schedulers of thermal generating units Course Level * Intermediate Trainer Your expert course instructor is a Utility Executive with extensive global experience in power system operation and planning, energy markets, enterprise risk and regulatory oversight. She consults on energy markets integrating renewable resources from planning to operation. She led complex projects in operations and conducted long term planning studies to support planning and operational reliability standards. Specializing in Smart Grids, Operational flexibilities, Renewable generation, Reliability, Financial Engineering, Energy Markets and Power System Integration, she was recently engaged by the Inter-American Development Bank/MHI in Guyana. She was the Operations Expert in the regulatory assessment in Oman. She is a registered member of the Professional Engineers of Ontario, Canada. She is also a contributing member to the IEEE Standards Association, WG Blockchain P2418.5. With over 25 years with Ontario Power Generation (Revenue $1.2 Billion CAD, I/S 16 GW), she served as Canadian representative in CIGRE, committee member in NSERC (Natural Sciences and Engineering Research Council of Canada), and Senior Member IEEE and Elsevier since the 90ties. Our key expert chaired international conferences, lectured on several continents, published a book on Reliability and Security of Nuclear Power Plants, contributed to IEEE and PMAPS and published in the Ontario Journal for Public Policy, Canada. She delivered seminars organized by the Power Engineering Society, IEEE plus seminars to power companies worldwide, including Oman, Thailand, Saudi Arabia, Malaysia, Indonesia, Portugal, South Africa, Japan, Romania, and Guyana. Our Key expert delivered over 60 specialized seminars to executives and engineers from Canada, Europe, South and North America, Middle East, South East Asia and Japan. Few examples are: * Modern Power System in Digital Utilities - The Energy Commission, Malaysia and utilities in the Middle East, GCCIA, June 2020 * Assessment of OETC Control Centre, Oman, December 2019 * Demand Side management, Load Forecasting in a Smart Grid, Oman, 2019 * Renewable Resources in a Smart Grid (Malaysia, Thailand, Indonesia, GCCIA, Saudi Arabia) * The Modern Power System: Impact of the Power Electronics on the Power System * The Digital Utility, AI and Blockchain * Smart Grid and Reliability of Distribution Systems, Cyme, Montreal, Canada * Economic Dispatch in the context of an Energy Market (TNB, Sarawak Energy, Malaysia) * Energy Markets, Risk Assessment and Financial Management, PES, IEEE: Chicago, San Francisco, New York, Portugal, South Africa, Japan. Provided training at CEO and CRO level. * Enterprise Risk methodology, EDP, Portugal * Energy Markets: Saudi Electricity Company, Tenaga National Berhad, Malaysia * Reliability Centre Maintenance (South East Asia, Saudi Electricity Company, KSA) * EUSN, ENERGY & UTILITIES SECTOR NETWORK, Government of Canada, 2016 * Connected+, IOT, Toronto, Canada September 2016 and 2015 * Smart Grid, Smart Home HomeConnect, Toronto, Canada November 2014 * Wind Power: a Cautionary Tale, Ontario Centre for Public Policy, 2010 POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Advanced Load Forecasting & Methodology
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3568 to £4149

Cross Border Electricity Trading in Asia - Renewable Energy, Digital Technologies and New Operational Flexibility Solutions

By Asia Edge

ABOUT THIS VIRTUAL INSTRUCTOR LED TRAINING (VILT) This 3 half-day Virtual Instructor Led Training (VILT) course highlights the impact of the introduction of renewable energy, digital technologies and new operational flexibility solutions in the electricity trading market. These advancements facilitate unique opportunities and challenges for cross border trading of electricity. Most countries in Asia, have designed their own portfolio of climate actions with an accelerated penetration of renewable energy (or by importing renewable energy into their local grids). These changes are taking place at unprecedented speed and add further complexity to the operation of electricity trading markets, while presenting new opportunities. The Asian market, can tap into its vast potential of solar, wind and geothermal energy sources. A global, unified vision is emerging to support each of countries' energy needs and decarbonization goals. This VILT course will highlight priorities of each country to achieve its energy goals. The main operational flexibilities of each type of renewable resource are discussed in detail. The course also discusses the main components of Power Purchase Agreements and advancements in digitalization and how digital technologies can influence the energy market and cross border electricity trading. Key Takeaways: 1. New Energy Market Design 2. Cross Border Trading 3. PPAs Mechanisms and Examples of PPAs 4. The Increased Penetration of Renewable Resources in the Power Systems and How It Stimulates Cross Border Trading 5. How Digital Innovation Drives Energy Markets and Cross Border Trading Training Objectives Upon completion of this VILT course, participants will be able to: * Be familiar with the global vision of One Sun, One World, One Grid * Understand the major trends reshaping the energy markets * Learn how innovative digital technologies change the energy markets * Understand why sustainable energy markets require a tighter coordination between transmission and distribution system operators * Engage with each other to design the energy market of the future Target Audience This VILT course will benefit policy makers and regulators from energy agencies, transmission companies and utilities as well as power system engineers and power system operators from control centre and ISO. Training Methods The VILT will be delivered online in 3 half-day sessions comprising 4 hours per day, including time for lectures, discussion, quizzes and short classroom exercises. Course Duration: 3 half-day sessions, 4 hours per session (12 hours in total). Trainer Your expert course leader is a Utility Executive with extensive global experience in power system operation and planning, energy markets, enterprise risk and regulatory oversight. She consults on energy markets integrating renewable resources from planning to operation. She led complex projects in operations and conducted long term planning studies to support planning and operational reliability standards. Specializing in Smart Grids, Operational flexibilities, Renewable generation, Reliability, Financial Engineering, Energy Markets and Power System Integration, she was recently engaged by the Inter-American Development Bank/MHI in Guyana. She was the Operations Expert in the regulatory assessment in Oman. She is a registered member of the Professional Engineers of Ontario, Canada. She is also a contributing member to the IEEE Standards Association, WG Blockchain P2418.5. With over 25 years with Ontario Power Generation (Revenue $1.2 Billion CAD, I/S 16 GW), she served as Canadian representative in CIGRE, committee member in NSERC (Natural Sciences and Engineering Research Council of Canada), and Senior Member IEEE and Elsevier since the 90ties. Our key expert chaired international conferences, lectured on several continents, published a book on Reliability and Security of Nuclear Power Plants, contributed to IEEE and PMAPS and published in the Ontario Journal for Public Policy, Canada. She delivered seminars organized by the Power Engineering Society, IEEE plus seminars to power companies worldwide, including Oman, Thailand, Saudi Arabia, Malaysia, Indonesia, Portugal, South Africa, Japan, Romania, and Guyana. Our Key expert delivered over 60 specialized seminars to executives and engineers from Canada, Europe, South and North America, Middle East, South East Asia and Japan. Few examples are: * Modern Power System in Digital Utilities - The Energy Commission, Malaysia and utilities in the Middle East, GCCIA, June 2020 * Assessment of OETC Control Centre, Oman, December 2019 * Demand Side management, Load Forecasting in a Smart Grid, Oman, 2019 * Renewable Resources in a Smart Grid (Malaysia, Thailand, Indonesia, GCCIA, Saudi Arabia) * The Modern Power System: Impact of the Power Electronics on the Power System * The Digital Utility, AI and Blockchain * Smart Grid and Reliability of Distribution Systems, Cyme, Montreal, Canada * Economic Dispatch in the context of an Energy Market (TNB, Sarawak Energy, Malaysia) * Energy Markets, Risk Assessment and Financial Management, PES, IEEE: Chicago, San Francisco, New York, Portugal, South Africa, Japan. Provided training at CEO and CRO level. * Enterprise Risk methodology, EDP, Portugal * Energy Markets: Saudi Electricity Company, Tenaga National Berhad, Malaysia * Reliability Centre Maintenance (South East Asia, Saudi Electricity Company, KSA) * EUSN, ENERGY & UTILITIES SECTOR NETWORK, Government of Canada, 2016 * Connected+, IOT, Toronto, Canada September 2016 and 2015 * Smart Grid, Smart Home HomeConnect, Toronto, Canada November 2014 * Wind Power: a Cautionary Tale, Ontario Centre for Public Policy, 2010 POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information about post training coaching support and fees applicable for this. Accreditions And Affliations

Cross Border Electricity Trading in Asia - Renewable Energy, Digital Technologies and New Operational Flexibility Solutions
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1699

Educators matching "Blockchain"

Show all 105