ADVERTISEMENT

Snappy! Two PMA cadets top South Korean military academies

Published Mar 2, 2026 03:27 pm
Official graduation photos of Cadet First Class Guidson T. Domingo (top) at the Republic of Korea Military Academy (ROKMA) and Cadet First Class Lemuel H. Edo-Ogan (bottom) at the Republic of Korea Naval Academy (ROKNA). (Courtesy of Philippine Military Academy)
Official graduation photos of Cadet First Class Guidson T. Domingo (top) at the Republic of Korea Military Academy (ROKMA) and Cadet First Class Lemuel H. Edo-Ogan (bottom) at the Republic of Korea Naval Academy (ROKNA). (Courtesy of Philippine Military Academy)
Two cadets of the Philippine Military Academy (PMA) graduated with top honors at prestigious military training schools in South Korea recently as part of an academic and military exchange arrangement program.
Cadet First Class Guidson T. Domingo, 24, from Kabacan, North Cotabato, graduated from the Republic of Korea Military Academy (ROKMA) with multiple distinctions while Cadet First Class Lemuel H. Ego-Ogan, 25, from Compostela, Davao de Oro, completed his cadetship at the Republic of Korea Naval Academy (ROKNA) last Feb. 27.
Both of them are original members of the PMA “Bagong Sinag” Class of 2024 who were sent to South Korea under the Academy’s Foreign Pre-Commissioning Training Institution (FPCTI) program.
The initiative allows selected cadets to complete their full four-year education in partner service academies abroad. It forms part of the Philippines–Republic of Korea defense cooperation framework and aims to strengthen interoperability and academic exchange between future officers of both countries.
"The journey of these cadets demonstrates that with discipline, hard work, and strong foundations, PMA cadets can excel on the world stage while carrying the honor of PMA, the AFP [Armed Forces of the Philippines], and the nation," PMA spokesperson Lt. Jesse Nestor B. Saludo said on Monday, March 2.
"Through engagements like these, the Academy reaffirms its commitment to becoming a world-class military institution, producing globally competent and future-ready officers for the Armed Forces of the Philippines," he added.
Snappy cadets
Domingo completed a Bachelor of Science in International Relations at ROKMA while Ego-Ogan earned a Bachelor of Science in Oceanography at ROKNA.
Domingo was named a Star Cadet Awardee for overall excellence as a first class cadet. He also earned the Outstanding Foreign Cadet Award for exemplary performance in academics, physical fitness, military training, leadership, discipline, and Korean language proficiency.
He was likewise given the Republic of Korea Army Comradeship Award for embodying integrity, selflessness, teamwork, and strong bonds with fellow cadets.
This was Domingo’s second consecutive Star Cadet Award since he earlier made history as the first Filipino to receive the distinction at ROKMA. In May 2025, he also won the second Korean Speaking Contest at Kyungrip Changwon National University in South Korea.
“I humbly attribute these recognitions to God’s provision, the guidance of my superiors, and the solid foundation instilled in me by the Philippine Military Academy,” Domingo said.
“I remain committed to upholding the highest standards expected of a Filipino officer,” he added.
At ROKNA, Ego-Ogan was cited as a US CHINHAE Naval Force Command Korea Awardee after winning an essay contest among all ROKNA cadets.
He also received the Regimental Communication Aide Merit and the 1st Battalion Intelligence and Operations Officer Merit, reflecting his performance in communications, intelligence, operations, and professionalism in working alongside allied naval forces.
The PMA said the achievements of Domingo and Ego-Ogan showed the growing role of Filipino cadets in foreign service academies.
It added that the FPCTI program was expanded in recent years to expose cadets to allied doctrines and international best practices.
Through the program, selected members of each class undergo the same academic and military requirements as their foreign counterparts and they are immersed in language training and leadership development while representing the country abroad.
The PMA said it has pursued similar exchanges with partner nations as part of its effort to build globally competent officers, which in turn, strengthens security cooperation engagement initiatives and deepens ties with like-minded countries.
Both Domingo and Ego-Ogan will return to the Philippines for commissioning, bringing with them advanced academic training, exposure to allied doctrines, and first-hand experience working alongside foreign counterparts.
Domingo will join the Philippine Army while Ego-Ogan will serve in the Philippine Navy.

Related Tags

PMA South Korea Guidson T. Domingo Lemuel H. Ego-Ogan cadets
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.