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

1478 Integration courses

HA350 SAP HANA - Data Management

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is for consultants, project team members, and administrators who want to learn how to implement data provisioning and data transformation for their SAP HANA project. In this course, students will learn the essential techniques and tools of data provisioning and data transformation for SAP HANA. This course will help students identify the most effective data provisioning solutions for their SAP HANA project. Course Outline Trigger-based replication with SAP Landscape Transformation ETL based data provisioning using SAP Data Services Connecting SAP HANA to data sources using SAP HANA Smart Data Access Real-time data loading using Smart Data Streaming ETL based loading using Smart Data Integration and Smart Data Quality SAP HANA Direct Extractor Connection Fundamentals of SAP Replication Server Additional course details: Nexus Humans HA350 SAP HANA - Data Management training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the HA350 SAP HANA - Data Management course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

HA350 SAP HANA - Data Management
Delivered OnlineFlexible Dates
Price on Enquiry

Master Spring boot 3.0 and MongoDB

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of cutting-edge development with our course, 'Master Spring Boot 3.0 and MongoDB.' Crafted with precision and innovation, this course is a gateway to mastering the intricate dance between Spring Boot and MongoDB, providing you with the skills to revolutionize your coding prowess. Immerse yourself in an engaging learning experience, where each section unfolds like a chapter in a captivating novel, unveiling the secrets of MongoDB, the nuances of Bootstrapping applications, and the artistry of integrating OpenAPI. It's more than a course; it's an odyssey into the heart of modern development, beckoning you to embrace a new era of programming possibilities. In this dynamic learning adventure, traverse through the course curriculum like an explorer unraveling a map to success. From laying the groundwork in the introduction to conquering complex queries and MongoDB templates, you'll navigate the landscape of development with confidence. The course is not just about acquiring knowledge; it's about transforming that knowledge into practical expertise. Whether you're a novice eager to embark on a coding expedition or a seasoned developer seeking to enhance your skills, this course is your compass to navigate the vast territories of Spring Boot and MongoDB, promising a voyage filled with discovery and mastery. Learning Outcomes Develop a profound understanding of MongoDB, from environmental preparation to advanced query methods. Master the art of bootstrapping applications, gaining hands-on experience in crafting robust and efficient systems. Uncover the intricacies of collections relationships and the use of DBRef, adding a layer of sophistication to your database interactions. Seamlessly integrate OpenAPI into your projects, enhancing the accessibility and documentation of your applications. Acquire expertise in document queries and MongoDB templates, empowering you to build scalable and efficient databases. Why choose this Master Spring boot 3.0 and MongoDB course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Master Spring boot 3.0 and MongoDB course for? Aspiring developers keen on mastering the Spring Boot-MongoDB synergy. Software engineers looking to deepen their understanding of advanced database operations. Students and coding enthusiasts eager to explore the latest tools in the development landscape. Professionals seeking to upgrade their skill set in line with industry demands. Entrepreneurs or tech enthusiasts aiming to build robust applications from the ground up. Career path MongoDB Developer: £40,000 - £60,000 Spring Boot Engineer: £45,000 - £70,000 Database Architect: £55,000 - £80,000 Full Stack Developer: £50,000 - £75,000 Java Developer (Specializing in Spring Boot): £45,000 - £65,000 API Integration Specialist: £50,000 - £70,000 Prerequisites This Master Spring boot 3.0 and MongoDB does not require you to have any prior qualifications or experience. You can just enrol and start learning. This Master Spring boot 3.0 and MongoDB was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction What is MongoDB 00:02:00 The Difference Between SQL and NoSQL 00:03:00 How to Choose Between SQL and NoSQL 00:04:00 Section 02: Prepare The Mongo Environment MongoDB UI Tools 00:01:00 Why Use Docker for Development 00:01:00 Create an Empty Docker Compose File 00:02:00 Mongo Server (Docker Compose) 00:04:00 Mongo Express (Docker Compose) 00:03:00 Run and Test 00:03:00 Section 03: Mongo Terms Collections and Documents in Mongo 00:03:00 Section 04: Bootstrapping The Application Create a New Spring Boot 3.0 Project 00:04:00 Project Structure 00:02:00 Include the Docker Compose with the Project and Run It 00:04:00 Project Architecture 00:03:00 Connect to MongoDB 00:03:00 Create a New Database 00:01:00 Understand Admin - Local and Config Databases 00:05:00 Create a Java Class 00:04:00 Transform the Java Class into a Collection 00:02:00 Create a Mongo Repository 00:02:00 Insert the First Data into the Collection 00:06:00 Create a Product Service 00:04:00 Save the product 00:03:00 Find Product by ID 00:01:00 Find All Products 00:01:00 Delete Product 00:01:00 Section 05: CRUD Operations Create Product Controller 00:02:00 Save Product Operation 00:02:00 Find All Products 00:01:00 Find Product by ID 00:01:00 Delete Product 00:02:00 Test the CRUD Operations 00:06:00 Section 06: DBRef And Collections Relationships Extend the Product Model 00:02:00 Create Category Java Class 00:02:00 User Category as a Field 00:03:00 Relationship between Category and Product 00:01:00 Transform the Category to a Collection 00:01:00 Create a Category Repository 00:01:00 Insert Categories at Startup 00:02:00 The Issue in Linking Collections 00:03:00 Add Relationship Between Collections 00:04:00 Section 07: OpenApi Integration Add OpenApi Dependency 00:02:00 Test and Play with Swagger UI 00:06:00 Section 08: Documents Queries And Mongo Template Extend the Product Model 00:02:00 Create a Search Service 00:01:00 What is MongoTemplate 00:02:00 Is() Query 00:07:00 Testing the Is() Query 00:02:00 Regex() Query 00:06:00 Lt() Query 00:03:00 Gt() Query 00:02:00 Sorting Data 00:05:00 Paging and Sorting 00:06:00 Section 09: Query Methods Create a Query Method Service 00:03:00 FindByX Query 00:06:00 FinByX Ignore Case Query 00:02:00 FinByX starting with query 00:03:00 FinByX ending with query 00:02:00 FinByX containing query 00:04:00 FinByX less than 00:02:00 FinByX greater than 00:01:00 FinByX between 00:02:00 FinByX and SortByY 00:04:00 Paging and Sorting 00:07:00

