ADVERTISEMENT

Project RISE: Empowering early childhood education teachers for impact

Published Apr 15, 2026 12:01 am  |  Updated Apr 14, 2026 05:04 pm
BEYOND BUDGET
Assalamu alaikum wa Rahmatullahi wa Barakatuh.
I was honored to be invited to deliver a short video message for the launch of the training of Early Childhood Development Teachers for Local Government Units (LGUs) under Project RISE — Reskilling, Innovating, Sustaining Excellence in Early Childhood Education (ECE) Teaching.
RISE is a nationwide training program designed by the Philippine Normal University to upskill and reskill select ECE teachers from LGUs, focusing on Pre-Kindergarten to Grade 3 educators through onsite and blended learning modalities. Its goal is to strengthen ECE teachers’ proficiency in early grade instruction. It also serves as a foundational academic pathway for participants who may wish to pursue further studies and professional credentials in early childhood education.
As you may know, ECE is one of the advocacies close to my heart.
When I was still secretary of the Department of Budget and Management, I often found myself coming back to a question that rarely makes headlines but always shapes outcomes: What does public spending actually mean for the people, in a child’s life?
We talk about budgets in billions, programs in acronyms, and reforms in technical terms. But behind all of that are simple, everyday realities. A child learning to speak clearly. A teacher who gently guides a small group through their first reading exercise. A modest classroom where confidence grows quietly and steadily.
Over time, I came to see early childhood development as the point where public finance becomes most real. It is where numbers stop being abstract and start becoming something families can feel.
This is why initiatives like Project RISE matter. At its core, it is not just about training sessions or program rollouts. It is about strengthening the people who stand at the very beginning of a child’s learning journey, our Child Development Teachers and Workers.
Throughout my years in DBM, I held on to one belief: If governance does not reach the ground, it has not succeeded. Policies may be well-crafted and budgets fully released, but their value is measured by whether people actually experience the difference.
Early childhood education shows this clearly. Its impact is not immediate or dramatic. It unfolds slowly, often unnoticed at first. But it stays, shaping how a child learns, interacts, and begins to understand the world.
This is why investing in teachers is not a secondary effort—it is the heart of reform. A supported and confident teacher does more than deliver lessons. They shape how children approach learning themselves, how they relate to others, and how they begin to see their own abilities.
And yet, this work rarely draws attention. Early childhood classrooms are not loud places. They are built on routine, patience, and small, repeated efforts that most people never see. But it is precisely in these quiet moments that real learning takes root.
Project RISE recognizes this.
Reskilling ensures that teachers continue to grow as learning needs evolve. Innovation gives them space to explore better ways of teaching. Sustaining excellence ensures that these improvements last—that they do not fade after a single training cycle but become part of everyday practice.
In public service, I learned that sustainability is often the most difficult part. Starting a program is one thing. But making sure it continues to improve over time is another matter.
This is where LGUs become essential. They are closest to the communities. They understand the realities families face, the resource gaps, and the small adjustments that make programs work. When they are given the right support, they do not just implement—they adapt, refine, and strengthen.
Strengthening local capacity, then, is not just a technical concern. It is a decision that determines whether reforms take root or remain uneven.
In one of his most enduring reflections, Robert Fulghum wrote in his book of short essays, “All I Really Need to Know I Learned in Kindergarten: What we learn in kindergarten comes up again and again in our lives as long as we live.”
It is a simple line, but it captures something deeply true. The earliest years of learning are not just preparation—they are the foundation. Long before advanced education or professional success, it is in those first classrooms where many of life’s essential lessons begin.
This is why the work of Child Development Teachers and Workers carries such weight. They are often the first to introduce structure beyond the home, the first to nurture curiosity, and sometimes the first to help a child feel capable.
Beyond budget, Project RISE represents not a dramatic change but a steady strengthening. Not visibility for its own sake, but impact that lasts.
And, as Citizen Mina, I believe we must continue to treat early childhood development as a shared responsibility. We must support our teachers not only through training, but with trust and recognition. We must empower local governments to shape programs based on their realities. And we must never lose sight of the fact that the strongest foundations of a nation are built long before formal schooling begins.
(Amenah F. Pangandaman is the former Secretary of the Department of Budget and Management.)

Related Tags

Project RISE EARLY CHILDHOOD CARE DEVELOPMENT CENTER BEYOND BUDGET
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.