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

37 Courses in Bristol delivered Live Online

Spring Series 2025 - Organisation & Relationship Systems Coaching Training

By CRR UK

CRRUK equips professionals with the concepts, skills and tools to build conscious, intentional relationships, and to coach relationship systems of any size.

Spring Series 2025 - Organisation & Relationship Systems Coaching Training
Delivered Online + more
£4,920

Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This introduction to Spring development course requires that incoming students possess solid Java programming skills and practical hands-on Java experience. This class is geared for experienced Java developers who are new to Spring, who wish to understand how and when to use Spring in Java and JEE applications. Overview Working in a hands-on learning environment, led by our expert practitioner, students will: Explain the issues associated with complex frameworks such as JEE and how Spring addresses those issues Understand the relationships between Spring and JEE, AOP, IOC and JDBC. Write applications that take advantage of the Spring container and the declarative nature of assembling simple components into applications. Understand how to configure the Spring Boot framework Understand and work on integrating persistence into a Spring application Explain Spring's support for transactions and caching Work with Spring Boot to facilitate Spring setup and configuration Apply Aspect Oriented Programming (AOP) to Spring applications Become familiar with the conditionally loading of bean definitions and Application Contexts Understand how to leverage the power of Spring Boot Use Spring Boot to create and work with JPA repositories Introduction to Spring Boot | Spring Boot Quick Start is a hands-on Spring training course geared for experienced Java developers who need to understand what the Spring Boot is in terms of today's systems and architectures, and how to use Spring in conjunction with other technologies and frameworks. This leading-edge course provides added coverage of Spring's Aspect-Oriented Programming and the use of Spring Boot. Students will gain hands-on experience working with Spring, using Maven for project and dependancy management, and, optionally, a test-driven approach (using JUnit) to the labs in the course. The Spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion. Spring's flexibility and transparency is congruent and supportive of incremental development and testing. The framework's structure supports the layering of functionality such as persistence, transactions, view-oriented frameworks, and enterprise systems and capabilities. This course targets Spring Boot 2 , which includes full support for Java SE 11 and Java EE 8. Spring supports the use of lambda expressions and method references in many of its APIs. The Spring Framework Understand the value of Spring Explore Dependency Injection (DI) and Inversion of Control (IoC) Introduce different ways of configuring collaborators Spring as an Object Factory Initializing the Spring IoC Container Configuring Spring Managed Beans Introduce Java-based configuration The @Configuration and @Bean annotations Define bean dependencies Bootstrapping Java Config Context Injection in Configuration classes Using context Profiles Conditionally loading beans and configurations Bean Life-Cycle Methods Defining Bean dependencies Introduce Spring annotations for defining dependencies Explore the @Autowired annotation Stereotype Annotations Qualifying injection points Lifecycle annotations Using properties in Java based configuration The @Value annotation Using the Candidate Components Index Introduction to Spring Boot Introduce the basics of Spring Boot Explain auto-configuration Introduce the Spring Initializr application Bootstrapping a Spring Boot application Working with Spring Boot Provide an overview of Spring Boot Introduce starter dependencies Introduce auto-configuration @Enable... annotations Conditional configuration Spring Boot Externalized Configuration Bootstrapping Spring Boot Introduction to Aspect Oriented Programming Aspect Oriented Programming Cross Cutting Concerns Spring AOP Spring AOP in a Nutshell @AspectJ support Spring AOP advice types AspectJ pointcut designators Spring Boot Actuator Understand Spring Boot Actuators Work with predefined Actuator endpoints Enabling Actuator endpoints Securing the Actuator Developing in Spring Boot Introduce Spring Boot Devtools Enable the ConditionEvaluationReport Debugging Spring Boot applications Thymeleaf Provide a quick overview of Thymeleaf Introduce Thymeleaf templates Create and run a Spring Thymeleaf MVC application Additional course details: Nexus Humans Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322) 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 Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322) 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.