Master Spring boot 3.0 and MongoDB
Delivered Online On Demand3 hours 5 minutes
£10.99

Vray for Rhino Training

By London Design Training Courses

Why Choose Vray for Rhino Training Course? Click for more info. Become skilled in photorealistic rendering with V-Ray for Rhino through our course. Led by certified tutors, you'll learn lighting, materials, and rendering, as well as advanced techniques like textures and global illumination. In-person or live online sessions and receive a Certificate of Completion. Duration: 10 hrs Method: 1-on-1, Personalized attention Schedule: Tailor your own hours of your choice, available from Mon to Sat between 9 am and 7 pm. Why Enroll in Our Vray for Rhino Training Course? Elevate your skills in the art of photorealistic rendering with our comprehensive V-Ray for Rhino training program. Led by certified experts, this course delves into the nuances of lighting, materials, rendering, and advanced techniques such as textures and global illumination. Whether you're a beginner or looking to enhance your proficiency, our course caters to all skill levels. What Sets Our Course Apart? Expert Guidance: Learn from our certified tutors who provide personalized attention in 1-on-1 sessions, ensuring you grasp every concept thoroughly. Flexible Learning: Tailor your own learning schedule at your convenience. Our in-person and live online sessions are available from Monday to Saturday, between 9 am and 7 pm, accommodating various time zones and commitments. Comprehensive Curriculum: Master the intricacies of Rhino and V-Ray rendering, progressing seamlessly from beginner to advanced levels. Dive into the exclusive realm of architectural exterior rendering with V-Ray 6 for Rhino and Rhino 7 in our specialized London Design Training Course. Course Highlights: Duration: 10 hours of intensive training to hone your skills and gain expertise in V-Ray for Rhino. Method: Personalized 1-on-1 attention ensures focused and effective learning, allowing you to ask questions and receive immediate feedback. Certification: Upon completion, receive a prestigious Certificate of Completion, validating your mastery of V-Ray for Rhino. Why Enroll in Our Vray for Rhino Training Course? Elevate your skills in the art of photorealistic rendering with our comprehensive V-Ray for Rhino training program. Led by certified experts, this course delves into the nuances of lighting, materials, rendering, and advanced techniques such as textures and global illumination. Whether you're a beginner or looking to enhance your proficiency, our course caters to all skill levels. What Sets Our Course Apart? Expert Guidance: Learn from our certified tutors who provide personalized attention in 1-on-1 sessions, ensuring you grasp every concept thoroughly. Flexible Learning: Tailor your own learning schedule at your convenience. Our in-person and live online sessions are available from Monday to Saturday, between 9 am and 7 pm, accommodating various time zones and commitments. Comprehensive Curriculum: Master the intricacies of Rhino and V-Ray rendering, progressing seamlessly from beginner to advanced levels. Dive into the exclusive realm of architectural exterior rendering with V-Ray 6 for Rhino and Rhino 7 in our specialized London Design Training Course. Course Highlights: Duration: 10 hours of intensive training to hone your skills and gain expertise in V-Ray for Rhino. Method: Personalized 1-on-1 attention ensures focused and effective learning, allowing you to ask questions and receive immediate feedback. Certification: Upon completion, receive a prestigious Certificate of Completion, validating your mastery of V-Ray for Rhino. Join our 10-hour Vray for Rhino 3D training course for a comprehensive understanding of Vray's integration with Rhino 3D. Learn lighting, camera settings, materials, rendering, and post-production techniques. Master the skills to create realistic and high-quality renders with Vray for Rhino 3D. Module 1: Introduction to Vray for Rhino 3D (2 hours) Discover the purpose and advantages of Vray for Rhino 3D. Successfully install and set up Vray for Rhino 3D. Navigate the Vray interface and explore its workflow. Gain insights into Vray materials and their effective application. Module 2: Lighting with Vray (2 hours) Master techniques for achieving compelling lighting with Vray in Rhino 3D. Familiarize yourself with various types of Vray lights and their settings. Create and control Vray sun and sky for outdoor scenes. Utilize Vray dome lighting for captivating interior renderings. Employ IES lights to achieve lifelike lighting effects. Understand the lighting workflow with Vray in Rhino 3D. Module 3: Vray Camera (2 hours) Gain proficiency in Vray camera settings and their impact on the final render. Control exposure using Vray camera settings. Explore Vray depth of field for captivating focusing effects. Create dynamic visual presentations with Vray camera animations. Harness the features and functionalities of Vray frame buffer. Module 4: Vray Materials (2 hours) Unveil the intricacies of Vray materials and their properties. Create visually stunning and realistic materials using Vray. Organize and save custom Vray material libraries for efficient workflow. Optimize productivity with Vray material overrides for quick material changes. Module 5: Vray Rendering and Post Production (2 hours) Delve into Vray rendering settings for optimal results. Master the art of rendering high-quality images and animations using Vray. Enhance Vray renders through post-production techniques in Photoshop. Fine-tune the output using Vray frame buffer. Gain control by compositing Vray render elements in Photoshop. Utilize Vray denoiser for noise reduction in renders. Chaos Group https://www.chaos.com â€º vray › rhino › free-trial V-Ray for Rhino. Powerful rendering for product design and architecture. Try free for 30 days. Download trial. Overview; What's new; Download trial. Why Learn V-Ray for Rhino? V-Ray is a widely acclaimed photorealistic renderer, renowned for its precision and fast raytracing capabilities. While some may find V-Ray to be complex, our course simplifies the process, allowing you to create, adjust, and render architectural scenes with ease. V-Ray for Rhino Basics Acquire essential V-Ray knowledge, including default engine render, V-Ray camera usage, VRay editor, progressive rendering, V-Ray sun and camera settings, lighting techniques with V-Ray lights and IES lights, color mapping, and working with V-Ray materials and HDRI. Join us for this comprehensive London Design Training Course on V-Ray for Rhino and elevate your architectural rendering skills to the next level.

