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

118 Property courses in Glasgow 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 click here. 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 9
Paul Mcfadden Wealth

paul mcfadden wealth

4.4(14)

Glasgow

See what our students are saying about the Property Protege Intensive,Paul McFadden is a renowned and respected property and business success coach. As a successful entrepreneur and authority on wealth creation, Paul’s ongoing mission and commitment is in supporting others in developing their own wealth through property and business. After a difficult start in life, growing up in a single parent household with little to no financial resources, Paul discovered that a lack of resources, was less important than an attitude of resourcefulness, coupled with a strong mindset of possibility and good old hard work. From a standing start, with no personal funds, experience or track record, Paul built a multi-million pound portfolio, has bought and flipped millions of pounds worth of Property, and has packaged and traded tens of millions of pounds worth of Property deals to other investors, as well as being responsible for helping many others (including many well-known people in the industry) go full-time in Property. Paul has been recognised for his achievements in being made an honorary member of Robert Kiyosaki’s Wealth Master Panel as his advisor on Real Estate investing, as well as being invited as a keynote speaker in other reputable property and business events across the UK and Europe. He has also been presented with multiple awards for his achievements across Property and Business. Whether through Paul’s free resources online, or by helping you transform your fortunes in property and business through coaching, training or mentoring, Paul hopes to help you live a full expression of yourself, & discover your own power and capabilities..

MQ Estate Agency

mq estate agency

Glasgow

A Proven Track Record of Success MQ has been at the heart of the digital revolution that has swept through the Estate agency industry with thousands of house sales generating hundreds of millions of pounds in completed transactions. Our marketing and graphic design team is second to none providing extensive advertising on all relevant digital and social media channels. Professional photography, MQ Smart tours HD videos, bespoke premium quality property schedules with detailed floor plans and bespoke narrative of your home and surrounding area, prominent for sale signs and a FREE accompanied 7 day a week viewing service ensures your property will be presented at its best to the market obtaining the widest exposure. Please find attached an example sales brochure and a link to an array of our exclusive MQ HD property tours on our YouTube channel. When choosing an agent, we would always advise comparing competitors’ presentations of their currently listed homes on the market and more importantly how quickly all viewing enquiries are dealt with. At MQ our phones do not ring out and answering machines are not used meaning no enquiries for your home are missed. We are aware this is a very competitive marketplace and that you will be meeting with more than one agent. If you feel that you need to discuss any aspect of our fees or even price match, we would be delighted to do so. We have one of the largest database of potential buyers that grows on a daily basis as well as all our enhanced marketing packs. Our sales team work in harmony with your own designated negotiator to ensure you are involved and fully informed at every stage of the sale. With this level of service you will find our how our team regulary exceed home report values for our clients.

Crossbill Distillery

crossbill distillery

Glasgow,