Spring Boot Quick Start | Core Spring, Spring AOP, Spring Boot 2.0 and More (TT3322)
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Reactive Spring (TT3355 )

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This in an intermediate-level Java development course geared for students experienced with Java and Spring programming essentials. This course does not cover Java or Spring development basics. Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will: Understand the ReactiveX specification Understand the basics of Reactive Programming Discuss the advantages and limitations of Observables Write a client application capable of handling Reactive events Apply operators to event streams to filter, modify and combine the objects emitted by event publishers Select the appropriate type of Event Source Use both Cold and Hot Observables Deal with backpressure problems in reactive programming Develop a reactive web application using Spring WebFlux Define application flows of a WebFlux application Use the WebClient API to work with both synchronous and streaming APIs Develop Unit and Integration tests to test WebFlux endpoints Creating a reactive REST endpoint Become familiar with the basics of WebSockets Create a WebSocket endpoint using Spring Create a WebSocket client Understand the basics of NoSQL Become familiar with the basics of MongoDB Understand how the data in MongoDB can be retrieved using a Reactive API Define Spring Data MongoDB repositories Query the MongoDB using Spring Data Define a reactive repository using MongoDB Explore the Spring Data R2DBC API to perform reactive CRUD operations against a relational database Spring Data reative allow us to implement database operations relying on Reative Programming APIs. While the Spring R2DBC initiative aims to bring reactive programming to relational databaes, several NoSQL databases already provide this possibility. After an introduction to NoSQL and the MongoDB, this courses covers the APIs available to communicate with this NoSQL database using both blocking and reactive APIs.Introdcution to Reactive Spring is a comprehensive Java training workshop geared for experienced developers who wish to explore concurrent, asynchronous and reactive programming APIs and techniques using Spring. After an introduction to reactive programming, Reactive Streams and the Project Reactor APIs, this course will show how this APIs are integrated into Spring. Spring 5 includes Spring WebFlux, providing a reactive programming model for web applications, including support for Reactive REST APIs. Spring WebSocket assists in the creation of web applications which provide a full-duplex, two-way communication between client and server. Introduction to Reactive Programming Reactive Manifesto Introduce ReactiveX ReactiveX implementations The Observer, Iterator pattern and functional programming Discuss hot and cold publishers Reactive Streams API Introduce the Reactive Streams specification Publisher and Subscribers java.util.concurrent.Flow Transformation of Messages (Processor) Controlling messages Tutorial: Setup Eclipse for Using Maven Introduction Introduce the Reactor Building blocks Flux and Mono Creating observables Subscribing to a stream Testing Event Sources (introduction) Testing reactive implementations StepVerifier : test sequence of emitted items Defining expectations TestPublisher: produce test data to test downstream operators Reactive Operators Introduce Operators Show the use of marble diagrams Explain some commonly used operators Callback operators Schedulers (Multithreading) Thread usage of subscriber and consumer Using the subscribeOn method Introduce the Scheduler interface Using the observeOn method Backpressure Strategies for dealing with Backpressure ?reactive pull? backpressure Exception Handling Handling errors in onError Exception handling strategies Using onErrorReturn or onErrorNext operators Using the retry operators The Global Error Handler Spring Data Review Quick review of Spring Data repositories Query return types Defining Query methods Pagination and sorting R2DBC Reactive Relational Database Connectivity DatabaseClient Performing CRUD operations Reactive Query annotated methods Spring WebFlux: Introduction Annotated Controllers Functional Endpoints WebFlux configuration Creating a reactive REST endpoint Defining flows Defining the application flow Actions Defining decision Navigating flows RouterFunction View Technologies View technologies Using Thymeleaf to create the view View Configuration Spring WebClient: Introduction to WebClient Working with asynchronous and streaming APIs Making requests Handling the response Lab: WebClient WebTestClient Testing WebFlux server endpoints Testing controllers or functions Define integration tests Introduction to Spring Reactive WebSockets Be familiar with the basics of WebSockets Understand the HTTP handshake and upgrade Name some of the advantages of WebSockets Defining the WebSocket WebSocket Message Handling WebSocketSession Implementing the WebSockethandler Creating a Browser WebSocket Client WebSocket STOMP Streaming (or Simple) text-orientated messaging protocol Introduce SockJS Connecting to the STOMP endpoint Configuring the message broker STOMP destinations Reactive WebSocket Reactive WebSocket support Implement the reactive WebSocketHandler BigData Introduce Big Data Explain the need for enhanced data storage Introduction to MongoDB JavaScript Object Notation Overview Introduce Binary JSON (BSON) Starting the database Creating Collections and Documents Executing ?simple? database commands Introduce the ObjectID Searching for documents using query operators Updating and deleting documents MongoDB Compass Spring and MongoDB MongoDB Support in Spring Data MongoClient and MongoTemplate Spring Data MongoDB configuration @EnableMongoRepositories Adding documents to the database The @Document and @Field annotations Polymorphism and the _class property The Criteria object Spring Data MongoDB MongoRepository Field naming strategy Using JSON queries to find documents The @PersistenceConstructor annotation Reactive Repositories with MongoDB Using reactive repositories ReactiveMongoTemplate RxJava or Reactor Additional course details: Nexus Humans Introduction to Reactive Spring (TT3355 ) 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 Introduction to Reactive Spring (TT3355 ) 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.