Vray for Rhino Training
Delivered in London or OnlineFlexible Dates
£300

Maximizing Sales Through GoToWebinar

By Compete High

🚀 Unleash Your Sales Potential with 'Maximizing Sales Through GoToWebinar' Course! 🚀 Are you ready to transform your sales game and skyrocket your business success? Introducing our groundbreaking online course: 'Maximizing Sales Through GoToWebinar'!   🌐 Unlock the Power of Virtual Sales: In today's digital age, mastering the art of virtual sales is essential. With our comprehensive course, you'll learn how to leverage the full potential of GoToWebinar, the industry-leading platform for virtual events and webinars. Say goodbye to conventional sales methods and embrace a new era of success!   🚀 What You'll Learn: Strategic Webinar Planning:Craft compelling webinar content that captivates your audience.Design an engaging presentation that converts leads into customers. Mastering GoToWebinar Features:Navigate the platform with ease.Utilize advanced features to enhance your sales presentations. Building a High-Converting Sales Funnel:Develop a sales funnel that maximizes conversions.Implement strategies to turn webinar attendees into loyal customers. Effective Engagement Techniques:Keep your audience hooked from start to finish.Foster interaction and build relationships with your attendees. Analytics and Optimization:Analyze key metrics to refine your sales approach.Continuously optimize your webinars for unparalleled success.   🎓 Why Choose Our Course? Expert-Led Learning: Benefit from the wisdom of seasoned professionals with a track record of success in virtual sales. Practical Insights: Gain real-world, actionable strategies that you can implement immediately to see results. Lifetime Access: Access the course at your own pace, with lifetime access to all materials and updates. Exclusive Community: Join a thriving community of like-minded individuals, sharing insights and supporting each other's success.   🌟 Who Should Enroll? Entrepreneurs and Business Owners Sales Professionals and Teams Marketing Executives Anyone Looking to Boost Sales in the Virtual Realm   💡 Don't miss out on this opportunity to revolutionize your sales approach and elevate your business to new heights! Enroll now and start maximizing your sales through the power of GoToWebinar! Course Curriculum Basic Overview 00:00 Pricing 00:00 Admin Center - User Settings 00:00 Webinar and Meeting Settings 00:00 Admin Center - General Settings 00:00 Admin Center - Settings Templates 00:00 Schedule A Webinar 00:00 Types of Webinars 00:00 Set Up Panel 00:00 Sharing Panel 00:00 Source Tracking 00:00 Engagement 00:00 Settings 00:00 Starting the Webinar 00:00 Hosting the Webinar - Part 1 00:00 Hosting the Webinar - Part 2 00:00 Webinar History and Post Webinar Issues 00:00 Managing the Recordings 00:00 Insights and Reports 00:00 Conclusion 00:00 Advanced Overview 00:00 GoToMeeting Settings 00:00 Scheduling a Meeting 00:00 Meeting Invitations 00:00 Starting a Meeting 00:00 Meeting Settings Menu 00:00 Meeting Preferences 00:00 Hosting the Meeting - Sharing Your Screen 00:00 Hosting the Meeting - Sharing Your Webcam 00:00 Managing the Meeting Recording 00:00 Automated Webinar - Set Up Panel 00:00 Automated Webinar - Simuated Live on Go T 00:00 Automated Webinar - Source Tracking 00:00 Automated Webinar Engagement Panel 00:00 Automated Webinar Share Panel 00:00 Custom Webinar Channels - Part 1 00:00 Custom Webinar Channels - Part 2 00:00 GoToWebinar Integrations 00:00 GoToWebinar and Zapier Integrations 00:00 GoToWebinar and Autoresponder Integration 00:00

