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

3333 Design courses in Polegate delivered Live Online

How to Create a Wardrobe to Treasure - Styling Workshop Experience

By The Motivation Clinic

An interactive workshop experience with personal stylist Emma Shoe, sharing her expertise on how to create a wardrobe you'll truly treasure! How To Create A Wardrobe To Treasure............ Do you have a wardrobe full of clothes that you don't love? Do you have lots of things hanging in your wardrobe you never or rarely wear? Do you mostly default to the same few outfits all the time? Thinking you'd like to have less stuff, but value what you do have more? Keen to discover more planet friendly ways to update your wardrobe? This group styling experience is for you if you answered yes to any of these questions. During the workshop, we will share wardrobe treasures, discuss personal style, look at shape and colour and more sustainable ways to create your wardrobe. You'll get the opportunity to 'play' with creating outfits and experiment with new looks for your own wardrobe. The practical and tangible outcomes you'll experience from this workshop include: How to edit what's in your wardrobe. Emma's approach to eliminate regretful shopping mistakes and binge buying. The flat-lay method to create outfits and plan looks. How to create your wardrobe of treasure. Why and how to embrace the circular fashion model. Access to Emma's black book of favourite pre-loved treasure troves. About Emma: Emma (Shoe) Reed is the founder of Styling You Well. She is a former shoe designer turned personal stylist and image consultant. She has over twelve years expertise styling women, transforming confidence and mindset to elevate professional presence. Emma's clients are entrepreneurs, creatives and leaders, professional women dealing with major life changes or transitioning from experiences like the menopause, divorce, illness, promotion, career change or returning to work post maternity leave. Kind words... "Emma is a fantastic personal stylist. She put items together that I never would have thought of myself. This is her unique gift. She has great knowledge of body shapes and made suggestions that were really flattering. She is also a master at accessorising. I would highly recommend her if you need some styling support." "I took the opportunity in lock-down to take a hard look at my personal style - or perhaps lack of personal style is a more appropriate phrase! Having left corporate life behind a few years ago, I felt I knew how to dress smartly and I LOVE my jeans and gold trainers but I knew that there had to be something stylish yet relaxed that looked AND felt great...I just couldn't seem to find it alone. Cue Emma. I'd attended one of her Capsule Wardrobe Styling sessions in Hampton which opened my eyes to the possibility of having a small but hard-working wardrobe with the right accessories to make it feel fresh. So, I booked in for Emma's virtual styling session which was a revelation! I quickly understood why I didn't feel (or look) great in certain pieces and which styles and colours really work/don't work for my body shape and skin-tone. I also realised that I'd been stuck in a colour rut for quite some time. It was time to say good-bye to black. It also became obvious during the session that there were giant gaps in my wardrobe - mostly due to my overly-enthusiastic Marie Kondo-style clear outs! My interest in shopping for clothes has been renewed - I feel like I have a better idea of what I should be looking for which makes it all so much easier and more fun. I'm also feeling much braver with colour. I can't wait to take Emma shopping with me in real life. She knows her stuff and she's also great fun to be around." "Emma was such a joy to help me go through my wardrobe and get me interested in clothes again. She was kind, honest, practical and had a very stylish take on my limited wardrobe. I trusted her judgement implicitly and was buzzing after our session. Highly recommend Emma for her professionalism and empathy plus the fabulous outfits." You can contact Emma at: https://www.stylingyouwell.com / +44 7900 242487 / emmashoe@stylingyouwell.com If you have any questions regarding this event, please email Lara at lara@themotivationclinic.co.uk or call her on 07817247727  

How to Create a Wardrobe to Treasure - Styling Workshop Experience
Delivered OnlineFlexible Dates
£49.99

