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

118 Property courses in Egham delivered Live Online

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 | Co-Working Spaces Theory and Model Showcase

4.3(5)

By Bayfield Training

The need for more flexibility in the usage of office space and the evolution of the shared economy have changed the paradigms of the real estate office asset class and gave rise to co-working concept. This information-packed webinar will introduce what defines a co-working space and its relationship to Real Estate as a Service. Whether you want to start a co-working business or want to invest in an office building where a co-working space is one of the tenants, we will equip you with the tools to assess the business model and the profitability of a co-working space. Join this webinar if you want to learn about the changes shaping the office space.

Free Webinar | Co-Working Spaces Theory and Model Showcase
Delivered OnlineFlexible Dates
FREE

Free Webinar | Introduction to Build To Rent (BTR)

4.3(5)

By Bayfield Training

Build- to- rent involves the construction of purpose- built residential buildings with the intention of renting out the units for the long term, rather than selling the individually. On this webinar, we will introduce the concept of Build-to-rent (BtR) and explore the key features, including design considerations, financial models and management strategies. We will also discuss the benefits of BTR investors, tenants, and communities as well as potential challenges and risk associated with this type of investment.

Free Webinar | Introduction to Build To Rent (BTR)
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

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

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 43
Thames Water Property Searches

thames water property searches

Slough

An established property search provider We’ve been delivering accurate searches throughout the UK for more than 15 years now. These days we provide more than 250,000 drainage and water enquiries a year. And we’ve been providing the official CON29DW drainage and water enquiry since 2002. So our customers are comfortable knowing they are dealing with a credible, long-standing property search provider. Also, as the largest water company in the UK, we know all about developing technology to make life easier for you – after all, it’s part of our heritage. Any search, anywhere We’re a licensed partner of the National Land Information Service (NLIS). This, alongside our established links with other suppliers, means you get direct access to all the due diligence searches you’ll ever need – and you get them from just one provider. So it doesn’t matter whether you need an environmental search, local authority search, flood search or a chancel search – you can do them all as part of the same order. And getting all your residential or commercial property searches done in one place saves money, as well as proving to be convenient. Hassle-free searches Ordering searches is quick and easy. Our technology makes sure of that. Firstly, our electronic connections with NLIS and other suppliers means you get a simple, fast track service. Plus, we’ve got some easy-to-use online tools to help – from boundary mapping through to online search tracking (so you’ll always know what stage a search is at). So accessing accurate searches has never been easier. Despite all this technology though, there’s one thing we are a bit old-school about, and that’s good old-fashioned customer service. So if there’s something that would make your life easier, or you’ve got any questions, then get in touch.

Barnes Ip Training

barnes ip training

London

We receive, collect and store any information you enter on our website or provide us in any other way. In addition, we collect the Internet protocol (IP) address used to connect your computer to the Internet; login; e-mail address; password; computer and connection information and purchase history. We may use software tools to measure and collect session information, including page response times, length of visits to certain pages, page interaction information, and methods used to browse away from the page. We also collect personally identifiable information (including name, email, password, communications); payment details (including credit card information), comments, feedback, product reviews, recommendations, and personal profile. How do you collect information? When you conduct a transaction on our website, as part of the process, we collect personal information you give us such as your name, address and email address. Your personal information will be used for the specific reasons stated above only. Why do you collect such personal information? We collect such Non-personal and Personal Information for the following purposes: To provide and operate the Services; To provide our Users with ongoing customer assistance and technical support; To be able to contact our Visitors and Users with general or personalized service-related notices and promotional messages; To create aggregated statistical data and other aggregated and/or inferred Non-personal Information, which we or our business partners may use to provide and improve our respective services; To comply with any applicable laws and regulations. How do you store, use, share and disclose your site visitors' personal information? Our company is hosted on the Wix.com platform. Wix.com provides us with the online platform that allows us to sell our products and services to you. Your data may be stored through Wix.com’s data storage, databases and the general Wix.com applications. They store your data on secure servers behind a firewall. All direct payment gateways offered by Wix.com and used by our company adhere to the standards set by PCI-DSS as managed by the PCI Security Standards Council, which is a joint effort of brands like Visa, MasterCard, American Express and Discover. PCI-DSS requirements help ensure the secure handling of credit card information by our store and its service providers. How do you communicate with your site visitors? We may contact you to notify you regarding your account, to troubleshoot problems with your account, to resolve a dispute, to collect fees or monies owed, to poll your opinions through surveys or questionnaires, to send updates about our company, or as otherwise necessary to contact you to enforce any agreement or applicable national laws we may have with you. For these purposes we may contact you via email, telephone, text messages, and postal mail. How do you use cookies and other tracking tools? If you don’t want us to process your data anymore, please contact us at enquiries@barnesiptraining.co.uk or send us mail to: Barnes IP Training, Castle Hill House, 12 Castle Hill, Windsor, Berkshire, SL4 1PD. Privacy policy updates We reserve the right to modify this privacy policy at any time, so please review it frequently. Changes and clarifications will take effect immediately upon their posting on the website. If we make material changes to this policy, we will notify you here that it has been updated, so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we use and/or disclose it. Questions and your contact information If you would like to: access, correct, amend or delete any personal information we have about you, you are invited to contact us at enquiries@barnesiptraining.co.uk or send us mail to: Barnes IP Training, Castle Hill House, 12 Castle Hill, Windsor, Berkshire, SL4 1PD.