The site has been developed for and published by Crossbill Distilling Ltd, with it’s registered office located at Caledonian House, Seaward Street, Glasgow, G41 1HJ, with the company registration number SC473332 and VAT number 193 8565 59 (hereinafter the ‘Company’ or ‘we’). ACCESS TO THE SITE To access this site, you must be of legal drinking age in your country of residence (if no such laws exist in your country, you must be over 21 to visit our site) and be aware of how to consume alcohol responsibly. COPYRIGHT AND INTELLECTUAL PROPERTY All of the trade marks and logos displayed on this site (the ‘Trade Marks’) are registered and unregistered trade marks of Crossbill Distilling Ltd, or are trade marks and logos which Crossbill Distilling Ltd has been authorised to use and/or display on its website. Unauthorised use of any of the trade marks and logos appearing on this website is not permitted. On an exception basis, we may expressly authorise to reproduce and/or represent all or part of our site, on certain media. On this regard, any request for authorisation must be submitted in advance to the following email address: info@crossbillgin.com. LIABILITY/ WARRANTY Crossbill Distilling Ltd aims to ensure that the content on this website is correct but cannot give any warranty as to the websites accuracy or completeness and therefore cannot accept responsibility for any damage or loss resulting in your use or interpretation of the website content. THIRD PARTY SITES Crossbill Distilling Ltd has no control of third-party sites linked to this site and does not accept any responsibility for the content found on these sites. You should refer separately to the terms and conditions found on any third-party site. INFORMATION ON THE PRODUCTS AND SERVICES Unless provided otherwise, the products and services which are presented to you do not constitute a sale offer but a general presentation of the range of products and services that we distribute in the country in which this site is published. THE ONLINE SHOP – Gin Sales Bottle prices shown on this website are in British Pounds, inclusive of UK duty and VAT (Value Added Tax) and exclude delivery costs. No goods are offered for sale at this site to any person who is below the legal drinking age in the country in which they are resident or any person resident in a country where such sale would be contrary to local law. By placing an order through our site, you warrant that you are of a lawful age. If you are buying products as a gift, the recipient must also be of a lawful age. This is the responsibility of the purchaser. If our couriers are in any doubt about the age of the recipient on delivery, they may request some form of ID. After placing an order, you will receive an e-mail from us acknowledging that we have received your order. Please note that this does not mean that your order has been accepted. Your order constitutes an offer to us to buy a product. All orders are subject to acceptance by us, and we will confirm such acceptance to you by sending you an e-mail that confirms that the product has been despatched. The contract between us will only be formed when we send you the Despatch Confirmation. The Contract will relate only to those products whose despatch we have confirmed in the Despatch Confirmation. We will not be obliged to supply any other Products which may have been part of your order until the despatch of such Products has been confirmed in a separate Despatch Confirmation. We despatch orders Monday to Friday and all orders received before 1pm are despatched the same day. Orders received after 1pm are despatched the next working day. Our Shipping information, including costs, can be found in the SHIPPING section of the site. Delivery of our products will be made to the address provided by you at the time of placing your order. Our customers’ satisfaction is of the utmost importance to us, and we take exceptional care in the manufacturing, packaging and delivery of our products. Customers should promptly inspect goods delivered to them to satisfy themselves that any goods delivered to them are as expected. Please note that you may be asked to show proof of age upon delivery of your order. RETURNS The courier must be informed of breakages or shortages at the time of delivery. We may not (at our sole discretion) accept any claims for breakages or shortages unless they are stated on the couriers documentation. We must have confirmation of these breakages or shortages within 48 hours of delivery. Photographic evidence is required by our carrier company if an item has been damaged during transit. To request a full refund or exchange, please notify us by email to info@crossbillgin.com within 48 hours of delivery. Please state whether you would like a full refund or exchange and quote your order confirmation number, the product name, a photo of the damage, your full name, email address, phone number and delivery address. Only unopened products that are in the original packaging will be eligible for refund or exchange. Approved refunds will be credited to the payment card/PayPal account used during the original transaction within 30 days and will exclude shipping costs. We recommend that items are returned to us via a recorded delivery service to ensure that they are protected and insured during transit. If you fail to meet these terms and conditions, the product will be returned to you and you will not receive a refund nor be eligible for an exchange. DISCLAIMER All products are stress tested before despatch. Products are sensitive to elements of extreme heat where glass and corks may fail. Products should be stored at room temperature and out of direct sunlight. All coloured products use natural ingredients and may fade or change overtime. THE ONLINE SHOP - Gin School Purchasing Options explained TO BUY A TICKET AND BOOK A DATE. This option should be used if you know the date you wish to book at the same time as purchasing a ticket. By following the link, you will be taken to the booking screen where you will choose the date then will be directed to complete your information then onto making a payment. TO REDEEM A GIFT VOUCHER AND BOOK A DATE. This option should be used if you have previously purchased or been gifted a voucher. By following the link, you will be taken to the booking screen where you will choose the date then will be directed to complete your information and redeem your voucher using the order number on the voucher. TO BUY A GIFT VOUCHER TO BE REDEEMED LATER. If you do not know the date you would like to book or if you wish to purchase a voucher to be given as a gift, you should ADD TO CART. This will then bypass the booking screen and will direct you to the checkout screen where you will complete your information then onto making a payment. By purchasing or booking a course you are agreeing to the following terms and conditions. Voucher Delivery – When purchasing a Gin School Experience, an e-voucher will be generated and sent to the provided email address within 24 hours. You will also receive a Gift Voucher by post. Refund Policy – The Gin School operates a strict 14-day refund policy from the date of purchase. Notification must be made in writing to info@crossbillgin.com and must be accompanied by the unused voucher and proof of payment. Cancellations and Postponements – A minimum of 14 days’ notice is required prior to your appointment to reschedule a booking and will incur a £10.00 administration fee. In the unlikely event that the Company has to cancel a Gin School Masterclass, the Company undertakes to offer a suitable alternative date or a full refund of any course fees. Vouchers – Vouchers cannot be exchanged for cash or other goods. Vouchers are transferable, so if you are unable to attend yourself, you may nominate a replacement. Vouchers expire 12 months from the date of issue and extensions beyond 12 months are not available under any circumstances. Course Alterations –The Company reserves the right to make minor changes to the format and content of the Gin School Masterclasses, to improve the experience, without notice. Age Restriction – You must be over 21 years of age to attend a Masterclass and those that appear under 25 years will be asked for proof of age upon arrival. Samples – A limited quantity of tasting samples will be offered during the Gin School Masterclass and are included in the cost of the voucher. Health and Safety Liability – You will be given a briefing on health and safety prior to the session commencing. All participants are expected to listen carefully and follow instructions given. Participants should take reasonable care in the Gin School to avoid personal injury and/or injury to others. Standard of Behaviour – We will refuse to admit you to the premises if you appear to be intoxicated or under the influence of prohibited narcotic substances upon your arrival. You are expected to behave sensibly and appropriately at all times and may be required to leave the premises if for any reason the Company or others are unhappy with your behaviour. We reserve the right to refuse the sampling of alcohol under the terms of the licensing act Washroom Facilities – The primary function of the premises is a distillery and the site offers limited toilet facilities with restricted access. Alternative toilet facilities with full disabled access are however available across the covered courtyard. Special Needs – Your comfort and wellbeing are of the utmost importance to us, please therefore inform us prior to our accepting the booking of any medical condition or physical impediment about which we would need to be aware in order to eliminate or anticipate any potential health and safety issue Special Dietary Requirements/ Allergies/ Disabilities – We cannot adjust courses for special dietary requirements unless previously agreed. If you have any allergies, please contact us in advance to discuss your requirements. There may be traces of nuts or other ingredients and if you have an allergy you attend at your own risk. If you have a disability or condition you think may hinder your enjoyment of the course, please let us know so we can help to ensure your day runs smoothly.