Mastering React | React Foundation (TT4195)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level, fast-paced course is for skilled web developers new to React who have prior experienced working HTML5, CSS3 and JavaScript. Overview Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn about and explore: A basic and advanced understanding of React components An advanced, in-depth knowledge of how React works A complete understanding of using Redux How to build, validate, and populate interactive forms How to use inline styles for perfect looking components How to test React components How to build and use components How to get control of your build process A deep understanding of data-driven modeling with props and state How to use client-side routing for pages in your apps How to debug a React application Mastering React is a comprehensive hands-on course that aims to be the single most useful resource on getting up to speed quickly with React. Geared for more experienced web developers new to React, this course provides students with the core knowledge and hands-on skills they require to build reliable, powerful React apps. After the first few modules, you?ll have a solid understanding of React?s fundamentals and will be able to build a wide array of rich, interactive web apps with the framework. The first module is an introduction to the new functionality in ECMAScript 6 (JavaScript). Client-side routing between pages, managing complex state, and heavy API interaction at scale are also covered. This course consists of two parts. In the first part of the course students will explore all the fundamentals with a progressive, example-driven approach. You?ll create your first apps, learn how to write components, start handling user interaction, and manage rich forms. We end the first part by exploring the inner workings of Create React App (Facebook?s tool for running React apps), writing automated unit tests, and building a multi-page app that uses client-side routing. The latter part of the course moves into more advanced concepts that you?ll see used in large, production applications. These concepts explore strategies for data architecture, transport, and management: Redux is a state management paradigm based on the Flux architecture. Redux provides a structure for large state trees and allows you to decouple user interaction in your app from state changes. GraphQL is a powerful, typed, REST API alternative where the client describes the data it needs. Hooks is the powerful, new way to maintain state and properties with functional components and the future of React according to Facebook. ES6 Primer (Optional) Prefer const and let over var Arrow functions Modules Object.assign() Template literals The spread operator and Rest parameters Enhanced object literals Default arguments Destructuring assignments Your first React Web Application Setting up your development environment JavaScript ES6 /ES7 Getting started What?s a component? Our first component Building the App Making the App data-driven Your app?s first interaction Updating state and immutability Refactoring with the Babel plugin transform-class-properties JSX and the Virtual DOM React Uses a Virtual DOM Why Not Modify the Actual DOM? What is a Virtual DOM? Virtual DOM Pieces ReactElement JSX JSX Creates Elements JSX Attribute Expressions JSX Conditional Child Expressions JSX Boolean Attributes JSX Comments JSX Spread Syntax JSX Gotchas JSX Summary Components A time-logging app Getting started Breaking the app into components The steps for building React apps from scratch Updating timers Deleting timers Adding timing functionality Add start and stop functionality Methodology review Advanced Component Configuration with props, state, and children ReactComponent props are the parameters PropTypes Default props with getDefaultProps() context state Stateless Components Talking to Children Components with props.children Forms Forms 101 Text Input Remote Data Async Persistence Redux Form Modules Unit Testing & Jest Writing tests without a framework What is Jest? Using Jest Testing strategies for React applications Testing a basic React component with Enzyme Writing tests for the food lookup app Writing FoodSearch.test.js Routing What?s in a URL? React Router?s core components Building the components of react-router Dynamic routing with React Router Supporting authenticated routes Intro to Flux and Redux Why Flux? Flux is a Design Pattern Flux implementations Redux & Redux?s key ideas Building a counter The core of Redux The beginnings of a chat app Building the reducer() Subscribing to the store Connecting Redux to React Intermediate Redux Using createStore() from the redux library Representing messages as objects in state Introducing threads Adding the ThreadTabs component Supporting threads in the reducer Adding the action OPEN_THREAD Breaking up the reducer function Adding messagesReducer() Defining the initial state in the reducers Using combineReducers() from redux React Hooks Motivation behind Hooks How Hooks Map to Component Classes Using Hooks Requires react 'next' useState() Hook Example useEffect() Hook Example useContext() Hook Example Using Custom Hooks Using Webpack with Create React App JavaScript modules Create React App Exploring Create React App Webpack basics Making modifications Hot reloading; Auto-reloading Creating a production build Ejecting Using Create React App with an API server When to use Webpack/Create React App Using GraphQL Your First GraphQL Query GraphQL Benefits GraphQL vs. REST GraphQL vs. SQL Relay and GraphQL Frameworks Chapter Preview Consuming GraphQL Exploring With GraphiQL GraphQL Syntax 101 . Complex Types Exploring a Graph Graph Nodes ; Viewer Graph Connections and Edges Mutations Subscriptions GraphQL With JavaScript GraphQL With React

Mastering React | React Foundation (TT4195)
Delivered OnlineFlexible Dates
Price on Enquiry

Data Science for Business Professionals

By Mpi Learning - Professional Learning And Development Provider

The ability to identify and respond to changing trends is a hallmark of a successful business. Whether those trends are related to customers and sales, or to regulatory and industry standards, businesses are wise to keep track of the variables that can affect the bottom line. In today's business landscape, data comes from numerous sources and in diverse forms.

Data Science for Business Professionals
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£50

