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

1677 Courses in London

An Understanding of Seizure First Aid and the Administration of Rectal Paraldehyde

By Guardian Angels Training

Gain comprehensive knowledge and practical skills in seizure first aid and rectal paraldehyde administration with our course. Ideal for caregivers, healthcare professionals, educators, and individuals.

An Understanding of Seizure First Aid and the Administration of Rectal Paraldehyde
Delivered In-Person in InternationallyFlexible Dates
£875

Leadership is about 'getting stuff done'. This course concentrates on just that. In a complicated world, it helps leaders to ensure that the right stuff gets done at the right time and in the right way.

Achieving Outputs in a Complex World
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£378

Project Planning and Budgeting

5.0(10)

By GBA Corporate

Overview This course will define the scope of work, project goal, project plan, project phase, sequencing and phase relationship Project Planning & Budgeting will provide participants with a demonstrated set of methods, processes, tools and techniques to cultivate a systematic and dynamic project plan to certify progressive monitoring control and reporting of the project cost.

Project Planning and Budgeting
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

DMI Expert- Certified Digital Marketing Expert

By London School of Science and Technology

This advanced certification drills deep into the latest thinking to develop true digital marketing expertise. Course Overview This advanced certification drills deep into the latest thinking to develop true digital marketing expertise. Learn about Digital Strategy, CX, Search Marketing, Social Media, Leadership and more. Get world class, knowledge and insight: DMI EXPERT is our postgraduate level 140-hour course with an advanced, professional certification. It delivers breadth and depth of understanding of digital marketing and provides the learner with the digital and research skills to work at a management or strategic level. This certification is credit rated at level 11 on the Scottish Credit and Qualifications Framework and awarded 120 credit points by the SQA (Scottish Qualifications Authority), which is comparable to a postgraduate diploma awarded by a UK university. Program learning outcomes and content: What Will I Learn? We give you the thinking and tools to become a leading player on the digital stage. Create powerful and dynamic digital strategy, and access modern, career-defining training covering all key digital marketing disciplines. Course Content: Social Media Marketing: Learn how to create engaging content on social media and how to plan, execute, optimize and report on social media marketing campaigns across the key social platforms. • Social Research • Social Content • Facebook, Instagram, Pinterest • Twitter • LinkedIn • YouTube & Social Video • Social Apps • Social Commerce & Affiliate Marketing • Social Customer Service • Social Strategy Strategy and Planning: Gain all the key skills and practices associated with planning a successful digital strategy. Everything from digital channels, marketing automation, budgeting, analytics and digital leadership. • Digital Communications v Traditional Communications • Marketing automation and CRM • Budget and Resourcing • Big Data & Analytics • Strategy Formulation and Plan • Digital Communications & Channels • Omnichannel tactics CX, eCommerce and CRO: Learn the key concepts underpinning website optimization, conversion rate optimization and effective e-commerce for every business requirement. Build highly effective user experiences for your customers. • Website Optimization • UX Research & Design • E-Commerce Strategy • Applied E-Commerce • Graphic Design Essentials for Marketers Search and Digital Channels: Plan, implement, refine and report on search marketing campaigns. Drive traffic across all digital channels. Taught directly by Neil Patel and DMI’s experts, you’ll gain knowledge from people who actually use these tactics in the field. • SEO Setup & Content • SEO Workshop • Paid Search & Display Advertising • Measurement with Google Analytics • Email Marketing Strategy • Applied Email Marketing • SEO for ecommerce Digital Selling: Recognize the value of social selling and incorporate digital techniques to better engage with customers and prospects to drive increased conversion rates. • Fundamentals of Social Selling • Finding & Targeting Prospects • Attracting Customers • Closing & Retaining • Increasing Engagement Essential Skills: Gain all the essential skills all marketers, professionals and business leaders need to work effectively, productively and professionally in a collaborative business environment. • Project Planning • Creativity Skills • Personal Skills • Working With Others Leadership and Management: Develop practical skills and techniques that you can use to think strategically, build effective teams, deal with conflict and crisis and persuade and influence others. • Thinking Strategically • Building Effective Teams • Dealing with Conflicts and Crises • Persuading and Influencing DURATION 52 Weeks WHATS INCLUDED Course Material Case Study Experienced Lecturer Refreshments Certificate

