ADVERTISEMENT

Bringing technical excellence and smart construction to the judge's table

PropertyGuru Philippines' Jean De Castro applies her expertise to elevate the awards program

Published Jul 9, 2025 04:34 pm
Jean de Castro, ESCA Engineering & ESCA International, Inc. chief executive officer
Jean de Castro, ESCA Engineering & ESCA International, Inc. chief executive officer
As part of PropertyGuru Philippines’ awards program, Jean De Castro brings a tech-forward, engineering-led perspective to the table, ensuring that technical excellence and smart construction practices are equally recognized alongside aesthetics. Her role is critical as the property portal champions both design vision and execution excellence in uplifting the Filipino expertise in the real estate industry.
With careful deliberations focusing on the form, function, and innovation of each project, de Castro emphasized, “What makes the PropertyGuru Philippines Property Awards different is its balanced judging criteria — we look at design brilliance, yes, but also how a project performs, serves communities, and is built to last.”
De Castro makes certain that construction quality and safety should not be taken for granted, especially in a disaster-prone country. The structural integrity of a building is crucial for life safety, while the quality of the project execution is what end-users appreciate as part of their living conditions.
By examining the engineering aspect, de Castro can identify how innovation was adopted to enhance the building's performance. “Whether it is in the use of a more innovative structural system or new eco-friendly and lightweight materials, recognizing technical ingenuity inspires further advancement in these areas to meet sustainability goals,” she added.
“The challenge of being able to bring a vision to reality is where engineering and construction come in. It brings life to the project. Executing the project means meeting both its aesthetic qualities and functionalities. This is where the triple constraints of time, quality, and budget begin a three-way tug-of-war, requiring a developer to prioritize among competing interests and reveal its true DNA – or what it holds most important. Intelligent engineering allows for a better balance of these three factors,” she emphasized.
Coming from her vast experience as a certified BIM manager by the Building and Construction Authority (BCA) of Singapore and a certified program manager of the Philippines Constructors Association (PCA), de Castro champions the integration of digital tools and sustainability metrics in modern developments — themes she looks for in winning entries.
CEO Jean de Castro and the Esca team
CEO Jean de Castro and the Esca team
From her position as CEO of engineering firms ESCA Engineering & ESCA International, Inc., she recognized that “more developers today are using Building Information Modeling (BIM), sustainable materials, and tech-enabled designs — and it’s our job as judges to push that further by recognizing those who lead, not follow.”
ESCA Engineering is a strong advocate of the use of BIM for planning, design, construction, and operation. The use of BIM allows for a collaborative approach among stakeholders to design and build better-performing buildings that are more efficient and operationally sustainable.
BIM involves creating and managing digital representations of a building's physical and functional characteristics. These digital models provide a clear vision and technical information that can be used throughout the planning, design, construction, and operation phases.
“Through a BIM model, both technical and non-technical stakeholders have a single source of truth that allows them to walk through a project and see all its bones even before it is constructed. BIM also allows for smart construction practices such as the use of modular construction that prevents a lot of time and material waste,” explained de Castro. “As a visual tool, design alternatives can be explored and even interiors can be laid out in detail, granting the client to appreciate it early in the process without having to construct the actual project. Changes can be more easily applied in the BIM model than in actual construction, allowing for flexibility and cost efficiency.”
In raising industry standards, PropertyGuru’s panel of judges also looks for sustainability metrics that must be present in future-ready, structurally sound developments. De Castro defines high-performance buildings as energy-efficient and environment-friendly, which enhance the well-being of their occupants.
Future-proofed buildings are expected to last beyond 50 years and evolve into historical and cultural structures that will serve generations of future communities. Its structural integrity must manage the risks from natural disasters and climate change. A prolonged lifespan of a building should also prevent unnecessary or premature demolition and additional new construction that adds to the carbon footprint.
To achieve disaster-resilience and the capability to operate even during emergencies and calamities, high-performing buildings may be designed beyond the minimum requirements of life safety.
These structures must also be flexible enough to adapt to a changing population and its evolving demand on the use of space as a living, working, and sustainable environment, allowing the building to remain functional in the long term.

Related Tags

Jean de Castro PropertyGuru Philippines Esca Engineering Esca International Inc.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.