Introduction to Reactive Spring (TT3355 )
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Spring Boot and Spring Cloud (TT3324)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introduction to Spring development course requires that incoming students possess solid Java programming skills and practical hands-on Java experience. This class is geared for experienced Java developers who are new to Spring, who wish to understand how and when to use Spring in Java and JEE applications. Overview Working in a hands-on learning environment, students will review configuration basics of the Spring framework. The course then moves into Spring Boot, providing in-depth content and experience working with Spring Boot to accomplish a variety of tasks. In addition to working through the Spring Actuator, students work extensively at testing and debugging Spring Boot applications. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' application development and Spring experience into every classroom. Working in a hands-on learning environment, led by our expert practitioner, students will: Review the concept of Java-based configuration Become familiar with the conditionally loading bean definitions and Application Contexts Understand how to leverage the power of Spring Boot Use Spring Boot to create and work with JPA repositories Use Spring Boot to work in conjunction with Spring Cloud Understand the Spring Cloud project and how it relates to general Cloud concepts and practices Work with Spring Cloud configuration and the Config Client The Spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion. Spring's flexibility and transparency is congruent and supportive of incremental development and testing. The framework's structure supports the layering of functionality such as persistence, transactions, view-oriented frameworks, and enterprise systems and capabilities. Introduction to Spring Boot and Spring Cloud is a hands-on Spring training course geared for experienced Java developers who need to understand what the Spring Boot is in terms of today's systems and architectures, and how to use Spring in conjunction with other technologies and frameworks. This course targets Spring Boot 2, which includes full support for Java 8 and JEE 7 (earlier versions of Java and JEE continue to be supported). Spring supports the use of lambda expressions and method references in many of its APIs. Spring makes enterprise development easier. Spring simplifies common tasks and encourages good design based on programming to interfaces. Spring makes your application easier to configure and reduces the need for many JEE design patterns. Spring puts the OO design back into your enterprise application, and it integrates nicely with many view technologies and the new features of HTML5. Introduction to Spring The Spring Framework Configuring Spring Managed Beans Defining Bean dependencies Spring Cloud Spring Boot Additional Configuration Spring Cloud Project Introduction to Spring Boot Working with Spring Boot Spring AOP Introduction to Aspect Oriented Programming Spring Cloud Config Spring Cloud Registry and Discovery Spring AOP Spring Boot 2 Spring Boot Actuator Developing in Spring Boot Thymeleaf Spring Cloud GateWay Additional course details: Nexus Humans Introduction to Spring Boot and Spring Cloud (TT3324) 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 Introduction to Spring Boot and Spring Cloud (TT3324) 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.

Introduction to Spring Boot and Spring Cloud (TT3324)
Delivered OnlineFlexible Dates
Price on Enquiry