Maximizing Sales Through GoToWebinar
Delivered Online On Demand1 hour 26 minutes
£25

Web3 Development for Beginners - No Coding Skills Required

By Packt

Blockchain revolutionizes industries, offering decentralized, secure digital asset storage and transfer. This course explores fundamental blockchain and Web3 concepts-architecture, consensus, and benefits. Delve into blockchain economics, crucial for understanding network incentives and sustainability.

Web3 Development for Beginners - No Coding Skills Required
Delivered Online On Demand5 hours 35 minutes
£74.99

Transforming Digital Creations into Tangible Products using Kunaki

By Compete High

🚀 Unlock the Power of Tangible Transformation: Master Kunaki for Digital Creations! 🎨   Are you an aspiring creator looking to turn your digital masterpieces into real-world products? Introducing our groundbreaking online course: 'Transforming Digital Creations into Tangible Products using Kunaki.'   🌟 What's Kunaki? Kunaki is your ultimate gateway to effortlessly transform your digital content-be it music, videos, software, or artwork-into physical, high-quality products ready for distribution and sale. From CDs and DVDs to beautifully packaged merchandise, Kunaki simplifies the process, empowering you to monetize your creations like never before!   💡 What You'll Learn: 🔹 Mastering Kunaki's Interface: Navigate the platform with ease and confidence. 🔹 Designing Stunning Products: Learn to craft eye-catching covers and labels. 🔹 Seamless Integration: Connect your digital creations to the production line effortlessly. 🔹 Quality Control & Assurance: Ensure top-notch products every time. 🔹 Marketing Strategies: Strategies to promote and sell your tangible products effectively.   🎓 Why Choose Our Course? Our comprehensive course is designed for beginners and seasoned creators alike. Led by industry experts, you'll receive step-by-step guidance, practical demonstrations, and insider tips to leverage Kunaki to its fullest potential. No prior experience needed-just passion and a desire to see your digital creations materialize into reality!   🌐 Your Ticket to Success: By enrolling in our course, you'll gain: 🚀 In-depth knowledge of Kunaki's functionalities. 🎯 Strategies to monetize your digital content effectively. 📈 The ability to expand your audience and boost revenue streams. 🤝 Access to a supportive community of like-minded creators.   🎁 Bonus Offer: Enroll now and receive exclusive access to bonus materials, live Q&A sessions, and downloadable resources to enhance your learning experience. Course Curriculum Basic Overview 00:00 Pricing and Set Up 00:00 Copying Media for Content in Kunaki 00:00 Creating an Mp3 CD 00:00 Uploading and Creating a CD - Part 1 00:00 Uploading and Creating a CD - Part 2 00:00 Creating CD Artwork Designs 00:00 Creating A Video DVD 00:00 Creating and Uploading for DVDs 00:00 Artwork for DVD 00:00 Creating Empty Discs 00:00 Mailing In Your Disc Content 00:00 Creating a Data DVD 00:00 Creating Data DVD Disks No Artwork 00:00 Creating an ISO File for Data DVD 00:00 Using A Text File to Create An Audiobook 00:00 Using Mp3 Files to Create An Audio Book 00:00 Creating and Uploading Artwork -Size 00:00 Create and Ship Products to Your Home or Business Address 00:00 Sending To Multiple Addresses 00:00 Advanced Overview 00:00 Design of DVD Cover 00:00 Design of DVD Cover-Part-2 00:00 Uploading of DVD Art 00:00 Designing the CD Case Cover 00:00 Designing the CD Cover - Part 2 00:00 Uploading The CD Content 00:00 Entering Metadata for Your Product 00:00 Setting Up Your Kunaki Sales Lnks 00:00 Manual Sales Through An Affiliate Network 00:00 Integrating with Clickfunnels 00:00 Integrating Through Shopify 00:00 Integrating with Thrivecart 00:00 Integrating with WordPress 00:00 Integrating with WordPress - Part 2 00:00 Integrating with Amazon Advantage 00:00 Integrating with Amazon Advantage 00:00 Selling Through Amazon FBA 00:00 Selling Through Ebay 00:00 Conclusion 00:00