In the past, popular thought treated artificial intelligence (AI) as if it were the domain of science fiction or some far-flung future. In the last few years, however, AI has been given new life. The business world has especially given it renewed interest. However, AI is not just another technology or process for the business to consider - it is a truly disruptive force.

AI For Leaders
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£50

GMAT Prep Courses

5.0(7)

By Virtual Educators Ltd.

Our GMAT preparation courses are tailored to help you excel in all sections of the exam—Quantitative, Verbal, Integrated Reasoning, and Analytical Writing. We offer long-term, short-term, and intensive course options to suit your schedule and preparation needs. Whether you're a beginner or looking to refine your skills, our programs are designed for all levels. To get started, we provide a free consultation with one of our GMAT experts to discuss your goals, along with an assessment test to gauge your current level. Master the GMAT with personalised strategies and expert guidance. The Graduate Management Admission Test Preparation Intensive Course - Score-boosting methods in data sufficiency and critical reasoning show you how to think like the test. - 5 full-length, computer-based practice tests - 2,000+ practice questions (including Qbank) The Graduate Management Admission Test Preparation Intensive Course - Score-boosting methods in data sufficiency and critical reasoning show you how to think like the test. - 9 full-length, computer-based practice tests - 5,000+ practice questions (including Qbank)

GMAT Prep Courses
Delivered OnlineFlexible Dates
£50

Agile HR Fundamentals - Transform HR into Strategic Business Partner

By ValueX2

This training is for anyone working within Human Resources who want to enhance their skills and drive success in your organization! Agile HR leads to happier employees and company growth, but HR professionals often do not know where to start or do not get the promised results. Enrol for this training to learn: Agile fundamentals: What it is and why it matters in today's business landscape The limits of traditional HR and the need for change Key components and benefits of Agile HR Agile methodologies adapted for HR practices How to become an Agile HR leader and drive organizational transformation

Agile HR Fundamentals - Transform HR into Strategic Business Partner
Delivered OnlineFlexible Dates
£50

Clinical Coach Standardisation Event July 2025

By Samantha Morgan-Hourd

Clinical coach standardisation events

Clinical Coach Standardisation Event July 2025
Delivered Online
FREE

MHFA® Youth Mental Health Awareness Training

By Brightcore Consultancy

This introductory three hour session raises awareness of young people’s mental health. It covers: Some of the common mental health issues affecting young people, including depression, anxiety, eating disorders and psychosis Skills to work more effectively with young people living with mental health issues Ways to support young people with a mental health issue and relate to their experiences

MHFA® Youth Mental Health Awareness Training
Delivered OnlineFlexible Dates
£60

ONLINE LEARNING TASTER COURSE

4.3(189)

By Arts University Plymouth

Are you interested in enrolling on an Online (Distance) Learning Degree at Arts University Plymouth, but curious about how virtually attending an Arts University works? If so, join us online for our Free 3-Session Online Learning Taster Course. An introduction to our January-start degrees. This course has been designed to give you a taste of what it is like to study with us virtually, as well as giving you tailored support for your university application. You will get a virtual art university experience, and a chance to meet some of the lecturers for the subjects you are interested in studying.

ONLINE LEARNING TASTER COURSE
Delivered OnlineFlexible Dates
FREE

Computing - Computer Coding - Online Tuition

5.0(8)

By GLA Tutors Home or Online

GLA Tutors: Empowering Young Minds in Computer Coding At GLA Tutors, we are passionate about equipping children with the essential skills needed to thrive in today's digital world. Our tutoring website offers a comprehensive and engaging learning experience for children who are eager to explore the exciting world of computer coding. With our online tutoring services, we strive to make coding education accessible and convenient for children of all ages. Our team of expert tutors are highly skilled in teaching computer coding concepts in a fun and interactive manner. They have a deep understanding of various programming languages and frameworks, ensuring that students receive top-notch instruction tailored to their individual needs and skill levels. Our provision for tutoring computer coding to children is designed to foster creativity, problem-solving skills, and logical thinking. Through our carefully curated curriculum, we introduce young learners to the fundamentals of coding, including algorithms, variables, loops, conditionals, and more. We believe in a hands-on approach, allowing students to actively apply what they learn through practical coding exercises and projects. At GLA Tutors, we understand that each child has their own unique learning style and pace. That's why our tutors provide personalized attention to every student, offering guidance and support every step of the way. Whether your child is a beginner or has some coding experience, we have tailored programs to suit their specific needs and help them progress confidently.

Computing - Computer Coding - Online Tuition
Delivered OnlineFlexible Dates
£40