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

1607 Property courses delivered Online

SEO Masterclass

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This SEO Masterclass will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The SEO Masterclass will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to SEO Masterclass and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited SEO Masterclass is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this SEO Masterclass. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The SEO Masterclass will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum Section 01: SEO & Inbound Marketing Become a Master of Search Engine Optimization and Inbound Marketing Today 00:05:00 Transcending keywords and link building with a mindset of serving viewers and solving 00:10:00 How I get 2 5+ million impressions a month on Google and YouTube 00:19:00 How To Get 1,000 Clicks A Day From Google Organic Search 00:15:00 Top 25 SEO Tips for 2020! 00:23:00 Worst SEO strategies I have confirmed are terrible 00:11:00 Section 02: Building Connections Aiming for Lifetime Connections 00:07:00 Where to start Fix and improve what we see! 00:06:00 Play nice with others! Haters and competitors are friends! 00:08:00 Tutorials build a rock solid foundation 00:04:00 Entertain to keep people coming back and have fun 00:07:00 Stories stick with us 00:06:00 Long videos, posts, and descriptions ideal like Wikipedia 00:05:00 Section 03: Hosting and Optimization Scalable web host makes viral growth possible and high ranking easier 00:13:00 Email marketing helps build relationships and links naturally 00:12:00 Word Press Plug-in Setup + Best Dashboard Performance Settings 00:20:00 HTTPS is included as a ranking factor in Google 00:01:00 Ensure complete coverage of your own name in search results 00:05:00 Register your domain for a long time to show stability over time 00:04:00 Edit the date published when making any changes 00:02:00 Setup automatic sharing on social media to help get viewers 00:04:00 Section 04: Google Analytics Insights Google analytics introduction for beginners 00:04:00 Google analytics admin dashboard for account and property creation plus Ad Words link 00:07:00 Google analytics home dashboard from users, sessions, channel, and device 00:12:00 Site speed and suggestions to improve user experience and rank higher 00:09:00 Behaviour tab with all pages to see where more traffic is 00:05:00 Acquisition source medium and referrals for understanding how we get traffic 00:10:00 Conversion tracking and advanced features 00:04:00 Section 05: Google Webmaster Tools and Search Console Google webmaster tools settings to become a verified owner 00:03:00 New Google search console overview 00:04:00 Submit a Word Press XML sitemap fast with Yoast SEO plugin 00:03:00 Performance reports for queries, pages, countries, and devices 00:10:00 Welcome to the top! 00:03:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

SEO Masterclass
Delivered Online On Demand4 hours 21 minutes
£11.99

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

Understanding Data in Your Organisation - BCS Foundation Award

5.0(12)

By Duco Digital Training

Thinking about learning more understanding the role of data within an organisation? As data becomes an important currency in the world and an enabler for the future, it is imperative that all organisations have a firm understanding of the data available to them and the power it can hold. The BCS Foundation Award in Understanding Data in your Organisation teaches the the terminology, principles, concepts and approaches used within data management, and the overall value of data to an organisation.

Understanding Data in Your Organisation - BCS Foundation Award
Delivered Online On Demand3 days
£325

Compliance Management System for Hospitality

4.3(43)

By John Academy

Explore the intricate world of compliance management in the hospitality industry with our comprehensive course. From food safety and hygiene to environmental sustainability, alcohol compliance, and data protection, gain essential skills to navigate regulations effectively. Elevate your organization's standards, ensure guest safety, and stay ahead in a dynamic industry. Join us for a transformative learning experience in hospitality compliance management.

Compliance Management System for Hospitality
Delivered Online On Demand2 hours
£23.99

