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

118 Property courses in Ware delivered Live Online

Free Webinar | How to sell your CV effectively and secure practical experience in Real Estate

4.3(5)

By Bayfield Training

One of the criticisms levelled at the Real Estate sector is that it has traditionally been a well-connected space, with entry to it dictated by who you know, rather than what you know. With many University degrees in Real Estate teaching theoretical knowledge, how can you articulate this experience on a CV, and obtain greater practical experience with skills like modelling capabilities? In this webinar, Directors at Cobalt Recruitment, Maria Sinclair and Tom Enefer, will go through what new entrants to the Real Estate sector need to have on their CV and the avenues they can take to get more practical experience, including: - How you can communicate your education and modules studied effectively with employers - Tips to make your CV stand out - The industry apprenticeships available - Relevant internships on offer - The university sandwich year placements there are - Courses you can take to get a better understanding of the sector

Free Webinar | How to sell your CV effectively and secure practical experience in Real Estate
Delivered OnlineFlexible Dates
FREE

Free Webinar | Leading with Purpose: Empowering your team success

4.3(5)

By Bayfield Training

On this webinar, we will discuss strategies that can assist managers in overcoming various challenges critical for inspiring and motivating teams to achieve extraordinary results. We’ll kick off by addressing the transition into a management role, emphasizing the art of delegating tasks and harnessing team capabilities effectively. Key areas such as delegation techniques, time management, and methods to motivate remote teams will be thoroughly discussed. We will begin by addressing the transition to a management role, which entails delegating tasks from one’s previous job to focus more on leveraging team skills. Topics covered will include effective delegation, time management, and strategies for motivating remote teams. Additionally, we will delve into the importance of staff feedback and how to leverage it to enhance your leadership style and clarify your sense of purpose. If you’re new to management and eager to acquire practical tips on cultivating impactful leadership skills, this webinar is tailored for you.

Free Webinar | Leading with Purpose: Empowering your team success
Delivered OnlineFlexible Dates
FREE

Free Webinar | Elevating Client Relationships: How to build trust and rapport

4.3(5)

By Bayfield Training

Learn how to maintain strong relationships with clients, tenants, investors and other stakeholders. On this webinar, we will share actionable strategies to elevate your client experience, build lasting connections, and stand out in today’s competitive landscape. Additionally, we will also discuss effective techniques for establishing trust and building rapport with clients, including active listening, empathy, and effective communication strategies. Finally, we will also be discussing how to overcome common challenges encountered in client relationships and learn strategies for resolving conflicts maintaining positive interactions. Whether you’re a business owner, sales professional, consultant, or anyone responsible for managing client relationships, this webinar will equip you with the knowledge and skills needed to excel in today’s competitive marketplace.

Free Webinar | Elevating Client Relationships: How to build trust and rapport
Delivered OnlineFlexible Dates
FREE

Free Webinar | Industrial/Logistics Assets – Theory and Model Showcase

4.3(5)

By Bayfield Training

Logistics real estate encompasses commercial structures meticulously tailored for the storage, handling, and distribution of goods, spanning warehouses, distribution centres, and fulfilment hubs. These vital infrastructures support businesses of varying scales, from local retailers to multinational manufacturers, in ensuring streamlined operations. Our webinar will explore various facets of logistics real estate, focusing on pivotal elements like warehouses and distribution centres, and feature a model spotlighting their critical attributes. If you’re eager to deepen your understanding of logistics assets, join us for this insightful session.

Free Webinar | Industrial/Logistics Assets – Theory and Model Showcase
Delivered OnlineFlexible Dates
FREE

Free Webinar | Introduction to Affordable Housing

4.3(5)

By Bayfield Training

Affordable housing has become a hot topic for Wall Street investors, politicians, and the general public. In this introductory webinar, we look at what is affordable housing, and review how investment firms are taking advantage of opportunities in the affordable housing market. Secondly, we will review the differences and similarities of the U.K. and U.S. affordable housing markets. Finally, we analyse current policies and trends in the affordable housing market and discuss potential future developments in this sector.

Free Webinar | Introduction to Affordable Housing
Delivered OnlineFlexible Dates
FREE

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. 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 to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

