ADVERTISEMENT

College dropout to represent PH in global stage after winning student entrepreneur award

Published Jan 3, 2021 10:37 am

While education is quite challenging amid the pandemic, a former college dropout from a broken family proved that one can find his way back to normal life as long as he keeps on going.

Charles de Belen realized this after emerging as champion of the Entrepreneurs’ Organization (EO) Global Student Entrepreneur Awards (GSEA) Philippines Finals. 

A Master of Science in Innovation and Business student at the Asian Institute of Management and a licensed lawyer, he won the Philippine leg of the global competition as founder of “Bestway Consultancy” – a company that helps other entrepreneurs start businesses.

“What I love about the GSEA experience is that when you start a business, somewhere along the way, you forget why you started the business in the first place,” De Belen said. “Through the GSEA, I was able to find that ‘why’ back,” he added.

De Belen’s emergence as the EO GSEA Philippines champion is a true “against-all-odds story” as his parents separated and left him to his grandmother at an early age. When he was in college, he was forced to drop out of De La Salle University (DLSU) due to financial reasons.

Despite this, De Belen found a way to continue his studies at the Far Eastern University (FEU). He reached a turning point when one of his professors, Joeven Castro, currently Vice President of Academic Services at FEU, saw his potential and invited him to join the debate team. He noted that it was his experience there that made him realize he had the capacity to achieve.

Another pivotal moment for De Belen came when a computer gaming friend was killed in a gambling dispute. That was when he realized that he wanted to make a “mark in the world and not be quickly forgotten” when he is gone.

Aside from Bestway Consultancy, De Belen has founded several other entities, including Letsan Belly, a vendor of lechon belly; EndCOV, a contact tracing app for COVID-19; Karapatan, a non-profit organization providing free legal assistance; GoodGovPH, a youth-led non-profit organization that advocates good governance; and Dibi, an online marketplace for rental items.

Held annually, GSEA is the premiere global competition for student entrepreneurs who own and operate a business. The competition also provides a platform where student entrepreneurs can connect with key industry players locally and internationally, allowing them to gain valuable insights and learn best practices.

As EO GSEA Philippines champion, De Belen will receive a cash prize of P150,000 and the privilege to represent the country in the EO GSEA Global Finals to be held this year.

The EO GSEA Global Finals is held annually to coincide with the EO Global Leadership Conference (GLC), but was conducted virtually this year due to COVID-19 concerns. EO is a global support network of over 14,000 like-minded business owners across 200 chapters in 61 countries.

The EO Philippines chapter was established in 1996 and currently has 195 members, who own businesses in various industries, such as manufacturing, retail, information technology, distribution, real estate, and services.

Meanwhile, EO Philippines GSEA Chair JP Tuason encouraged all student entrepreneurs to “follow their dreams and passions.” He noted that the EO is also looking forward to “developing more amazing young student entrepreneurs in 2021 and beyond.”

Aside from De Belen, Sofia Coronel, a student from the University of Asia and the Pacific and founder of Convo Design, placed second, while third place went to Ryan Ibay, a student from the University of the Philippines and founder of Mindoceo.

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.