Introduction to MongoDB for DBAs (TTDB4680)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This introductory-level course is for experienced DBAs who will be working with MongoDB. In order to gain the most from this course you should have: Prior practical experience in Database Administration Experience working with Linux and be comfortable working with command line Overview This skills-focused course is approximately 50% hands-on. 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 explore: The MongoDB Basic Architecture and Installation MongoDB administration User Management MongoDB security Indexes Backup & Recovery High Availability / Replication Diagnostics & Troubleshooting MongoDB is fast becoming the database of choice for big data applications, being one of the most popular and widely implemented NoSQL databases. Its scalability, robustness, and flexibility have made it extremely popular among business enterprises who use it to implement a variety of activities including social communications, analytics, content management, archiving and other activities. This has led to an increased demand for MongoDB administrators who have the skills to handle cross functional duties. Geared for experienced DBAs, MongoDB for DBAs is a three-day hands-on course that explores the concepts, architecture and pitfalls of managing a MongoDB installation. This course is targeted to the DBA who is familiar with the concepts and tasks of working with a Relational database and is not responsible for a NoSQL MongoDB database. You will learn the critical aspects of MongoDB and use it to solve data management challenges. You will learn to manage MongoDB effectively by gaining expertise in MongoDB administration tools, syntax, MongoDB installations, configurations, security, troubleshooting, backup, scaling and many other features. The focus of this course is on practical skills and applying the DBA existing database knowledge to a MongoDB installation. Introduction to MongoDB Basic Architecture and Installation Differentiate database categories Learn MongoDB design goals List MongoDB tools Describe JSON and BSON Understanding the basic concepts of a Database Database categories: What is NoSQL? Why NoSQL? Benefit over RDBMS Types of NoSQL Database, and NoSQL vs. SQL Comparison, ACID & Base Property CAP Theorem, implementing NoSQL and what is MongoDB? Graph Database Overview of MongoDB, Design Goals for MongoDB Server and Database, MongoDB tools Understanding the following: Collection, Documents and Key/Values, etc., Introduction to JSON and BSON documents Environment setup (live Handson) and using various MongoDB tools available in the MongoDB Package MongoDB Administration Take database backup and restore MongoDB© Export and import data from/ to a MongoDB© instance Check server status and DB status Monitor various resource utilization of a mongod instance Understand various optimization strategies Administration concepts in MongoDB Monitoring issues related to Database Monitoring at Server, Database, Collection level, and various Monitoring tools related to MongoDB Database Profiling, Locks, Memory Usage, No of connections, page fault etc., Backup and Recovery Methods for MongoDB Export and Import of Data to and from MongoDB Run time configuration of MongoDB Production notes/ best practices Data Managements in MongoDB (Capped Collections/ Expired data from TTL), TTL Collection Features GridFS Memory-Mapped Files Journaling Mechanics Storage Engines Power of 2-Sized Allocations No Padding Allocation Strategy Diagnosing Performance Issues Optimization Strategies for MongoDB Configure Tag Sets for Replica Set. Optimize Query Performance Monitoring Strategies for MongoDB . MongoDB Utilities MongoDB Commands MongoDB Management Service (MMS) Data Backup Strategies in MongoDB Copying Underlying Data Files Backup with MongoDump Fsync and Lock MongoDB Ops Manager Backup Software Security Strategies in MongoDB Authentication Implementation in MongoDB . Authentication in a Replica set Authentication on Sharded Clusters Authorization End-to-End Auditing for Compliance User Management Create a User Administrator. Add a User to a Database. Create/Assign User a Role. Verify/Modify a User Access/Privileges. Change a User?s Password MongoDB Security Knowing security concepts in MongoDB Understand how Authentication and Authorisation works Security Introduction Security Concepts Indexes Index Introduction, Index Concepts, Index Types Index Properties Index Creation and Indexing Reference Introduction to Aggregation Aggregation Approach to Aggregation sort Order Pipeline Operators and Indexes Text Indexes Aggregate Pipeline Stages Text Search MapReduce Index Creation Aggregation Operations Index Creation on Replica Set Remove, Modify, and Rebuild Indexes Listing Indexes Measure Index Use Control Index Use Index Use Reporting Geospatial Indexes MongoDB?s Geospatial Query Operators GeoWith Operator Backup & Recovery Import and Export MongoDB Data Restore and recovery of MongoDB(Including point in time Recovery) Restore a Replica Set from MongoDB Backups Recover Data after an Unexpected Shutdown Backup and Restore with Filesystem Snapshots Back Up and Restore with MongoDB Tools Backup and Restore Sharded Clusters High Availability (Replication ) Understand the concept of Replication in MongoDB© ? Create a production like Replica Set Introduction to Replication (High Availability), Concepts around Replication What is Replica Set and Master Slave Replication? Type of Replication in MongoDB How to setup a replicated cluster & managing replica sets etc., Master-Slave Replication Replica Set in MongoDB Automatic Failover Replica Set Members Write Concern Write Concern Levels Write Concern for a Replica Set Modify Default Write Concern Read Preference Read Preference Modes Blocking for Replication Tag Set Configure Tag Sets for Replica set. Replica Set Deployment Strategies . Replica Set Deployment Patterns Oplog File Replication State and Local Database, Replication Administration Diagnostics & Troubleshooting Troubleshoot slow queries Diagnose connectivity problems Understand diagnostic tools Learn common production issues Learn fixes and solutions. Additional course details: Nexus Humans Introduction to MongoDB for DBAs (TTDB4680) 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 MongoDB for DBAs (TTDB4680) 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 MongoDB for DBAs (TTDB4680)
Delivered OnlineFlexible Dates
Price on Enquiry