DMI Expert- Certified Digital Marketing Expert
Delivered In-PersonFlexible Dates
£1,500

Complete JavaScript

5.0(3)

By Systems & Network Training

Complete JavaScript training course description A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. What will you learn Read JavaScript. Write JavaScript. Debug JavaScript. Complete JavaScript training course details Who will benefit: Anyone wishing to learn JavaScript. Prerequisites: None. Duration 3 days Complete JavaScript training course contents CORE JAVASCRIPT Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. CLIENT SIDE JAVASCRIPT JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in Internationally or OnlineFlexible Dates
£2,367

M.D.D SOCIAL CONFIDENCE COACHING PACKAGE (SOCIAL CONFIDENCE)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Improve social anxiety Learning how to improve emotional intelligence Coping mechanisms for anxiety inducing situations Confidence building Triggers Diagnosis Introspection tests Characteristics Analysis Behavioural pattern management Cognitive distortions training Graduated exposure techniques Reframing thoughts Learning self acceptance Overcoming confidence issues from past rejections Teaching texting techniques Teaching Social gathering techniques https://relationshipsmdd.com/product/social-confidence-coaching-package/

M.D.D SOCIAL CONFIDENCE COACHING PACKAGE (SOCIAL CONFIDENCE)
Delivered in London or UK Wide or OnlineFlexible Dates
£750

An Understanding of Microsuctioning

By Guardian Angels Training

Learn the safe and precise technique of microsuctioning for earwax and foreign object removal with our comprehensive course for healthcare professionals.

An Understanding of Microsuctioning
Delivered In-Person in InternationallyFlexible Dates
£1,845

Technical Report Writing and Presentation Skills for Oil & Gas Engineers and Technical Professionals

By EnergyEdge - Training for a Sustainable Energy Future

Develop your technical report writing and presentation skills with EnergyEdge's course designed for oil & gas professionals. Sign up now!

Technical Report Writing and Presentation Skills for Oil & Gas Engineers and Technical Professionals
Delivered in Internationally or OnlineFlexible Dates
£1,399 to £1,499

DASA DevOps Fundamentals: In-House Training

By IIL Europe Ltd

DASA DevOps Fundamentals: In-House Training The DASA DevOps Fundamentals™ certification provides the core education necessary to build your DevOps vocabulary and understand its principles and practices. It's the ideal starting point for DevOps journeys, whether you're already familiar with working with Agile and/or DevOps teams or not. Faster software deployment, increased deployment frequency, and higher change success rate are only some of the visible outcomes of practicing DevOps. Organizations such as Netflix, Spotify, and Facebook are transforming IT by successfully implementing DevOps principles. But you don't have to be big to be a DevOps leader. Companies large and small, young and old, have smoothly made the transition and have the proof of success in their pockets. This course will inspire you to serve as a change champion by sharing and using what you learned, and continue to learn, about DevOps to lead and mentor others. A solid understanding of DevOps Fundamentals has helped numerous professionals and organizations how to approach a DevOps journey, not only from a tool and automation perspective but also looking in-depth at the softer side of things. This course provides learners with an extensive introduction to the core Agile DevOps principles. It covers all 12 key knowledge and skill competencies defined by DASA to ensure you acquire a solid knowledge of DevOps concepts and terminology. Multiple cases or scenarios, group discussions, and examples are included in the course to enhance your learning experience. What you will Learn DASA DevOps Fundamentals-certified professionals are able to: Explain the drivers responsible for the emergence of DevOps. Define and discuss the key concepts and principles of DevOps. List and explain the business benefits of DevOps and continuous delivery. Know how teams can translate DevOps principles into tangible practices. Learn about modern operations in a DevOps context. Explain the concepts of test automation, infrastructure automation, and build and deployment automation. Describe how DevOps relates to Lean and Agile methodologies. Get insight into the various organizational DevOps models and architectures. Identify how Cloud and Delivery pipeline automation optimizes and accelerates the ways of working. Discuss the critical success factors for DevOps transformation. Introducing DASA DevOps Fundamentals DASA DevOps Fundamentals An Introduction Case Study - Easy Journey Airways Building the DevOps Context DevOps Evolution Business Benefits of DevOps DASA DevOps Principles Goals and Measurements Knowing DevOps for Individuals T-Shape Profiles DevOps Capabilities by DASA DASA DevOps Certifications Getting Acquainted with DevOps Culture and Behavior Embracing a DevOps Culture Core Elements of a DevOps Culture Implementation of a DevOps Culture Understanding the Value of DevOps for Teams and Organizations Organizational Models Team Autonomy DevOps at Scale Getting Familiar with DevOps Management Practices ITSM Lean Agile Getting Familiar with DevOps Technical Practices Architecture Modern Infrastructure and Cloud Operations Enabling DevOps Team Performance Through Continuous Delivery and Automation Software Delivery Automation Concepts Continuous Delivery Core Concepts Continuous Delivery Automation Concepts Continuous Delivery Automation Focus Topics Measuring the Performance - The Next Steps Analyze the Current Situation Improve Incrementally