VMware Spring: Core Training

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Application developers who want to increase their understanding of Spring and Spring Boot with hands-on experience and a focus on fundamentals Overview By the end of the course, you should be able to meet the following objectives: Spring configuration using Java Configuration and Annotations Aspect oriented programming with Spring Testing Spring applications using JUnit 5 Spring Data Access - JDBC, JPA and Spring Data Spring Transaction Management Simplifying application development with Spring Boot Spring Boot auto-configuration, starters and properties Build a simple REST application using Spring Boot, embedded Web Server and fat JARs or classic WARs Implementing REST client applications using RestTemplate and WebClient Spring Security Enable and extend metrics and monitoring capabilities using Spring Boot actuator Utilize Spring Boot enhancements to testing This course offers hands-on experience with the major features of Spring and Spring Boot, which includes configuration, data access, REST, AOP, auto-configuration, actuator, security, and Spring testing framework to build enterprise and microservices applications. On completion, participants will have a foundation for creating enterprise and cloud-ready applications. Introduction to Spring Java configuration and the Spring application context @Configuration and @Bean annotations @Import: working with multiple configuration files Defining bean scopes Launching a Spring Application and obtaining Beans Spring JAVA Configuration: A Deeper Look External properties & Property sources Environment abstraction Using bean profiles Spring Expression Language (SpEL) Annotation-based Dependency Injection Component scanning Autowiring using @Autowired Java configuration versus annotations, mixing. Lifecycle annotations: @PostConstruct and @PreDestroy Stereotypes and meta-annotations Factory Pattern in Spring Using Spring FactoryBeans Advanced Spring: How Does Spring Work Internally? The Spring Bean Lifecycle The BeanFactoryPostProcessor interception point The BeanPostProcessor interception point Spring Bean Proxies @Bean method return types Aspect-oriented programming What problems does AOP solve? Defining pointcut expressions Implementing various types of advice Testing a Spring-based Application Spring and Test-Driven Development Spring 5 integration testing with JUnit 5 Application context caching and the @Dirties Context annotation Profile selection with @Active Profiles Easy test data setup with @Sql Data Accss and JDBC with Spring How Spring integrates with existing data access technologies Data Access Exception hierarchy Spring?s Jdbc Template Database Transactions with Spring Transactions overview Transaction management with Spring Transaction propagation and rollback rules Transactions and integration testing Spring Boot Introduction Introduction to Spring Boot Features Value Proposition of Spring Boot Creating a simple Boot application using Spring Initializer website Spring Boot Dependencies, Auto-configuration, and Runtime Dependency management using Spring Boot starters How auto-configuration works Configuration properties Overriding auto-configuration Using Command Line Runner JPA with Spring and Spring Data Quick introduction to ORM with JPA Benefits of using Spring with JPA JPA configuration in Spring Configuring Spring JPA using Spring Boot Spring Data JPA dynamic repositories Spring MVC Architecture and Overview Introduction to Spring MVC and request processing Controller method signatures Using @Controller, @RestController and @GetMapping annotations Configuring Spring MVC with Spring Boot Spring Boot packaging options, JAR or WAR Rest with Spring MVC An introduction to the REST architectural style Controlling HTTP response codes with @ResponseStatus Implementing REST with Spring MVC, @RequestMapping, @RequestBody and @ResponseBody Spring MVC?s HttpMessageConverters and automatic content negotiation Spring Security What problems does Spring Security solve? Configuring authentication Implementing authorization by intercepting URLs Authorization at the Java method level Understanding the Spring Security filter chain Spring security testing Actuators, Metrics and Health Indicators Exposing Spring Boot Actuator endpoints Custom Metrics Health Indicators Creating custom Health Indicators External monitoring systems Spring Boot Testing Enhancements Spring Boot testing overview Integration testing using @SpringBootTest Web slice testing with MockMvc framework Slices to test different layers of the application Spring Security Oauth (Optional Topic) OAuth 2 Overview Implementing OAuth 2 using Spring Security OAuth Reactive Applications with Spring (Optional Topic) Overview of Reactive Programming concepts Reactive Programming support in Spring Using Spring?s reactive WebClient Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware Spring: Core Training 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 VMware Spring: Core Training 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.

VMware Spring: Core Training
Delivered OnlineFlexible Dates
Price on Enquiry