Marketing For Introverts

By iStudy UK

Marketing For Introverts course is designed to make the introverts an excellent marketer. Throughout the course, you will learn how to make the silent one zing and enthusiastic. The course teaches you introvert-friendly marketing approaches so that an introvert can speak and do a marketing job. The course helps you to identify your inner potentials and talents and helps you to explore your innate and inner ability as a marketer. You will learn to choose the right marketing strategies for you based on your personality. The course also guides you how and when to avoid the marketing advice that goes wrong to you. The course presents various marketing approaches for the people who love to live alone. These include video marketing, public speaking skill, networking, personal branding, social media marketing, Charisma, etc for introverts. Upon successful completion of the course, you will be able to apply the marketing strategies in your real life. What Will I Learn? You better understand yourself, your unique talents and your capabilities as a marketer You stop listening to marketing advice that feels wrong or repugnant to you You select marketing tactics you'll enjoy, and give your own spin to whatever you do to bring in business Requirements Need to understand the process of attracting clients and customers Curiosity about yourself and others Openness to unconventional advice No special knowledge or equipment needed Who is the target audience? Business owners, professionals and go-getters of any stripe who know or suspect you're an introvert Managers, teachers, coaches and vendors who work with and want to motivate introverts Anyone who has always 'hated marketing' and wants to learn to bring in customers and clients your own way Course Introduction Course Introduction FREE 00:03:00 Introvert Basics Who Is an Introvert and Why Does It Matter? 00:06:00 The Attitude That Gives You Latitude 00:07:00 The Four Top Introvert Strengths 00:06:00 Marketing Tactics That Suit Introverts Video Marketing for Introverts 00:07:00 Public Speaking for Introverts 00:04:00 Networking for Introverts 00:03:00 One-on-One Marketing for Introverts 00:04:00 Getting Published for Introverts 00:04:00 Publicity Seeking for Introverts 00:04:00 Product Development for Introverts 00:05:00 Social Media for Introverts 00:05:00 Charisma for Introverts 00:05:00 Personal Branding for Introverts 00:04:00 Promotional Copy for Introverts 00:04:00 Your Opposite Number How Introverts Can Work Smoothly With Extroverts 00:04:00 How Extroverts Can Work Well With Introverts 00:04:00 Applying What You've Learned Role Models: Well-known Introverts 00:13:00 Take Action Step by Step 00:03:00 Further Resources 585858 00:02:00 Maui Banyan Condo Rental 00:02:00 Internet Marketing Lifestyle 00:02:00 Course Certification

Marketing For Introverts
Delivered Online On Demand1 hour 41 minutes
£25

Pure Mathematics Fundamentals

5.0(10)

By Apex Learning