Mastering Real Estate Investments: Strategies for Success in REITs and Beyond

5.0(5)

By Finex Learning

Overview Understand the structure and mechanics of Target Redemption Notes (TARNs), autocallables, accumulators, and faders. Who the course is for CEOs, CFOs, COOs with responsibility for Strategic Management Investment bankers Real estate consultants Management consultants Private Equity investors Financial analysts Institutional Funds and Portfolio Managers Retail investors Course Content To learn more about the day by day course content please request a brochure. To learn more about schedule, pricing & delivery options speak to a course specialist now

Mastering Real Estate Investments: Strategies for Success in REITs and Beyond
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Free Webinar | Real Estate Strategies UK Outlook

4.3(5)

By Bayfield Training

Malcolm Frodsham, Director and Founder of Real Estate Strategies will present the Q3 RES Forecast results and give his thoughts on how the real estate market will perform over the coming months. There will be time for questions from attendees following the presentation. We look forward to you joining us then. Click here to book your place.

Free Webinar | Real Estate Strategies UK Outlook
Delivered OnlineFlexible Dates
FREE

Educators matching "Property"

Show all 18
Futuretrend

futuretrend

Enfield

Futuretrend has been providing IT, Design, Financial and Business Skills training since December 2000. With a solid reputation for delivering high quality programmes, Futuretrend has become a successful and well established training centre. Year on year hundreds of learners come to this centre to pursue a course of study that will help them fulfill career aspirations, improve their job prospects or to simply learn more about a particular area of interest. In today's competitive business environment the importance of up-to-date skills cannot be overstated. With Futuretrend, you and/or your team will benefit immensely from our results-oriented training. Our instructors are professionals who work full-time in the industry and bring their working knowledge to the classroom to enhance your learning experience. Our courses are centred on learning by doing, ensuring that learning retention rates are high and that delegates are able to confidently apply their new found skills in the workplace or successfully in an exam situation, demonstrating an immediate return on investment. A prerequisite for any Futuretrend trainer is that they must practise the skills they teach. It is essential that they are able to draw from real world experiences to illustrate subject matter, thereby enabling delegates to envisage how best to use software and concepts effectively. This is based on the following ethos: “Tell me and I’ll forget. Teach me and I’ll remember. Involve me and I’ll learn.” We are often asked how we have made a success from a company which was seemingly produced from nothing but which has now become one of the most dynamic organisations within the industry. The answers are simple; Speed - We have built a good reputation around the fact that we do not keep our clients waiting for answers to their requirements. If we tell you we shall call back the same day then we absolutely mean it. It’s more likely that we will get back to you on the spot. Quality - One attribute is nothing without the other. All Futuretrend's staff and associated freelancers have major industry experience and are amongst the best and highest qualified in their sphere of activity in the UK; and why not? Our reputation depends on them. Personal touch - Whilst maintaining the air and professionalism of a larger company you will always know who you are dealing with when you dial through to our offices. We give our individual time to each of our clients and as such you are guaranteed a friendly and personal reception. These are only three of the numerous reasons as to why so many individuals and organisations in and around the UK are choosing to trust their training to Futuretrend. Our success depends entirely on our client's satisfaction and this is mirrored in our everyday approach to your requests. We don't expect to stay at the forefront of our competitors without maintaining sharp minds and a fresh attitude. Another typical question asked is how can we offer our courses at such low prices ? Here is why; Futuretrend has never taken out costly traditional advertising which would lead to unnecessary expenditure and thus forcing prices up. We have built our success mainly on very good "word of mouth" and relatively inexpensive online marketing. As such we are in the lucky position of being able to do away with the myth that business can only be generated through glossy brochures. Additionally, we are not passing on the premiums charged for West End and City training venues. Most of these will still not be as modern or well-equipped as our newly refurbished classrooms. Our premises are within an Elegant Victorian North London building. You could easily be paying double the amount and more attending a similar course elsewhere and probably not even half the quality. We hope our web site will give you a taste of the quality of study available at Futuretrend and make your decision to study with us a little easier. We all learn best when we are happy and valued so let us help advance your skills and enhance your potential.