DASA DevOps Fundamentals: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,795

DASA DevOps Fundamentals

By IIL Europe Ltd

DASA DevOps Fundamentals The DASA DevOps Fundamentals™ certification provides the core education necessary to build your DevOps vocabulary and understand its principles and practices. It's the ideal starting point for DevOps journeys, whether you're already familiar with working with Agile and/or DevOps teams or not. Faster software deployment, increased deployment frequency, and higher change success rate are only some of the visible outcomes of practicing DevOps. Organizations such as Netflix, Spotify, and Facebook are transforming IT by successfully implementing DevOps principles. But you don't have to be big to be a DevOps leader. Companies large and small, young and old, have smoothly made the transition and have the proof of success in their pockets. This course will inspire you to serve as a change champion by sharing and using what you learned, and continue to learn, about DevOps to lead and mentor others. A solid understanding of DevOps Fundamentals has helped numerous professionals and organizations how to approach a DevOps journey, not only from a tool and automation perspective but also looking in-depth at the softer side of things. This course provides learners with an extensive introduction to the core Agile DevOps principles. It covers all 12 key knowledge and skill competencies defined by DASA to ensure you acquire a solid knowledge of DevOps concepts and terminology. Multiple cases or scenarios, group discussions, and examples are included in the course to enhance your learning experience. What you will Learn DASA DevOps Fundamentals-certified professionals are able to: Explain the drivers responsible for the emergence of DevOps. Define and discuss the key concepts and principles of DevOps. List and explain the business benefits of DevOps and continuous delivery. Know how teams can translate DevOps principles into tangible practices. Learn about modern operations in a DevOps context. Explain the concepts of test automation, infrastructure automation, and build and deployment automation. Describe how DevOps relates to Lean and Agile methodologies. Get insight into the various organizational DevOps models and architectures. Identify how Cloud and Delivery pipeline automation optimizes and accelerates the ways of working. Discuss the critical success factors for DevOps transformation. Introducing DASA DevOps Fundamentals DASA DevOps Fundamentals An Introduction Case Study - Easy Journey Airways Building the DevOps Context DevOps Evolution Business Benefits of DevOps DASA DevOps Principles Goals and Measurements Knowing DevOps for Individuals T-Shape Profiles DevOps Capabilities by DASA DASA DevOps Certifications Getting Acquainted with DevOps Culture and Behavior Embracing a DevOps Culture Core Elements of a DevOps Culture Implementation of a DevOps Culture Understanding the Value of DevOps for Teams and Organizations Organizational Models Team Autonomy DevOps at Scale Getting Familiar with DevOps Management Practices ITSM Lean Agile Getting Familiar with DevOps Technical Practices Architecture Modern Infrastructure and Cloud Operations Enabling DevOps Team Performance Through Continuous Delivery and Automation Software Delivery Automation Concepts Continuous Delivery Core Concepts Continuous Delivery Automation Concepts Continuous Delivery Automation Focus Topics Measuring the Performance - The Next Steps Analyze the Current Situation Improve Incrementally

DASA DevOps Fundamentals
Delivered In-Person in LondonFlexible Dates
£1,795