Transforming Digital Creations into Tangible Products using Kunaki
Delivered Online On Demand1 hour 25 minutes
£25

GRC100 Principles of SAP Governance, Risk, and Compliance

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Implementation Consultants Key Technical Business Users involved in a GRC 12.0 project IT Governance Experts Consultants for SAP Security and GRC IT Auditors Business Project Team Leaders Overview This course will prepare you to: Introduce SAP Governance, Risk, and Compliance (GRC) 12.0 Identify key governance, risk, and compliance processes supported in the SAP GRC 12.0 solution Describe key features and business benefits of the integrated solution Identify applications that integrate with the SAP GRC 12.0 solution Describe the purpose and location of key user interface components Discuss harmonized navigation and how authorizations affect what users see Describe how common functions and relative master data are shared across the SAP GRC solutions Describe the IMG organization for GRC 12.0 Describe a general implementation process and key steps This course provides foundation knowledge for SAP Governance, Risk and Compliance (GRC) 12.0. By gaining familiarity with this solution?s harmonized navigation, common functions, shared master data, and the harmonized reporting framework, you will be better able to get the most value out of using the integrated applications in SAP GRC. Introduction to SAP Governance, Risk, and compliance (GRC) 12.0 Solution Introduction Solution Overview ? Enterprise Risk and Compliance Solution Overview ? Access Governance Solution Overview ? International Trade Management Solution Overview ? Cybersecurity Information Architecture, Security, and Authorizations Understanding the SAP Fiori Concept and Architecture Security and Authorizations The SAP GRC 12.0 User Interface Work Centers SAP Fiori Common Functions and Data User Interface Configuration Framework Shared Master Data Implementation and Configuration Streamlined Configuration Reporting Harmonized Reporting Framework SAP HANA Integration

