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

18290 Introduction To Construction courses delivered Online

Microsoft Excel Crash Course 2024

5.0(1)

By LearnDrive UK

Master Excel in 2024 with our crash course! Learn essential tips, functions, and tools, including the exclusive XLOOKUP for Excel 2021 and Office 365, and unlock the full potential of data analysis.

Microsoft Excel Crash Course 2024
Delivered Online On Demand1 hour
£5

Advanced Java with Object Oriented Programming

5.0(1)

By LearnDrive UK

Advance your Java programming skills with our comprehensive course on Object-Oriented Programming. Dive into classes, methods, inheritance, polymorphism, and more, while mastering essential concepts like encapsulation and dependency injection. Perfect for developers looking to elevate their Java expertise.

Advanced Java with Object Oriented Programming
Delivered Online On Demand1 hour
£5

AS Level Psychology

By Spark Generation

Mind-bending insights await! Spark Generation's adaptable Psychology course, delving into human behaviour with flexible learning. 🧠 Choose to study when, where and how you want to the Cambridge self-paced courses

AS Level Psychology
Delivered Online On Demand48 hours
£4.50

A2 Level Psychology

By Spark Generation

Mind-bending insights await! Spark Generation's adaptable Psychology course, delving into human behaviour with flexible learning. Choose to learn when, where and how 🧠 With the subscription offered by Spark Generation, you get now access to more than 55+ Cambridge, Wellbeing and Future Readiness content and courses.

A2 Level Psychology
Delivered Online On Demand48 hours
£4.50

IGCSE Sociology

By Spark Generation

Unlock the dynamics of human society with Spark Generation! Dive into the realms of culture, identity, and social change. Gain a comprehensive understanding of how societies function thanks to this Cambridge self-paced course provided by Spark Generation. :)

IGCSE Sociology
Delivered Online On Demand48 hours
£4.50

Travel Writing Workshop: Crafting Engaging Narratives

4.3(43)

By John Academy

Unlock the secrets of captivating travel writing with our workshop! From building a strong foundation to evoking emotions, master the art of narrative crafting. Join now and transform your adventures into engaging stories.

Travel Writing Workshop: Crafting Engaging Narratives
Delivered Online On Demand1 hour 30 minutes
£2.99

Acupressure and Massage Therapy Professional Course

4.3(43)

By John Academy

Elevate your career in holistic wellness with our Acupressure and Massage Therapy Professional Course. From foundational anatomy to advanced techniques, discover the art and science of promoting well-being. Dive into integrative approaches, learn to treat specific conditions, and prioritize self-care. Embark on a transformative journey, blending traditional Eastern healing practices with modern massage therapy. Join us and become a skilled, compassionate practitioner at the forefront of holistic health.

Acupressure and Massage Therapy Professional Course
Delivered Online On Demand2 hours 30 minutes
£2.99

Coaching Development's FREE Introduction to Coaching Day

5.0(2)

By Coaching Development Ltd

An ICF accredited coach training programme.

Coaching Development's FREE Introduction to Coaching Day
Delivered OnlineFlexible Dates
FREE

Introduction to Soul Writing

5.0(10)

By Matt Rivers

A writing workshop to release stress, explore our shadows and reveal our creative force.

Introduction to Soul Writing
Delivered OnlineFlexible Dates
FREE

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