ADVERTISEMENT

A young woman's journey toward strength and the quiet ways it breaks her

Little Miss Independent

Published Jan 12, 2026 01:09 pm
By Nique Salonga, 18
Grade 12
College of the Holy Spirit of Tarlac

I thought being called strong was a compliment.
Growing up, my family took pride in my independence and achievements– I was the apple of their eyes. The kid that parents prayed for; smart, obedient, and strong. In every family reunion, they bragged about my grades, medals, and how I can micromanage everything without their help.
Looking back, I really was amazed at myself. I learnt how to overcome my fear of public speaking, climbed up the academic ladder, cooked, cleaned, and took care of my siblings at such a young age. With my parents working abroad, I knew that it was the only thing I could do to give back to them. Unlike others, I matured not because I needed to, but because I wanted to. I did not want to become a burden.
So, I kept it all inside me.
How I mastered silent crying.
How I hugged myself and patted my back to pretend that they were beside me.
Now, even though so many years have passed. I remained the same. I poured every tear onto my pillow. Not wanting to disturb their slumber nor to ruin my tough image. Even if my strong personality got me bullied and unmotivated to go to school, even if my friends left me because I was unstable. All those days I spent questioning myself are unknown to them.
Because as the nights disappear and morning comes, I return to being my usual self. I select the personality people hate me for and I keep my guard up to secure my shattering heart from being fully broken by the people who do not know anything about me. What a curse it is to be so strong that I seem invincible, a person who will not be ruined by words nor be triggered by malicious rumors.
After all those years of wearing my mask, I realized that being too strong is a curse that I cannot get rid of anymore. It became something that I needed to live with because I do not know how to be anyone else, the very same trait that got me to where I am today became my kryptonite.
It became impossible to show weakness and open up to the same people who praised me for being strong. I became an impersonator who swallows all the hardships because giving up is not in my dictionary. It seems like my life revolves on being put-together, perfect, and mature. Everything that I do, say, and dream of must be calculated despite my secret love for adventure and discovery.
This 2026, I vow to be a little kinder to myself, taking it one step at a time. Little miss independent is not so little anymore and neither is her self-forgiveness. For women like me who feel the same way, may we find inner peace and self-love this new year.
Let us heal together, until we perceive the word ‘strong’ as a compliment again not a curse.
Nique Salonga is an 18-year-old campus journalist from the College of the Holy Spirit of Tarlac. She is currently a Grade 12 student dedicated to sharing stories that touch the heart and spark change.
“Voices” is Manila Bulletin Lifestyle’s dedicated space for young writers and future journalists to speak up about the topics that matter to their generation—from pop culture and social trends to education, and everything in between.
We welcome article submissions from youth writers up to 25 years old, with each piece limited to 500 words. To submit, send your article to [email protected] the subject line: Voices: (Article Title), or send us a DM at @manilabulletinlifestyle on Instagram.
Don’t forget to include a short bio with your age, school, course, hobbies, and any other details you’d like readers to know. We can’t wait to read your stories!

Related Tags

Voices YOUTH
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.