GRC100 Principles of SAP Governance, Risk, and Compliance
Delivered OnlineFlexible Dates
Price on Enquiry

Existential Dialogue 2025: "Hysteria" with Bárbara Godoy

By Therapy Harley Street

Hysteria’s history, rooted in Greek myth, evolved into a Victorian belief of a “wandering uterus” leading to disturbing medical practices. We aim to explore the lived experiences on irregular perceptions of reality with an open mind. Each Saturday includes: a live dialogue between Prof. Ernesto Spinelli and an International Existential Therapist; a moment to share your thoughts and feelings with the teachers; and a final integration facilitated by Bárbara Godoy. This series of ten dialogues set out to explore the multifaceted dimentions and complexities associated with Existential Therapies. It attempts to engage with various interpretations of insanity through the lens of patients often painful, confounding, and deeply unsettling life experiences. Hysteria- between Prof. Ernesto Spinelli and Bárbara Godoy “In this talk, I will compare the Histerical patient to the ancient Greek myth of Persephone, the goddess who traversed the boundaries between the world of the living and the underworld. Just as Persephone’s cyclical descent and return mirrored the changing seasons, hysteria was seen as a condition where emotions and experiences defied easy classification. This notion of transgressing boundaries became a cornerstone of early psychoanalysis. In Victorian times, hysteria took a decidedly bizarre turn. Here, the culprit was believed to be a mobile womb, an organ capable of throwing into disorder and confusion. This “wandering womb” was blamed for a variety of ailments and behaviours, particularly any expression of female desire out-of-wedlock. In a truly disturbing reflection of these beliefs, legal rulings based on this theory emerged. In some cases, women diagnosed with hysteria could be forced to undergo a hysterectomy.” Bárbara Godoy. Bárbara Godoy M.A., Adv. Dip. Exi. Psy, UKCP accredited Psychotherapist and Supervisor, MBACP and SEA – Director of Therapy Harley Street. Bárbara’s academic experience in London since 2008 includes lecturing and researching on the theory and practice of Phenomenological Existential Therapy on Doctorate, MA and professional courses at the School of Psychotherapy and Counselling Psychology, Regent’s University and the New School of Psychotherapy and Counselling directed by Emmy van Deurzen. Bárbara has facilitated therapeutic Group Work internationally since 1997. The question about the meaning of Being-Woman was the topic of her thesis completed in 2005 and evolved into two main Women’s Groups: “Nine muses” and “Four Seasons” which she leads in addition to her individual private practice. Currently, as the clinical director of THS, Bárbara leads a team of over 20 professional practitioners in the area of Psychological services and Wellbeing consultancy. Bárbara is also the founder-director of THS’s Personal Development and CPD Programmes. Prof. Ernesto Spinelli was Chair of the Society for Existential Analysis between 1993 and 1999 and is a Life Member of the Society. His writings, lectures and seminars focus on the application of existential phenomenology to the arenas of therapy, supervision, psychology, and executive coaching. He is a Fellow of the British Psychological Society (BPS) as well as an APECS accredited executive coach and coaching supervisor. In 2000, he was the Recipient of BPS Division of Counselling Psychology Award for Outstanding Contribution to the Profession. And in 2019, Ernesto received the BPS Award for Distinguished Contribution to Practice. His most recent book, Practising Existential Therapy: The Relational World 2nd edition (Sage, 2015) has been widely praised as a major contribution to the advancement of existential theory and practice. Living up to the existential dictum that life is absurd, Ernesto is also the author of an on-going series of Private Eye novels. Date and Time: Saturday 13 December from 2 pm to 3 pm – (UK time) Individual Dialogue Fee: £70 Venue: Online Zoom FULL PROGRAMME 2025: 25 January “Knots” with Prof. Ernesto Spinelli and Bárbara Godoy 22 February “Healing” with Dr. Michael Guy Thompson and Prof. Ernesto Spinelli 22 March “Difference” with Prof. Tod DuBose and Prof. Ernesto Spinelli 12 April “Polarisation” with Prof. Kirk Schneider and Prof. Ernesto Spinelli 3 May “Character” with Prof. Robert Romanyshyn and Prof. Ernesto Spinelli 21 June “Opening” with Dr. Yaqui Martinez and Prof. Ernesto Spinelli 19 July “Meaning” with Dr. Jan Resnick and Prof. Ernesto Spinelli 25 October “Invention” with Dr. Betty Cannon and Prof. Ernesto Spinelli 15 November “Hallucination” with Prof. Simon du Plock and Prof. Ernesto Spinelli 13 December “Hysteria” with Bárbara Godoy and Prof. Ernesto Spinelli Read the full programme here > Course Organised by:

