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

692 Energy courses

Discover the benefits of EnergyEdge's materials management classroom training. Enroll now and take your career to new heights.

Materials Management
Delivered In-PersonFlexible Dates
£2,299 to £2,399

The Flexible Leader – The Future of Leading Hybrid Teams

By Challenge Consulting

The Flexible Leader – The Future of Leading Hybrid Teams, 1 day training course delivered in Nottingham Provides delegates with an opportunity to explore the potential benefits of a flexible working environment, as well as an exploration of the key skills and attributes managers/leaders need to succeed in the evolving ecosystem of hybrid work. Whether you and the team work part-time, work remotely, or have odd days in the office, the session will help you be more effective and confident – ensuring the best from individuals, keeping the team informed and motivated, whilst managing performance and increasing efficiency.

The Flexible Leader – The Future of Leading Hybrid Teams
Delivered In-PersonFlexible Dates
£294

Certified Internet of Things Practitioner

By Mpi Learning - Professional Learning And Development Provider

In this course, students will learn general strategies for planning, designing, developing, implementing, and maintaining an IoT system through various case studies and by assembling and configuring an IoT device to work in a sensor network.

Certified Internet of Things Practitioner
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£350

Angelic Reiki 1&2 Workshop

By Academy Of Angelic Healing

Learn Angelic Reiki with multi-award winning Master Teacher, Jayn Lee-Miller, who was one of the first to work professionally with angels and is now approaching her 18th year of teaching Angelic Reiki. Please email info@healingangels.co.uk for full details of this healing module which has been channelled through the Archangel Metatron especially for this time as the consciousness of humanity is collectively ascending to fifth dimension. The Angelic Kingdom of Light is assisting in helping us hold a place of unconditional love to help us remember the divine beings we truly are. In Angelic Reiki you are attuned by Angels to The Angelic Kingdom of Light and during healing exchanges you actually become the Angel you are channelling.

Angelic Reiki 1&2 Workshop
Delivered In-PersonFlexible Dates
£287

Large Scale Hydrogen Production – Electrolyser Technologies & Electrolysis Interfaces

By EnergyEdge - Training for a Sustainable Energy Future

Unlock the future of energy with EnergyEdge's comprehensive classroom training on large-scale hydrogen production & electrolysis interfaces. Join us to revolutionize energy solutions!

Large Scale Hydrogen Production – Electrolyser Technologies & Electrolysis Interfaces
Delivered In-PersonFlexible Dates
£2,299 to £2,399

The Dance of the Infinite

By Sunhouse

A day retreat with Emma and Christine in Guernsey When: Saturday 7th September 10am - 5pm Price: £88 for the whole day, everything included. Where: Holding Space, Les Bergers, St Andrew’s Road. Guernsey ABOUT THE DAY Join us for this full day retreat honouring the earth and all the elements of life, through Qigong, Breathwork, Yoga Nidra and weaving the magic of walking the lemniscate. Not forgetting a delicious organic lunch, drinks and snacks, all in a beautiful location.  In the morning, we will explore what it is to belong in our bodies, to connect with all the elements of life as they move through us. Using the powerful yet gentle practice of Qigong to open our energy, creating space for the full expression of our life force. We will be working with movements inspired by the infinity symbol, also known as the "lemniscate" which have been used by healers for centuries to promote balance, and harmony. Connecting us to the infinite potential and interconnectedness of all things. Christine will guide us to walk the 8 (lemniscate) and then move seamlessly into a deeply healing yoga nidra practice bringing the 8 into our bodies for total relaxation and integration. After a delicious organic lunch we will lie down and relax into the support of the earth to receive a deep healing breathwork session. We will use conscious connected breathing to encourage detoxification of your body, releasing stuck energy and beliefs and resetting your whole nervous system. Giving you the tools to transform and to let go of whatever may be holding you back from living the life you truly want to live.  A unique and beautiful day for soul nourishment, deepening into your true self and connection with all of life.  If you are interested but have more questions please contact us. We would love to hear from you.  Join us for a day of magic

The Dance of the Infinite
Delivered In-PersonFlexible Dates
£88

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Gas and LNG Contracts, Markets and Strategy – Structuring and Negotiating Gas & LNG Contracts that Optimize Value for your Organization

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your energy industry knowledge with EnergyEdge's course on gas and LNG contracts, markets, and strategy. Enroll now to optimize value for your organization today!

Gas and LNG Contracts, Markets and Strategy – Structuring and Negotiating Gas & LNG Contracts that Optimize Value for your Organization
Delivered In-PersonFlexible Dates
£2,099 to £2,299

Mid Year Sacred Cacao & Crystal Manifestation - FULLY BOOKED

5.0(1)

By Steph Edwards

Manifest Good Fortune and Happiness Through focused intention, emotion, and visualization, and with the aid of ceremonial cacao, we will connect more deeply to the energy of the heart with a gentle and immersive meditation to manifest and bring your goals, dreams, and desires into physical form. #manifestation #newmoonceremony #ceremonycacao #sacredcacao #surbitonmums #surbiton #surreylife #surbiton #kingstonuponthames #manifesting #newlife #fullmoonmanifestation #crystalgrid

Mid Year Sacred Cacao & Crystal Manifestation - FULLY BOOKED
Delivered In-PersonFlexible Dates
£24

EnergyEdge offers classroom training on EP technical services contracts to boost your knowledge and skills. Enroll now!

E&P Technical Services Contract
Delivered In-PersonFlexible Dates
£2,299 to £2,399