Overview This comprehensive course on Pure Mathematics Fundamentals will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Pure Mathematics Fundamentals comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Pure Mathematics Fundamentals. It is available to all students, of all academic backgrounds. Requirements Our Pure Mathematics Fundamentals is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 14 sections • 193 lectures • 03:43:00 total length •About Course: 00:02:00 •Quick Guide: 00:01:00 •Topics of Essential Revision - 1: 00:00:00 •Negative numbers and operations on Integers: 00:14:00 •The rules of Indices in Algebra: 00:11:00 •Working with indices Part 1: 00:10:00 •Working with indices Part 2: 00:08:00 •Fractional Indices: 00:12:00 •What are Polynomials?: 00:07:00 •Writing statements in Algebraic Form: 00:06:00 •Simplification using BODMAS: 00:08:00 •Distributive Property: 00:07:00 •Addition of Algebraic expressions: 00:13:00 •Subtraction of Algebraic expressions: 00:12:00 •Multiplication of Algebraic Expressions Part 1: 00:05:00 •Multiplication of Algebraic Expressions Part 2: 00:05:00 •Multiplication of Algebraic Expressions Part 3: 00:06:00 •Division of algebraic expressions Part 1: 00:11:00 •Division of algebraic expressions Part 2: 00:10:00 •Division of algebraic expressions Part 3: 00:07:00 •Topics of Essential Revision - 2: 00:00:00 •Factorization by method of common factor: 00:13:00 •Factorization by regrouping the terms: 00:10:00 •Factorization by difference of two squares: 00:11:00 •Factorization using identity (a + b) ² and (a - b) ²: 00:10:00 •Factorization using identity (a + b + c) ²: 00:05:00 •Factorization by middle term split Part 1: 00:12:00 •Factorization by middle term split Part 2: 00:09:00 •Simultaneous Linear Equations: 00:07:00 •Graphical Method: 00:06:00 •Graphical method Continued: 00:11:00 •Elimination by substitution Method: 00:09:00 •Equating the coefficients Method: 00:11:00 •Cross Multiplication: 00:10:00 •Equations Reducible to Linear Equations-1: 00:08:00 •Equations Reducible to Linear Equations-2: 00:14:00 •Introduction to Quadratic Equations: 00:05:00 •Solving Quadratic Equations by Factorization method: 00:09:00 •Writing in completed square form: 00:07:00 •Solving by completed square method: 00:08:00 •Sketching of Quadratic Graphs: 00:12:00 •Quadratic graphs using Transformations: 00:06:00 •Quadratic inequalities: 00:11:00 •Deriving Quadratic formula: 00:05:00 •Solving problems using Quadratic Formula: 00:06:00 •Nature of Roots Part - 1: 00:05:00 •Nature of roots Part - 2: 00:12:00 •Downloadable Resources: 00:00:00 •Distance formula: 00:18:00 •Mid point formula: 00:05:00 •Gradient of a line: 00:11:00 •Graphing using gradient and y intercept: 00:03:00 •Some standard lines: 00:05:00 •Slope intercept form y = m x +c: 00:06:00 •Point slope form and two point form: 00:11:00 •Intersection of line and parabola: 00:10:00 •Past Papers Problems Part 1: 00:09:00 •Past Papers Problems Part 2: 00:11:00 •Past Papers Problems Part 3: 00:09:00 •Past Papers Problems Part 4: 00:12:00 •Past Papers Problems Part 5: 00:12:00 •Downloadable Resources: 00:00:00 •Sequence and series ( video): 00:08:00 •Arithmetic Sequence: 00:10:00 •General term of an A.P.: 00:07:00 •Finding given term is which term: 00:05:00 •Writing sequence when two terms are known: 00:08:00 •Condition for three terms to be in A.P.: 00:05:00 •Sum to n terms of A.P.: 00:06:00 •Practice Problems 1 (A.P.): 00:09:00 •Practice problems 2 (A.P.): 00:07:00 •Practice problems 3 (A.P.): 00:07:00 •Practice problems 4 (A.P.): 00:11:00 •Geometric Progressions: 00:12:00 •Sum to n terms in G.P.: 00:14:00 •Sum to infinite Terms in G.P.: 00:13:00 •Practice Problems 1 (GP): 00:15:00 •Practice Problems 2 (GP): 00:12:00 •Practice Problems 3 (GP): 00:07:00 •Practice Problems based on AP and GP both: 00:15:00 •Past papers problems 1: 00:17:00 •Past papers problems 2: 00:10:00 •Past papers problems 3: 00:11:00 •Downloadable Resources: 00:00:00 •Geometric Progressions - Resources: 00:00:00 •What is Factorial?: 00:07:00 •n-choose -r problems: 00:07:00 •Properties of n - choose -r: 00:05:00 •Binomial Theorem for positive index: 00:20:00 •Expanding using Binomial Theorem: 00:11:00 •Finding the indicated term in the Binomial expansion: 00:11:00 •Finding the indicated term from end: 00:09:00 •Finding the coefficient for given exponent (index) of the variable: 00:09:00 •Finding the term independent of variable: 00:05:00 •Expanding in increasing and decreasing powers of x: 00:09:00 •Practice problems 1: 00:12:00 •Practice Problems 2: 00:09:00 •Practice problems 3: 00:10:00 •Past papers problems 1: 00:15:00 •Past Paper problems 2: 00:13:00 •Past Paper problems 3: 00:09:00 •Downloadable Resources: 00:00:00 •What is Function?: 00:08:00 •Vertical Line Test: 00:04:00 •Value of a Function Graphically: 00:08:00 •Domain Range of a function Algebraically: 00:14:00 •Domain Range of a function Graphically: 00:07:00 •Even & Odd Functions: 00:07:00 •One to one Function: 00:05:00 •Composite Functions: 00:09:00 •How to draw Rational Functions- 1: 00:05:00 •How to draw Rational Functions- 2: 00:10:00 •Inverse of a function Algebraically: 00:05:00 •Inverse of a function Graphically: 00:09:00 •Practice Problems 1: 00:16:00 •Practice Problems 2: 00:11:00 •Downloadable Resources: 00:00:00 •What is Derivative?: 00:08:00 •Derivation of formula for Derivative: 00:06:00 •Differentiation by definition or First Principle: 00:07:00 •Power Rule: 00:22:00 •Practice Problems on Power Rule 1: 00:07:00 •Practice Problems on Power Rule 2: 00:07:00 •Practice Problems on Power Rule 3: 00:05:00 •Practice Problems on Power Rule 4: 00:13:00 •Practice Problems on Power Rule 5: 00:08:00 •Downloadable Resources: 00:00:00 •Tangents and Normals- Basics: 00:13:00 •Practice- Tangents and Normals Part 1: 00:16:00 •Practice- Tangents and Normals Part 2: 00:13:00 •Practice- Tangents and Normals Part 3: 00:11:00 •Practice- Tangents and Normals Part 4: 00:14:00 •Downloadable Resources: 00:00:00 •Stationary Points - Basics: 00:13:00 •Practice- Increasing Decreasing & Maxima Minima part 1: 00:11:00 •Practice- Increasing Decreasing & Maxima Minima part 2: 00:12:00 •Practice- Increasing Decreasing & Maxima Minima part 3: 00:10:00 •Downloadable Resources: 00:00:00 •Concavity-Basics: 00:02:00 •Concavity & Second Derivative: 00:08:00 •Second Derivative Test: 00:09:00 •Practice Problems on second derivative: 00:04:00 •Practice Problem of Maxima Minima using second derivative test Part 1: 00:17:00 •Practice Problem of Maxima Minima using second derivative test Part 2: 00:10:00 •Practice Problem of Maxima Minima using second derivative test Part 3: 00:07:00 •Practice Problem of Maxima Minima using second derivative test Part 4: 00:07:00 •Applications of Maxima and Minima Part 1: 00:09:00 •Applications of Maxima and Minima Part 2: 00:07:00 •Applications of Maxima and Minima Part 3: 00:10:00 •Applications of Maxima and Minima Part 4: 00:09:00 •Applications of Maxima and Minima Part 5: 00:10:00 •Applications of Maxima and Minima Part 6: 00:08:00 •Past Paper Problems on applications of maxima and minima Part 1: 00:09:00 •Past Paper Problems on applications of maxima and minima Part 2: 00:09:00 •Past Paper Problems on applications of maxima and minima Part 3: 00:08:00 •Past Paper Problems on applications of maxima and minima Part 4: 00:07:00 •Chain Rule: 00:12:00 •Rate of change part 1: 00:05:00 •Rate of change part 2: 00:10:00 •Rate of change part 3: 00:07:00 •Past Paper Problems using chain rule -1: 00:06:00 •Past Paper Problems using chain rule -2: 00:07:00 •Past Paper Problems using chain rule - 3: 00:07:00 •Past Paper Problems using chain rule - 4: 00:04:00 •Downloadable Resources: 00:00:00 •What is Integration?: 00:12:00 •Practice Questions 1: 00:06:00 •Practice Questions 2: 00:09:00 •Practice Questions 3: 00:09:00 •Fundamental Theorem of Calculus: 00:09:00 •What is Definite Integration?: 00:10:00 •Finding Definite Integration: 00:09:00 •Practice Questions on Definite Integration 1: 00:10:00 •Practice Questions on Definite Integration 2: 00:10:00 •Practice Questions on Definite Integration 3: 00:15:00 •Area below x-axis: 00:12:00 •Practice Problems on Area below x-axis 1: 00:11:00 •Practice Problems on Area below x-axis 2: 00:13:00 •Practice Problems on Area below x-axis 3: 00:09:00 •Practice Problems on Area below x-axis 4: 00:07:00 •Area between two curves (Basics): 00:15:00 •Practice Problems on Area between two curves 1: 00:06:00 •Practice Problems on Area between two curves 2: 00:13:00 •Practice Problems on Area between two curves 3: 00:12:00 •Practice Problems on Area between two curves 4: 00:10:00 •Practice Problems on Area between two curves 5: 00:13:00 •The Reverse Chain Rule- Indefinite Integration: 00:06:00 •The Reverse Chain Rule- Definite Integration: 00:05:00 •Practice Problems on The Reverse Chain Rule: 00:09:00 •Improper Integrals: 00:06:00 •Volumes by Integration: 00:08:00 •Practice Problems on Volumes by Integration-1: 00:04:00 •Practice Problems on Volumes by Integration-2: 00:04:00