VMware Spring Boot: Developer

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Application developers who want to increase their understanding of Spring and Spring Boot and a focus on fundamentals. Overview By the end of the course, you should be able to meet the following objectives: Describe the benefits provided by Spring Boot Initialize a project using Spring Boot Starters Leverage Spring Boot's auto configuration features Create simplified backing-store solutions using Spring Data JPA Build a simple MVC application using Spring Boot, embedded Web Server and fat JARs or classic WARs Build a RESTful Web application Use Spring Security to secure Web and REST endpoints Enable and extend metrics and monitoring capabilities using Spring Boot actuator Leverage advance configuration capabilities Utilize Spring Boot enhancements to testing This course offers experience with Spring Boot and its major features, including auto-configuration, Actuator, Spring Boot testing framework and more. On completion, participants will have a foundation for creating enterprise and cloudready applications. Please note that this course is a subset of the material in our 4-day Spring: Core Training course - there is no need to take both courses. This course is recommended if you have a good working knowledge of Spring Basics (see Prerequisites) but are new to Spring Boot. Introduction to Spring Essentials Why Spring Configuration using Spring Bean creation Data Management Spring Boot Introduction Introduction to Spring Boot Features Value Proposition of Spring Boot Creating a simple Boot application using Spring Initializer website Spring Boot Dependencies, Auto-configuration, and Runtime Dependency management using Spring Boot starters How auto-configuration works Configuration properties Overriding auto-configuration Using CommandLineRunner JPA with Spring and Spring Data Quick introduction to ORM with JPA Benefits of using Spring with JPA JPA configuration in Spring Configuring Spring JPA using Spring Boot Spring Data JPA dynamic repositories Spring MVC Architecture and Overview Introduction to Spring MVC and request processing Controller method signatures Using @Controller, @RestController and @GetMapping annotations Configuring Spring MVC with Spring Boot Spring Boot packaging options, JAR or WAR Rest with Spring MVC An introduction to the REST architectural style Controlling HTTP response codes with @ResponseStatus Implementing REST with Spring MVC, @RequestMapping, @RequestBody and @ResponseBody Spring MVC?s HttpMessageConverters and automatic content negotiation Spring Security What problems does Spring Security solve? Configuring authentication Implementing authorization by intercepting URLs Authorization at the Java method level Understanding the Spring Security filter chain Spring security testing Actuators, Metrics and Health Indicators Exposing Spring Boot Actuator endpoints Custom Metrics Health Indicators Creating custom Health Indicators External monitoring systems Spring Boot Testing Enhancements Spring Boot testing overview Integration testing using @SpringBootTest Web slice testing with MockMvc framework Slices to test different layers of the application

VMware Spring Boot: Developer
Delivered OnlineFlexible Dates
Price on Enquiry

The Mechanics of Mediumship Spring

By The Psychic Medium Handbook

The Mechanics of Mediumship. A beginners guide to everything you need to know. How to become a professional psychic medium. Able to give short, accurate, evidential messages. This course runs over 5 weeks and during our time together we will explore five easy to follow parts. 1: What mediumship is and the different types, including your role as a professional medium and the differences between working in the psychic modality and when you are connected to spirit. 2: Activating and building your power within, and the difference between meditation, and attunement both to the spirit world and using your psychic modality. 3: The six different senses available to you, which are your strongest and whether you are perceiving them objectively or subjectively. 4: What is and what is not evidence in mediumship, understanding the different types of evidence available and defining practical and emotional evidence. 5: Surrendering to spirit, building confidence to receive specific unique information, and understanding the reasons why you receive a no response. Guidance on making positive, strong, statements filling your sitter with confidence, building a truly extraordinary professional reading.

The Mechanics of Mediumship Spring
Delivered Online + more
£249

Spring Clean Your Life

By Life Editing Coach

9-week life coaching programm to get rid of all that clutter in your life. Here is a fantastic coaching program to declutter, refocus and freshen up your life! Have a clear head, and feel lighter and more focused.

Spring Clean Your Life
Delivered OnlineFlexible Dates
£450

Spring Clean Your Qi

By Sunhouse