Existential Dialogue 2025: "Hysteria" with Bárbara Godoy
Delivered Online
£70

Offline-First Apps with Angular, Ionic, PouchDB and CouchDB

By Packt

Explore offline-first app development with Angular, Ionic, PouchDB, and CouchDB. Sync data effortlessly, design for web and mobile, and deploy with ease for a seamless user experience. Learn data synchronization, advanced features such as RxJS and custom pipes, implement state machines with XState, and build scalable, multi-platform web apps.

Offline-First Apps with Angular, Ionic, PouchDB and CouchDB
Delivered Online On Demand11 hours 12 minutes
£63.99

Women's Health: A Practitioner Approach

5.0(2)

By Online Training Academy

The "Women's Health: A Practitioner Approach" course is crucial in today's world, providing essential knowledge and skills to address the unique health needs of women. Understanding Women's Health is not only beneficial for personal development but also vital for professional growth. This course covers a wide range of topics, from hormonal cycles and reproduction to advances in maternal-fetal medicine, offering a comprehensive understanding of Women's Health. By mastering these areas, you'll be better equipped to support women's health needs in your daily life and professional career. In the UK, expertise in Women's Health significantly enhances job prospects, with demand for skilled practitioners growing rapidly. On average, a specialist in Women's Health can earn between £30,000 and £60,000 annually, depending on experience and specific roles. The healthcare sector, particularly Women's Health, is expanding, with an expected growth rate of 15% over the next decade. This increasing demand underscores the importance of pursuing this course. By completing this program, you'll not only contribute positively to the well-being of women but also secure a rewarding and impactful career in a flourishing field. Key Features: CPD Certified Women's Health: A Practitioner Approach Free Certificate Developed by Specialist Lifetime Access Course Curriculum Module 01: Foundations of Women's Health Module 02: Nutritional Dynamics in Women's Health Module 03: Hormonal Cycles and Reproduction Module 04: Gynaecological Challenges and Pregnancy Module 05: Personalised Approaches to Family Planning Module 06: Advances in Maternal-Fetal Medicine Module 07: Beyond Gynaecology - Women's Health Holistics Module 08: In-Depth Study of Cancers in Women Module 09: Strategic Women's Health Initiatives (UK) Learning Outcomes: Analyze Women's Health Practitioner roles for effective professional integration. Assess nutritional impact on women's health for holistic care strategies. Explain hormonal dynamics, menstrual cycles, and reproductive system intricacies. Evaluate gynaecological disorders and identify potential pregnancy complications promptly. Formulate family planning strategies tailored to individual health needs. Interpret maternal-fetal medicine principles and contribute to comprehensive care. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Women's Health course is accessible to anyone eager to learn more about this topic. Through this course, you'll gain a solid understanding of Women's Health. Moreover, this course is ideal for: Healthcare Professionals seeking specialised expertise in women's health domains. Nurses aiming to deepen understanding of women's health complexities. Medical Students desiring comprehensive insights into women's health practices. Public Health Practitioners focusing on women's well-being strategies. Allied Health Professionals eager to expand knowledge in women's health. Requirements There are no requirements needed to enrol into this Women's Health course. We welcome individuals from all backgrounds and levels of experience to enrol into this Women's Health course. Career path After finishing this Women's Health course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Women's Health are: Women's Health Practitioner Nutrition Specialist in Women's Health Reproductive Health Educator Maternal-Fetal Medicine Specialist Family Planning Consultant Gynaecological Oncology Researcher Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.

Women's Health: A Practitioner Approach
Delivered Online On Demand3 minutes
£12