Pure Mathematics Fundamentals
Delivered Online On Demand3 hours 43 minutes
£12

Crazy about Arduino: Your End-to-End Workshop - Level 1

By Packt

Start your journey with the amazing Arduino development platform

Crazy about Arduino: Your End-to-End Workshop - Level 1
Delivered Online On Demand3 hours 8 minutes
£33.99

Building Surveyor Training

5.0(2)

By Institute of Beauty & Makeup

CPD Accredited | Career Oriented Learning Modules | 24x7 Tutor Support | Lifetime Access

Building Surveyor Training
Delivered Online On Demand1 hour
£12

CeMAP: Mortgage Advisor Course

5.0(3)

By School Of Health Care

Mortgage Advisor: Mortgage Advisor Course Do you want to build confidence in this industry and be ready for real world experience? Then join our Mortgage Advisor: Mortgage Advisor Course. The full instruction on mortgage law, practice, and regulation offered by this Mortgage Advisor: Mortgage Advisor Course is thorough. Important subjects, including mortgage products, repayment strategies, and client counselling, are also covered in this Mortgage Advisor: Mortgage Advisor Course. You will also learn about actual world scenarios and the application procedure through this Mortgage Advisor: Mortgage Advisor Course. In addition, market research, interest rates, and planning permission are covered in this Mortgage Advisor: Mortgage Advisor Course. The Mortgage Advisor: Mortgage Advisor Course is ideal for building confidence in this industry and being ready for tests. Enter the vibrant UK mortgage market and open up a world of options. So, participate in the Mortgage Advisor: Mortgage Advisor Course. Special Offers of this CeMAP: Mortgage Advisor Course: This Mortgage Advisor: Mortgage Advisor Course includes a FREE PDF Certificate. Lifetime access to this Mortgage Advisor: Mortgage Advisor Course Instant access to this Mortgage Advisor: Mortgage Advisor Course 24/7 Support Available to this Mortgage Advisor: Mortgage Advisor Course Mortgage Advisor: Mortgage Advisor Course Get the Mortgage Advisor: Mortgage Advisor course and become a Mortgage Advisor: Mortgage Advisor expert today! As a Mortgage Advisor: Mortgage Advisor, you'll learn the ins and outs of the mortgage industry, including Mortgage Advisor: Mortgage Advisor best practices. With this Mortgage Advisor: Mortgage Advisor course, you'll be able to advise clients on the best mortgage options for their needs. Become a Mortgage Advisor: Mortgage Advisor with this comprehensive course today! Who is this course for? Mortgage Advisor: Mortgage Advisor Course Anyone dedicated to this field can take our Mortgage Advisor: Mortgage Advisor Course. Special Note: Our Course is knowledge Based course. Requirements Mortgage Advisor: Mortgage Advisor Course To enrol in this Mortgage Advisor: Mortgage Advisor Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Mortgage Advisor: Mortgage Advisor Course. Be energetic and self-motivated to complete our Mortgage Advisor: Mortgage Advisor Course. Basic computer Skill is required to complete our Mortgage Advisor: Mortgage Advisor Course. If you want to enrol in our Mortgage Advisor: Mortgage Advisor Course, you must be at least 15 years old. Career path Mortgage Advisor: Mortgage Advisor Course The mortgage advisor: mortgage advisor Course certification improves prospects in banking and financial services by opening doors for careers as brokers, financial consultants, and mortgage advisor: mortgage advisor.

CeMAP: Mortgage Advisor Course
Delivered Online On Demand1 hour 42 minutes
£12