Spring Clean Your Qi – 2024 Eight Week Online Qigong Course For Spring Feel healthy vibrant and get your zing back for spring When: Tuesday Evenings 6-7.15pm and Thursday mornings 8-8.30am (via Zoom) All classes are recorded so you can catch up in your own time. Dates: Tuesdays 6-7.15pm: March 5th, 12th, 19th, and 26th and April 9th, 16th, 23rd and 30th Thursdays 8-8.30am: March 7th, 14th, 21st, 28th and April 11th, 25th and May 2nd Suitable for everyone no matter your experience Spring can be a tricky time for us, as our bodies are moving from the most still Yin restful time of the year to a very Yang active energy of new growth. It’s a massive about-turn for our whole energy system and it can be bumpy!  In Chinese medicine the liver is responsible for the smooth flow of Qi or energy in our body, and in the spring this liver Qi is being challenged, as we come out of the winter stillness it can take a while for us to feel lively and able to take on the new challenges. If our Liver Qi is struggling it can leave us feeling grumpy, irritated and restless, with headaches and brain fog, we may have sore, dry or itchy eyes and tired stiff achey joints. During this course we will use Qigong exercises, meditations, sounds and breath practices, to help bring us into our healthy balance, giving our liver the support it needs so we can move from Winter to Spring, feeling healthy and vibrant and ready to take on the new.  Together we will learn “The Eight Brocades” a simple and easy to practice Qigong form you can use every day to improve your energy and feel great. “The Eight Brocades” is one of the most popular Qigong practices dating back nearly 1000 years in China. it is made up of eight Qigong movements, each opening different meridian or energy pathways in the body, to release fatigue and harness our healthy Qi. Benefits include improved energy, vitality, bone density, strength, flexibility, balance, coordination, and longevity to name a few. Also, a great practice for reducing blood pressure, cancer support, thyroid issues, back pain, arthritis, and more. What is included:  Eight live 75min evening zoom classes Eight live 30min morning WAKE UP YOUR QI classes on zoom Access to replays of all classes so you can catch up in your own time. Learn “The Eight Brocades” A simple and powerful Qigong form to help you feel amazing Weekly supporting material for home practice including: – 10min video Guided Qigong Practice – Learn how to clear meridian pathways in the body for greater balance – Key acupuncture points for self massage – Weekly nutrition tips for a healthy spring body cleanse What will i get out of this course? Reconnect with your body Clear your mind A healthy detox for your organs Increased flexibility for all your joints Improved circulation Healthy hormonal balance Clear vision – bright eyes Better sleep Reduced pain Improved mood More energy Less stress

Spring Clean Your Qi
Delivered OnlineJoin Waitlist
£90 to £110

VMware Spring Security

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Application developers who want to increase their understanding of Spring Security with hands-on experience and build secure Spring and Spring Boot applications. Overview By the end of the course, you should be able to meet the following objectives: Use Spring Security in Spring and Spring Boot applications Configure the Spring Security filter chain Protect HTTP endpoints with expression-based access control and the AuthorizationManager API Protect method execution Use different authentication mechanisms Handle passwords in an efficient way Integrate Spring Security with Junit 5 and MockMVC to test HTTP and method security Protect against common vulnerabilities and threats Understand what OAuth2 is Use and configure the Spring Authorization Server Implement a resource server and client This 2-day course offers hands-on experience with the major features of Spring Security, which includes configuration, authentication, authorization, password handling, testing, protecting against security threats, and the OAuth2 support to secure applications. On completion, participants will have a foundation for securing enterprise and microservices applications. Security Introduction Need for security Basic security concepts Common security vulnerabilities Spring Security Basics Introduction to Spring Security High-level architecture Overview of SecurityContext Spring Security with Spring Boot Customizing Authentication Building blocks for authentication Authentication mechanisms based on user name and password Other authentication mechanisms Authentication events Securing Web Applications Configuring authorization Using AccessDecisionsManager for authorization Using AuthorizationManager for authorization Bypassing security Method Security Method security architecture Declarative method security with annotations Security Testing Spring Security Testing Support Security mock annotations and meta-annotations Using MockMvc to test security Handling Passwords Password hashing Upgrading passwords (Optional) Protecting Against Common Vulnerabilities Hardening web applications with security headers Preventing cross-site request forgery Encrypting data in transit OAuth5 and OIDC Concepts Need for OAuth Overview of OAuth5 and OIDC OAuth5 grant types Types of tokens Spring Security OAuth5 support and OAuth5 login Spring Authorization Server Introduction to Authorization Server Spring Authorization Server endpoints Spring Authorization Server configuration Protecting and accessing resources with OAuth5 Resource server Using JWT tokens Using opaque tokens Configuring an OAuth5 client Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware Spring Security 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 VMware Spring Security 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.

VMware Spring Security
Delivered OnlineFlexible Dates
Price on Enquiry

Educators matching "spring"

Show all 9
Share and Repair

share and repair

Bath

