Duration 5 Days 30 CPD hours This course is intended for This introductory-level, fast-paced course is for skilled web developers new to React who have prior experienced working HTML5, CSS3 and JavaScript. Overview Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn about and explore: A basic and advanced understanding of React components An advanced, in-depth knowledge of how React works A complete understanding of using Redux How to build, validate, and populate interactive forms How to use inline styles for perfect looking components How to test React components How to build and use components How to get control of your build process A deep understanding of data-driven modeling with props and state How to use client-side routing for pages in your apps How to debug a React application Mastering React is a comprehensive hands-on course that aims to be the single most useful resource on getting up to speed quickly with React. Geared for more experienced web developers new to React, this course provides students with the core knowledge and hands-on skills they require to build reliable, powerful React apps. After the first few modules, you?ll have a solid understanding of React?s fundamentals and will be able to build a wide array of rich, interactive web apps with the framework. The first module is an introduction to the new functionality in ECMAScript 6 (JavaScript). Client-side routing between pages, managing complex state, and heavy API interaction at scale are also covered. This course consists of two parts. In the first part of the course students will explore all the fundamentals with a progressive, example-driven approach. You?ll create your first apps, learn how to write components, start handling user interaction, and manage rich forms. We end the first part by exploring the inner workings of Create React App (Facebook?s tool for running React apps), writing automated unit tests, and building a multi-page app that uses client-side routing. The latter part of the course moves into more advanced concepts that you?ll see used in large, production applications. These concepts explore strategies for data architecture, transport, and management: Redux is a state management paradigm based on the Flux architecture. Redux provides a structure for large state trees and allows you to decouple user interaction in your app from state changes. GraphQL is a powerful, typed, REST API alternative where the client describes the data it needs. Hooks is the powerful, new way to maintain state and properties with functional components and the future of React according to Facebook. ES6 Primer (Optional) Prefer const and let over var Arrow functions Modules Object.assign() Template literals The spread operator and Rest parameters Enhanced object literals Default arguments Destructuring assignments Your first React Web Application Setting up your development environment JavaScript ES6 /ES7 Getting started What?s a component? Our first component Building the App Making the App data-driven Your app?s first interaction Updating state and immutability Refactoring with the Babel plugin transform-class-properties JSX and the Virtual DOM React Uses a Virtual DOM Why Not Modify the Actual DOM? What is a Virtual DOM? Virtual DOM Pieces ReactElement JSX JSX Creates Elements JSX Attribute Expressions JSX Conditional Child Expressions JSX Boolean Attributes JSX Comments JSX Spread Syntax JSX Gotchas JSX Summary Components A time-logging app Getting started Breaking the app into components The steps for building React apps from scratch Updating timers Deleting timers Adding timing functionality Add start and stop functionality Methodology review Advanced Component Configuration with props, state, and children ReactComponent props are the parameters PropTypes Default props with getDefaultProps() context state Stateless Components Talking to Children Components with props.children Forms Forms 101 Text Input Remote Data Async Persistence Redux Form Modules Unit Testing & Jest Writing tests without a framework What is Jest? Using Jest Testing strategies for React applications Testing a basic React component with Enzyme Writing tests for the food lookup app Writing FoodSearch.test.js Routing What?s in a URL? React Router?s core components Building the components of react-router Dynamic routing with React Router Supporting authenticated routes Intro to Flux and Redux Why Flux? Flux is a Design Pattern Flux implementations Redux & Redux?s key ideas Building a counter The core of Redux The beginnings of a chat app Building the reducer() Subscribing to the store Connecting Redux to React Intermediate Redux Using createStore() from the redux library Representing messages as objects in state Introducing threads Adding the ThreadTabs component Supporting threads in the reducer Adding the action OPEN_THREAD Breaking up the reducer function Adding messagesReducer() Defining the initial state in the reducers Using combineReducers() from redux React Hooks Motivation behind Hooks How Hooks Map to Component Classes Using Hooks Requires react 'next' useState() Hook Example useEffect() Hook Example useContext() Hook Example Using Custom Hooks Using Webpack with Create React App JavaScript modules Create React App Exploring Create React App Webpack basics Making modifications Hot reloading; Auto-reloading Creating a production build Ejecting Using Create React App with an API server When to use Webpack/Create React App Using GraphQL Your First GraphQL Query GraphQL Benefits GraphQL vs. REST GraphQL vs. SQL Relay and GraphQL Frameworks Chapter Preview Consuming GraphQL Exploring With GraphiQL GraphQL Syntax 101 . Complex Types Exploring a Graph Graph Nodes ; Viewer Graph Connections and Edges Mutations Subscriptions GraphQL With JavaScript GraphQL With React
Build confidence and positivity using techniques from the worlds of neuroscience, positive psychology and mindfulness.
Explore practical neuroscience-backed tools to help you thrive in challenging circumstances.
Explore the power of your mindset to affect mood, motivation and happiness + practical ways to bring more positivity to your life.
Discover practical ways to reduce stress, improve motivation and handle challenges with greater ease.
Duration 1 Days 6 CPD hours This course is intended for This overview-level course is ideally suited for professionals seeking an introduction to microservices architecture and its application within a business context. Ideal attendee roles include software developers, system architects, technical managers, and IT professionals who are part of teams transitioning to a microservices approach. It's also an excellent starting point for non-technical roles such as product owners or business analysts who work closely with technical teams and want to better understand and become conversant in the language and principles of microservices. Overview This course combines engaging instructor-led presentations and useful demonstrations with engaging group activities. Throughout the course you'll explore: Understand the Basics of Microservices: Get to know the fundamental principles and characteristics of microservices and how they revolutionize traditional software development approaches. Explore the Design of Microservices: Gain an overview of how microservices are designed based on business requirements and what makes them unique in the software architecture world. Overview of Managing and Scaling Microservices: Get an introduction to how microservices are managed and scaled independently, and understand the significance of these features in your business operations. Familiarize with the Microservices Ecosystem: Learn about the typical patterns, best practices, and common pitfalls in the microservices world, setting a foundation for future learning and implementation. Introduction to Microservices in a Business Context: Acquire a basic understanding of how microservices can be aligned with specific business capabilities, and get a glimpse into how they can coexist with legacy systems in a business setting. Microservices have rapidly emerged as a popular architectural style, breaking down applications into small, independent services that can be developed, deployed, and scaled individually. Microservices offer a robust method to address a variety of projects, such as e-commerce platforms and content management systems, enhancing scalability and boosting productivity. This technology, when employed correctly, can greatly increase software delivery speed and system resilience, making it a crucial skill set for modern technology professionals.Understanding Microservices - A Technical Overview is a one-day course ideally suited for technical professionals seeking an introduction to microservices architecture and its application within a business context. Under the guidance of an industry expert, this engaging class combines lecture-style learning with lively demonstrations, case study review and group discussions.Throughout the course you?ll explore the principles and characteristics that define microservices, how to identify suitable projects for a microservices approach, the factors to consider when designing them, and the strategies to effectively manage and scale them within complex systems. You?ll also learn about the best practices, patterns, and anti-patterns, arming you with the knowledge to make the right architectural choices. This course also explores the real-world implementation of microservices in a business enterprise. We'll discuss how to align the application of microservices with your organization's specific business capabilities, and offer strategies for smoothly integrating this technology within existing legacy systems. Introduction to Microservices Understand what microservices are and their role in modern software development. Introduction to Microservices: what they are and why they matter. Monolithic vs Microservices: highlighting the shift and benefits. Key principles and characteristics of microservices. Identifying suitable applications for microservices transformation. Demo: Analyzing a sample application and identifying potential microservices Architecting and Managing Microservices Learn the basic strategies for scaling and managing microservices. Scaling Microservices: from a single service to hundreds. Key components of a microservices architecture. Introduction to resilience patterns: Circuit-Breakers and Bulkheads. Load management and provisioning in a microservices setup. Understanding the role of cloud services in microservices. Optional Demo: Illustrating how a microservice-based application scales in real-time Designing Microservices Learn the key aspects to consider when designing microservices. Defining microservice boundaries: Deciding the scope of a microservice. Communication patterns in microservices. Understanding Microservice endpoints. Exploring data stores and transaction boundaries in microservices. Overcoming challenges in Microservices design. Demo: Designing microservices for a hypothetical business requirement Implementing Microservices in a Business Enterprise Understand the process and considerations for implementing microservices in an enterprise context. Assessing enterprise readiness for microservices. Building the business case for microservices: strategic advantages and potential challenges. Aligning microservices with business capabilities. Organizational changes: Team structures and processes for microservices. Dealing with Legacy Systems: Strategies for microservices integration. Demo: Exploring a case study of successful microservices implementation in a business enterprise The Microservices Ecosystem Understand the key tools and best practices in the Microservices ecosystem. Understanding the typical Microservices Stack. Monitoring and Logging in Microservices. Introduction to Docker: Containerization of Microservices. Deployment strategies in a Microservices setup. Introduction to Orchestration in Microservices Demo: Containerizing and deploying a simple microservice Microservices Deployment Strategies Understand various ways to safely introduce changes in a microservices environment. The concept of Blue-Green Deployment: changing services without downtime. Canary Releases and Feature Toggles: slowly rolling out changes to users. Database changes in a microservices environment: keeping data consistent. Demo: Examining various deployment strategies Microservices Best Practices and DevOps Learn key strategies to ensure a smooth operation of your microservices setup. The DevOps culture in Microservices: collaboration for efficiency. Defining a Minimum Viable Product in a Microservices setup: building small, delivering fast. Dealing with data in a distributed setup: managing Data Islands. The importance of Continuous Integration/Continuous Delivery in a microservices setup. Governance: Keeping track of your services and their consumers. Demo: Visualizing a simple continuous delivery pipeline Microservices Patterns and Anti-Patterns Learn about common do's and don'ts when working with microservices. Understanding patterns that help with efficient microservices operation. Recognizing and avoiding anti-patterns that can hinder performance. Dealing with common challenges: dependencies between services, managing service boundaries. Demo: Examples of real-world patterns and anti-patterns Simple Overview of OAuth and OpenID for Microservices Introduction to OAuth and OpenID: What they are and why they matter in Microservices. The role of tokens in OAuth 2.0: How they help in securing communications. A simplified look at OpenID Connect: Linking identities across services. Demo
Dermatology focused days have been offered by BBO Training since 2017; we are delighted to be work together with Dermatology Education Partnership Ltd as training providers. The Dermatology Update for Primary Care is particularly relevant for GPs and primary care nurses (and pharmacists) who wish to update knowledge on dermatology care, including evidence-based practice and guidance. You will see the programme moves you through from knowledge and guidance/guidelines updates to patient and practical aspects to then seeing how you can incorporate this knowledge into practice at a local level. The new skills you will learn will enhance patient care and may reduce secondary care referrals. The importance of dermatology care and promotion of skin health is essential in general practice. The Primary Care Dermatology Society states that 10-15% of the primary care workload involves dermatology and that many common skin conditions are managed entirely within the practice setting. This workload continues to increase as on-going changes in funding and the NHS structure move more patient care into the community. Chronic skin conditions have a psychological impact on life and healthy living. Supporting and helping patients with self-management is often the key to treatment success. The Dermatology Update for Primary Care programme is attached together with tear off application slip, which should be returned to me at the above address. The day will be led by Julie Van Onselen, a dermatology adviser, trainer and educator who has 25 years experience as a dermatology nurse practitioner. Frankie Brown will be organising and facilitating the day. Learning Outcomes for 'Dermatology Update' Day for Primary Care Practitioners By the completion of the 'Dermatology Update' Day, attendees, who are experienced and registered healthcare professionals, should be able to: 1. Enhanced Clinical Knowledge and Guidelines Understanding: - Demonstrate a comprehensive understanding of the latest evidence-based information regarding facial skin conditions, including eczema, psoriasis, and other common dermatological concerns. - Synthesize and apply updated clinical guidelines to effectively diagnose and manage facial skin conditions in primary care settings. 2. Application of Evidence-Based Practices: - Apply the acquired knowledge to make informed and evidence-based decisions in the treatment and management of eczema, psoriasis, and other facial skin conditions. - Utilize current guidelines to guide the prescription of appropriate treatment modalities, taking into consideration patient-specific factors 3. Advanced Treatment and Management Strategies: - Assess a wide range of treatment and management options for acne, eczema, and psoriasis, and demonstrate an improved ability to tailor interventions to individual patient needs. - Enhance clinical confidence in recommending suitable therapeutic approaches that align with the latest medical advancements. 4. Enhanced Recognition of Skin Lesions: - Differentiate between various types of benign skin lesions, showcasing improved proficiency in identifying and classifying these conditions accurately. - Display a heightened ability to identify potential indicators of pre-cancerous and skin cancer lesions, enabling timely referrals and appropriate patient management. 5. Introduction to Dermoscopy and Practical Application: - Describe the fundamental principles of dermoscopy and its role in enhancing diagnostic accuracy for various skin conditions. - Participate in a practical dermoscopy session, applying learned techniques to recognize key dermoscopic patterns and features. 6. Confidence in Practical Dermatology Skills: - Demonstrate an increased level of confidence in approaching cases involving facial skin conditions, benign skin lesions, and potential skin cancer concerns. - Employ acquired practical skills, such as dermoscopy, to improve diagnostic accuracy and patient outcomes. 7. Effective Communication and Patient Education: - Communicate effectively with patients regarding diagnosis, treatment plans, and potential outcomes for various facial skin conditions. - Exhibit improved skills in educating patients about self-care strategies, treatment adherence, and monitoring their condition over time. 8. Holistic Patient Care: - Understand the psychosocial impact of facial skin conditions on patients and their quality of life, and integrate this knowledge into patient-centered care strategies. - Approach patient care with a holistic mindset, addressing medical, emotional, and psychological aspects of dermatological conditions. By actively engaging in the 'Dermatology Update' Day, attendees will not only augment their clinical knowledge and skills but also enhance their ability to provide comprehensive and evidence-based care to patients with various dermatological concerns in primary care settings.
Join Patrick Garton for a pair of connected session about effective classroom behaviour. This is for all teachers who want to refresh and deepen their skills and understanding in this vital area.
Whio is this Course for? Essential to Intermediate Adobe Illustrator Training Ideal for beginners, this course covers vector graphics, logos, icons, and illustrations. Learn typography, color theory, and compositions. Our certified tutors offer personalized guidance, and flexible scheduling options are available to accommodate your needs. Click here for more info: Website Duration: 6 hours Approach: 1-on-1 sessions and custom-tailored content. Schedule: Available Mon to Sat from 9 am to 7 pm, designed to fit your convenience. Course Title: Essential Adobe Illustrator Training Duration: 6 Hours Session 1: Introduction to Adobe Illustrator (1 hour) Overview of Illustrator interface and tools Understanding vector graphics and their advantages Creating and managing artboards Basic shape creation and editing techniques Session 2: Mastering Shapes and Paths (1 hour) Advanced shape manipulation: Pathfinder and Shape Builder tools Working with the Pen tool: curves, anchor points, and handles Creating complex shapes and compound paths Understanding the Appearance panel for object styling Session 3: Typography and Text Effects (1 hour) Text formatting: fonts, styles, and spacing Working with text on paths and shapes Applying text effects and blending modes Creating stylized typography and lettering Session 4: Image Tracing and Live Paint (1 hour) Image tracing techniques: converting raster to vector Live Paint feature for intuitive coloring of objects Creating detailed illustrations using traced images Incorporating images into your vector artwork Session 5: Advanced Illustration Techniques (1 hour) Gradient and pattern fills: customization and application Advanced brush techniques for artistic effects Using the Appearance panel for intricate object styling Incorporating 3D effects and perspective tools Session 6: Project-Based Learning and Q&A (1 hour) Guided hands-on project incorporating learned techniques Instructor-led review and feedback on projects Open Q&A session to address participant queries and challenges Upon completing this course, participants will have gained proficiency in essential and advanced Illustrator techniques, empowering them to create intricate vector graphics, logos, icons, and illustrations efficiently and creatively. Learning Outcomes: Upon completing the course, participants will: Master Illustrator Tools: Proficiency in essential Illustrator tools for vector graphic creation. Creative Expertise: Advanced skills in typography, image tracing, coloring, and intricate illustration techniques. Problem-Solving: Develop problem-solving abilities for complex design challenges. Job Opportunities: Graphic Designer: Create branding materials, logos, and marketing collateral. Illustrator Artist: Produce detailed digital artwork and illustrations for various media. UI/UX Designer: Design user interfaces for websites and mobile applications. Freelance Illustrator: Offer custom vector illustrations for clients and projects. Logo Design Specialist: Craft unique and memorable logos for businesses and brands. Skills Acquired: Participants in the Essential to Intermediate Adobe Illustrator Training will acquire fundamental to intermediate skills in vector graphic design, drawing, and illustration using Adobe Illustrator. Key skills include: Basic to Intermediate Vector Graphic Design Drawing and Illustration Techniques Precision Path Editing and Typography Skills Job Opportunities: Upon completion, individuals can pursue roles such as: Junior Graphic Designer Illustrator Assistant Layout Designer Marketing Material Creator This training lays the foundation for a career in graphic design, enabling participants to contribute effectively to design teams, advertising agencies, and creative projects. Featuring certified instructors with extensive professional expertise in the application. Attend in-person sessions at our center or join live online classes. The training is interactive and practical, blending theory with step-by-step demonstrations on Illustrator software. Delegates practice techniques on both Windows and Mac computers, ensuring universal compatibility. Upon completion, receive a comprehensive Illustrator training guide in your preferred format: printed or PDF. Earn an e-certificate as proof of completing the accredited course. Enjoy lifelong email support for any post-training queries. No prior Illustrator knowledge is needed. Our commitment includes delivering exceptional value, ensuring comprehensive learning, and accommodating both the 2023 version and recent releases of Illustrator.