ADVERTISEMENT

A promise kept: Becoming 'Atty.' in my dad's name

Published Jan 9, 2026 12:01 am  |  Updated Jan 10, 2026 01:02 pm

At A Glance

Eight years ago, in 2017, my dad and I had our last conversation—and I didn’t know it would be the last. His death was sudden. There were no prior goodbyes, no long talks that eased us into the idea of life without him. One day he was there, and then he wasn’t. The kind of loss that doesn’t arrive with warning doesn’t just break your heart; it rearranges your world.
I replay that final conversation more than I’d like to admit, not because it was dramatic, but because it became permanent. When you don’t get a chance to prepare, you start searching for meaning in the ordinary. You cling to the last words, the last tone of voice, the last moment you were simply father and child in a normal day. And somewhere in the shock of it all, I made a promise: I told him I’d become a lawyer.
At the time, it felt like the only thing I could control—something solid in a moment that suddenly had none. Grief doesn’t always look like tears. Sometimes it looks like determination. Sometimes it looks like showing up again and again when you’re not sure you have anything left. I carried that promise quietly and stubbornly, even on the days I doubted myself, even on the days when I couldn’t imagine finishing what I started.
Life didn’t pause to accommodate my loss. It kept moving—fast, messy, indifferent. And I had to learn to move with it. I brought law books with me to Oxford and studied in between everything because I couldn’t let that promise fade. I studied in the margins: after long days, before early mornings, in waiting rooms, in borrowed quiet, in the small pockets of time most people don’t notice. It wasn’t elegant. It wasn’t always consistent. But it was mine.
This was my first time taking the bar, and I walked into it thinking of him the whole way through. Not as pressure, but as presence. A reminder that love doesn’t end just because someone does. A reminder that the people we lose can still be part of what we build.
When I finally got to put “Atty.” before my name, it didn’t feel like a victory lap. It felt like a breath I’d been holding for years. More than eight years later, I was able to say what I’d been working toward in silence: Dad, I kept my word.
This journey taught me things I wish I’d learned earlier. First: It is not a race. Do it at your own time. Grief already makes you feel late to everything. Don’t add to that by measuring your progress against someone else’s timeline. Slow growth is still growth.
Second: When people tell you, you can’t do it, it’s important you don’t believe them. Some opinions are just projections — other people’s limits dressed up as advice. Protect your purpose. Not everyone will understand why you keep going, especially when your reasons are personal. Keep going anyway.
Third: Hard work matters, but not just for the outcome. Focus on the journey and not just the final result. The title is meaningful, but what’s even more meaningful is who you become while earning it—disciplined, resilient, and able to stand back up when life knocks the air out of you.
I didn’t get a goodbye. I didn’t get closure the way people imagine it. But I got a promise—and I kept it. Dad, you can finally rest in peace. And for anyone carrying a promise born out of sudden loss: keep going. One day, you’ll look up and realize the most important thing you earned wasn’t a title at all.
You will be proud of the person you become.

Related Tags

NIGHT OWL ANNA MAE YU LAMENTILLO
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.