Library of Things and Repair Cafes. We are currently (as of Spring 2021) introducing HOW TO Reduce your Carbon Footprint workshops within the Share and Repair Shop and as a pilot project within primary schools. Another strand of ‘sharing’ is our Library of Things. We started this at the Weston Hub in November 2018 and changed our official name to Share & Repair in line with our expanded vision. We become a charity: In April 2020, Share and Repair gained charitable status as a CIO (charitable incorporated organisation) no 1189015. This is a major milestone for us and means we are accountable and can now raise funds through grant making trusts and from Gift Aid. We opened our first pop-up shop: In June 2020 we hit another major milestone when we opened the doors to the Share and Repair Shop in the centre of Bath. Our first location on Broad Street had an incredible response, raising awareness of sharing and repairing in Bath. In August 2021 we moved to another location at 3 York Buildings, George Street (BA1 2EB), which is now the new home for the Bath Library of Things and a place where we run even more repair sessions. HomeKIT launches: In Spring 2021 we officially launch HomeKIT. This is a new project that will see us taking donations of good-quality but unwanted kettles, irons and toasters and sharing these ‘home kits’ with partner charities who will distribute them to low-income households. If items need repairing, we certainly have the skills and means to do so. We’re really excited about expanding our work in this way and working with other organisations.

Charmaine James

charmaine james

London

About Charmayne James  2019 www.charmaynejames.com. All rights reserved Web Design by Frank Turben - Computer HelpCHARMAYNE’S BEGINNINGCharmayne came by her horsemanship talents naturally. Her dad, who always had an eye for good horses, worked as a feedlot cowboy before becoming an owner and operator of cattle feeding, ranching and farming interests in Clayton, New Mexico. Her grandfather was a cowman and steer roper. Her great-grandfather was a Choctaw Indian Light Horseman. Her mother was a rodeo queen who also barrel raced and team roped. Her grandmother was a World War I nurse who returned home and broke horses on the family’s dude ranch.Charmayne grew up at her dad’s feedlot in Clayton. She took ballet and piano lessons, but her favorite activity was riding. Attending schools in Clayton, she was an honor roll student and excelled in art, basketball and track, but was always anxious to get home from school to ride.Charmayne learned to ride bareback on an old cowpony called Redbug, and was always trying to keep up with her older sisters who had begun running barrels. As a member of 4-H, her projects included steers and horses. At age 10 her horse Creamer was named Grand Champion Gelding at the Union County Fair. She had trained Creamer to run barrels and that year won her first All Around Cowgirl title riding Creamer, a borrowed rope horse, and her sister’s pole bending horse.Charmayne and Creamer receiving awards for Grand Champion Gelding at the Union County FairKnowing her horse Creamer was not fast enough to win bigger barrel races, Charmayne wanted another horse. Her sister’s barrel horse, Bardo Deck was for sale, so her Dad bought him and turned the high strung former California race horse over to Charmayne. After a couple months of constant riding alongside the feedlot cowboys working cattle, chasing antelope across the vast grasslands, and many trips around the barrels, Charmayne and Bardo were winning nearly every area barrel race they entered.Late in 1981 Bardo broke his leg in a tragic accident and had to be euthanized. Charmayne was heartbroken. That winter she buried herself in school activities while telling her parents she had to get another horse. In the spring of 1982, after taking Charmayne to look at horses throughout the 5 State area, her dad, partly out of desperation, told Charmayne he liked a little bay horse down in the feedyard horse pens that was for sale. Charmayne countered that she had to have a race horse, but agreed to try the little bay. Before Charmayne got on him, her Dad told her not to kick him out at first because he was known to buck. Charmayne got on and after a few bucks she circled back and put him around the barrels. The two were an instant match. Charmayne paid $1200 for him with the rodeo winnings she had saved while riding Bardo. Her Dad said that was way too much money. They named him “Scamper” because of the way he scampered around the barrels.Scamper had never seen a barrel, but had an excellent handle on him from all the feedyard riding. In the spring of 1982, after two weeks of training on barrels, Charmayne and Scamper won their first barrel race. That summer they won numerous barrel races and amateur rodeos in New Mexico, Colorado, Texas, Oklahoma and Kansas. That fall Scamper was kicked in the hock by another horse. Their vet recommended turning him out for six months with a 50-50 chance he would come back sound.In April of 1983, when Scamper was 7, Charmayne began riding him again. At a vet checkup, after seeing Scamper’s ringbone, splints, and enlarged hock, Charmayne was told she had better get another horse going because Scamper “was not going to last”. By that summer she was winning amateur rodeos, sometimes by a full second. After entering with a WPRA permit, and winning the barrel race at the PRCA Dodge City Roundup Rodeo, Charmayne told her parents she wanted to start going to professional rodeos. They told her that was alright with them, but she would have to pay all her own rodeo expenses. When her dad asked her if she was going to try to make the National Finals Rodeo, she replied “No, I’m going to win the NFR”. She purchased her WPRA card later that year and began her professional rodeo career. This began one of the most amazing rodeo careers in history.In 1994, after winning an unprecedented 10 World Championships, 6 National Finals Rodeo Championships, and over $1,000,000 in arena winnings, Charmayne retired Scamper. Her ability to care for Scamper and keep him running at the top of his game for over 10 years attests to her knowledge and talents. This was a phenomenal feat for the horse that “was not going to last”.After retiring Scamper, Charmayne continued to achieve the eluding and difficult accomplishment of qualifying for the next 6 straight National Finals Rodeos with several different horses. In 2000 she qualified for the National Finals Rodeo and was Reserve World Champion with Cruiser, a former race horse she had purchased for $2,000 at New Mexico’s Clovis Livestock Auction and trained to run barrels. In 2002 she qualified for her 19th consecutive National Finals Rodeo riding Cruiser, winning her 7th National Finals Rodeo and 11th World Championship Title.

