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

1137 Development courses in Birmingham

Jewellery Design Course - Create Personalised Jewellery (Blender)

By FluidDesigner

Learn to use 3D printing software to design and create your own pendants, earrings, rings and bracelets. The course is on a one-to-one basis. If you want to be in the jewellery trade as a designer and seller of modern jewellery or you simply want to create designs for yourself and your family then you should be learning how to create your own designs using apps such as Fluid Designer for 3D Printing.

Jewellery Design Course - Create Personalised Jewellery (Blender)
Delivered In-Person in London or UK WideFlexible Dates
£245

Neurodiversity in the Workplace for Managers Workshop

5.0(2)

By Changing Minds Training

This full day workshop is designed to follow on and build on the learning from the 1-hour webinar to provide an embedded learning experience leading to acceptance and change of culture around neurodiversity. We understand the pressure managers can experience working within a neurodiverse team, this training is designed with managers in mind.

Neurodiversity in the Workplace for Managers Workshop
Delivered in London or UK Wide or OnlineFlexible Dates
£2,495

M.D.D PERSONAL DATING COACH PACKAGE (V.I.P)

4.9(27)

By Miss Date Doctor Dating Coach London, Couples Therapy

Are you tired of feeling lost and frustrated in your dating life? Are you ready to take control and find the love you deserve? Look no further than our Personal Dating Coach Package. Designed to provide you with the personalized guidance and support you need, this package is your key to unlocking relationship success. Our team of highly skilled and experienced dating coaches is dedicated to helping individuals like you navigate the complexities of dating and relationships. With our Personal Dating Coach Package, you’ll receive a comprehensive and tailored approach to improving your dating skills and achieving your relationship goals. Personal Dating Coach Package is designed to meet your unique needs and preferences. Through a series of one-on-one coaching sessions, our expert dating coach will delve into your dating history, assess your strengths and areas for improvement, and develop a customized plan of action. Throughout the coaching process, our dating coach will provide invaluable insights, practical advice, and proven strategies to help you overcome obstacles, boost your self-confidence, and enhance your communication skills. We’ll guide you in developing a positive dating mindset, understanding dating etiquette, and navigating various aspects of the dating world, from online dating to first dates and beyond. With our Personal Dating Coach Package, you’ll have a dedicated professional by your side, supporting you every step of the way. We’ll provide ongoing feedback, accountability, and motivation to keep you on track towards your relationship goals. Our goal is to empower you with the tools and knowledge you need to create lasting and meaningful connections. Don’t let another day go by without taking action towards the love life you desire. Invest in our Personal Dating Coach Package and experience the transformative power of personalized coaching. With our expertise and your commitment, you can confidently navigate the dating landscape and find the fulfilling relationship you’ve been searching for. You have something to talk to everyday whenever you need guidance or support 1 month support 7 days a week 40 mins per day https://relationshipsmdd.com/product/personal-dating-coach-package/

M.D.D PERSONAL DATING COACH PACKAGE (V.I.P)
Delivered in London or UK Wide or OnlineFlexible Dates
£1,400

Management & Self-Care: Prioritising Your Well-being While Leading

5.0(5)

By Puritas

As a manager and leader your role involves motivating and supporting your team for effective and productive outcomes. This course emphasises the importance of self-care and emotional intelligence to maintain personal well-being and foster team success. Objectives: Understand why self-care is crucial for both managers and teams. Learn strategies to prevent burnout, minimise distractions, and manage stress. Implement methods to cultivate a balanced and supportive work environment. As a manager and leader your role involves motivating and supporting your team for effective and productive outcomes. This course emphasises the importance of self-care and emotional intelligence to maintain personal well-being and foster team success. Objectives: Understand why self-care is crucial for both managers and teams. Learn strategies to prevent burnout, minimise distractions, and manage stress. Implement methods to cultivate a balanced and supportive work environment.

Management & Self-Care: Prioritising Your Well-being While Leading
Delivered In-Person in Bishop Stortford + 9 more or UK WideFlexible Dates
£1,500 to £2,500

Ownership, Delegation, and Productivity

5.0(5)

By Puritas

This course focuses on empowering managers to foster a culture of ownership, leverage effective delegation practices, and enhance productivity within their teams. Participants will explore strategies and techniques to delegate effectively, promote accountability, and optimise team performance. This course is available to book for delivery in-house for your organisation and people exclusively, for either a half or full days training workshop. Prices are dependent on size of group ranging from a minimum of 4 to a maximum of 12 delegates. If you have a smaller number of delegates the Puritas 1:1 Leadership Coaching Programme is recommended.

Ownership, Delegation, and Productivity
Delivered In-Person in Bishop Stortford + 9 more or UK WideFlexible Dates
£1,500 to £2,500

How to recover from a poor Ofsted inspection outcome

By Marell Consulting Limited

Get a clear strategy for bouncing back after a poor Ofsted inspection outcome; develop your DfE action plan; know what to expect from a progress monitoring inspection.

How to recover from a poor Ofsted inspection outcome
Delivered in Birmingham or UK Wide or OnlineFlexible Dates
£997

Linux shell scripting

5.0(3)

By Systems & Network Training

Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.

Linux shell scripting
Delivered in Internationally or OnlineFlexible Dates
£1,497

UNIX shell programming

5.0(3)

By Systems & Network Training

UNIX shell programming training course description This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the UNIX system. UNIX shell programming training course details Who will benefit: Programmers developing programs under UNIX. Anyone working with XML. Administrators Support personnel who wish to find out more about the workings of UNIX or write simple utility programs. Prerequisites: UNIX fundamentals Some programming experience would be useful although not essential. Duration 2 days UNIX shell programming training course contents Review of UNIX fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. What is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters 0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command, The if statement, while loops, for loops, The case statement, Special characters, Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database The tput comand Avanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.

UNIX shell programming
Delivered in Internationally or OnlineFlexible Dates
£1,497

Managing Difficult People and Conversations

5.0(5)

By Puritas

In the modern work environment, managers and leaders must treat all colleagues with respect, including those who are challenging. Understanding the causes of difficult behaviour and being self-aware are crucial for creating a fair and inclusive workplace. This training session equips participants with the knowledge and communication tools to manage and overcome difficult behaviours effectively. This course is available to book for delivery in-house for your organisation and people exclusively, for either a half or full days training workshop. Prices are dependent on size of group ranging from a minimum of 4 to a maximum of 12 delegates. If you have a smaller number of delegates the Puritas 1:1 Leadership Coaching Programme is recommended.

Managing Difficult People and Conversations
Delivered In-Person in Bishop Stortford + 9 more or UK WideFlexible Dates
£1,500 to £2,500

Suicide First Aid Lite

5.0(2)

By Changing Minds Training

This half-day Suicide First Aid Lite training course gives learners the knowledge and tools to understand that suicide is one of the most preventable deaths and some basic skills can help someone with thoughts of suicide stay safe from their thoughts and stay alive.

Suicide First Aid Lite
Delivered in London or UK Wide or OnlineFlexible Dates
£1,995