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

2014 Courses in Birmingham

M.D.D RELATIONSHIP COACHING COURSES FOR SINGLES (DATING/RELATIONSHIP COURSES)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Relationship Coaching Dating World Communication skills Emotional intelligence Healthy boundaries Compatible partners Self Improvement Personal growth Self Love Past trauma Mindfulness Self awareness Free support calls as apart of your course to speak to your qualified experienced coach 4 week course https://relationshipsmdd.com/product/relationship-coaching-courses-for-singles/

M.D.D RELATIONSHIP COACHING COURSES FOR SINGLES (DATING/RELATIONSHIP COURSES)
Delivered in London or UK Wide or OnlineFlexible Dates
£700

BalletPro Pointe Shoe Fitting Course April 2025

5.0(3)

By BalletPro

In-depth Pointe shoe fitting course for dance shop owners, teachers and students

BalletPro Pointe Shoe Fitting Course  April 2025
Delivered In-PersonJoin Waitlist
£60

BalletPro Pointe Shoe Fitting Course November 2024

5.0(3)

By BalletPro

In-depth Pointe shoe fitting course for dance shop owners, teachers and students

BalletPro Pointe Shoe Fitting Course November 2024
Delivered In-PersonJoin Waitlist
£60

Advanced Diploma in Reflexology (Private 121)

By Renew Therapies Wellbeing Centre & Training Acdemy

This is course includes all the required elements to work effectively as a reflexologist including, modules covering the following: knowledge and understanding of the principles and practice and business practice, anatomy and physiology for complementary therapies. You will also develop your understanding and practical skills to competently provide reflexology treatments.

Advanced Diploma in Reflexology (Private 121)
Delivered In-Person in InternationallyFlexible Dates
£925

Emergency Paediatric First Aid Course

5.0(15)

By 2 Save A Life First Aid Courses NI

The Qualsafe Level 3 Award in Emergency Paediatric First Aid (RQF) qualification has been designed in-line with the current Early Years Foundation Stage (EYFS) requirements and is ideal for: • Those who have gained a level 2 or 3 childcare qualification and have entered into an early years setting and wish to be included in the staff to child ratios to comply with the EYFS requirements. • Anyone who cares for infants and children, such as parents, guardians, grandparents

Emergency Paediatric First Aid Course
Delivered In-Person in Newtownards or UK WideFlexible Dates
£80 to £90

M.D.D HOW TO SET BOUNDARIES PACKAGE (DATING/RELATIONSHIP COURSES)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Do you struggle to stand up for yourself? Do you always tolerate people treating you badly in relationships? Do you find yourself in bad relationships constantly? Do you always hang on to people for fear of being on your own? This course is to help those who always end up being bullied and mistreated in relationships and struggle to set boundaries, exercise principles and self-value. This course will teach you how to: Correct unhealthy dating patterns Improve self-esteem Have more confidence Not be afraid to walk away from negative relationships Enforce boundaries when disrespected Build respect in relationships Enhance understanding and self-communication Recognise personal needs Pinpoint areas that are causing present issues https://relationshipsmdd.com/product/how-to-set-boundaries-package/

M.D.D HOW TO SET BOUNDARIES PACKAGE (DATING/RELATIONSHIP COURSES)
Delivered in London or UK Wide or OnlineFlexible Dates
£750

The Lash Tech Pro Bootcamp

By The Beauty Click Academy

Training Duration – Approx 3 months Included – Course manuals, Portable beauty couch, Pinkfishes Classic lash kit, Lash lift & tint kit and a Pinkfishes Russian lash kit. Widely recognisable and insurable qualification, allowing you to deliver this treatment on the paying general public. Class size - Maximum 8 students in a class

The Lash Tech Pro Bootcamp
Delivered In-PersonFlexible Dates
£899

Decision Making and Problem Solving: In-House Training

By IIL Europe Ltd

Decision Making and Problem Solving: In-House Training We may live in an era of fast technology and increasing reliance upon automation, but our human abilities to think critically, make careful decisions, and solve nuanced problems are more important than ever. Our personal lives depend on those things, and so do the lives of our organizations. Since business is now conducted at remarkable speeds, we put our organizations at great risk daily when we have weak competencies with decision-making and problem-solving. Decisions and solutions that are executed impulsively and without structured approaches can create more problems or make existing ones worse! This course aims to help participants improve their skills so they can execute well and add value to the workplace. Learners will experience multiple decision-making and problem-solving models, tools, and techniques meant for the real world. They will learn how to align their growing toolboxes with the right situational contexts so that they can transfer that skill to the workplace. They will also discover how indecision, cognitive bias, and default thought processes can create obstacles to effective decision-making and problem-solving. What you will Learn Recognize the importance of making a sound decision in a timely manner Infer types of cognitive biases and obstacles that impact decision-making Separate facts, requirements, ideas, and perceptions when making a decision or solving problems Apply structured decision-making and problem-solving approaches Conduct cause and effect and Force Field analyses Evaluate alternative solution methods using various techniques Analyze real world situations to determine the best aligned decision-making and problem-solving models, tools, and techniques Implement decision-making and problem-solving models, tools, and techniques Foundation Concepts Contextualizing decisiveness and problem-solving Discriminating between decisiveness and problem-solving Understanding Decision-Making Decision-making challenges and impacts Key drivers of good decision-making Thought processes and obstacles Knowledge, skills, and abilities (KSAs) Decision-Making Models and Supporting Tools Decision-making models, tools, and guidelines Tools to evaluate alternatives Translating requirements into action Problem-Solving Defining the problem Problem-solving models Cause and effect analysis Quick hit vs. innovative problem-solving Summary and Next Steps Course summary Personal action plan

Decision Making and Problem Solving: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,295

Regular expressions for engineers

5.0(3)

By Systems & Network Training

Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.

Regular expressions for engineers
Delivered in Internationally or OnlineFlexible Dates
£967

Fibre splicing

5.0(3)

By Systems & Network Training

Fibre splicing training course description A short, concise hands on fibre optic cable splicing course providing comprehensive coverage of fibre splicing. Over 50% of the course is practical based. What will you learn Prepare cable for splicing. Splice fibre optic cable. Fibre splicing training course details Who will benefit: Those wishing to be able to splice fibre. Prerequisites: None. Duration 1 day Fibre splicing training course contents Fibre optic essential review Fibre cable types. SMF, MMF. Safe working practices. Cable handling issues. Hands on: Handling fibre optic cable. Preparing fibre for splicing Cutting and stripping tools, cleaving methods, fibre cleaning materials. Hands on: Fibre preparation. Splicing Joining fibres, splicers, fusion splicing, mechanical splicing, splicing procedure. cleaving, splicing parameters. Splicing vs. connectors. Which splice? Hands on: Splicing fibre. Splice loss mechanisms End gap, concentricity, end angle, NA mismatch, finish and dirt, coaxiality, Axial run out, core mismatch, back reflection. Testing Testing successful fibre splicing. Hands on: Testing spliced fibre.

Fibre splicing
Delivered in Internationally or OnlineFlexible Dates
£867