Vital Pilates

vital pilates

Bristol

We run group matwork classes in Westbury Park, and Chew Valley. Our mat courses run in 10 week blocks continuously throughout the year. We cater for all levels and our classes are taught in small groups. Level 1 This Pilates class is suitable for complete beginners or someone who has only attended a few classes. Level 2 This Pilates class is suitable for someone who has done some Pilates and is looking for a bit more of a challenge. Level 3 This is a faster paced Pilates class aimed at someone who has a lot of Pilates experience and is looking for an even greater challenge. Level 4 This is our most advanced Pilates class and particularly suited to someone with good knowledge of all the original Pilates repertoire and also likes a challenging and flowing class. Barre A barre class combines the framework of ballet techniques with Pilates for increased flexibility and strength. It is a fun, energising class which will give you a full body workout. Barre is accessible to everyone and there’s no need to have any previous movement experience. Vinyasa Flow Yoga Vinyasa means linking body movement to breath ‘to place in a special way’. Every class is linked to one of the 4 elements, Earth, Water, Fire & Air corresponding to opening different parts of the physical body to link body, mind and spirit. Hatha Flow Yoga This is an energising and fluid class with an emphasis on holding poses for longer and synchronising movement with breath. All poses are offered in stages starting from beginners to more advanced levels giving students an opportunity to choose the right one for them. The class will finish with regenerating practices and shavasana/deep relaxation pose. Studio Equipment Classes At our Westbury Park studio and Chew Valley studio we have a more personal experience with studio equipment based Pilates. The exercises and intensity are carefully tailored to meet your specific needs and goals. The exercises are performed on a Reformer, Cadillac and split pedal stability chairs. We also work with smaller pieces of equipment such as balls, bands, foam rollers, and Arc Barrels. The Reformer This is the most popular and versatile piece of Pilates equipment. The carriage glides on rails, moving in response to the use of attached springs, pulleys and ropes. The reformer facilitates hundreds of strengthening and stretching exercises. The Cadillac/Trapeze Table This is a raised horizontal table topped by a four- poster canopy frame on which bars, straps and springs are attached. A wide variety of exercises can be performed on the Cadillac. From gentle, spring assisted movement to advanced acrobatics. The Wunda Chair This is a box with 4 springs and a split pedal. The exercises enhance stability, balance and body control. It focuses on upper and lower body strength and conditioning and makes the chair a great tool for improving general fitness. Open Studio Classes At our Westbury Park studio and Chew Valley studio we run Open Studio classes. Our Open Studio classes are taught as circuits that utilise all the Pilates equipment and small props. Over 5 weeks you are invited to practice a variety of moves on each piece of equipment, including The Reformer, The Cadillac and The Wunda Chair. The emphasis is on repeating the same circuit each week for 5 weeks to build your confidence and improve your practice.