ADVERTISEMENT

Judy Ann shares tips on how to efficiently prepare meals even on a budget

Published Aug 3, 2022 05:04 pm

Judy Ann - Live Like A Pro

Filipino actress, entrepreneur, cook, hands-on mom and Beko ambassador, Judy Ann Santos knows how difficult it is to be a homemaker these days. With prices of essentials continuously rising, budgeting and maintaining a healthy and sustainable lifestyle can be quite challenging especially for a homemaker. With that being said, Judy Ann shares tips on how to efficiently prepare healthy meals even on a tight budget.

1. The importance of meal preparations.

When asked how one can have a budget-friendly sustainable lifestyle, Judy Ann replied, "Actually, nakatutulong ang meal prepping pag gusto mong makatipid and have a sustainable lifestyle talaga." By preparing meals and dishes ahead of time, Judy Ann gets to control food intake. This helps one to manage and maximize the nutrients her family absorbs from their meals. “So, pag nagmemeal prep ako, I do it nang weekly,” she shared. “Nililista ko na ano yung mga magiging meals namin for a week, tapos dun ko na rin ililista ano ba yung mga ingredients na kakailanganin.” Judy Ann states that this helps her not only to save money but also to save a lot of time and effort.

2. Buying fresh ingredients and in bulk when grocery shopping.

Maximizing what you can buy in groceries is vital in meal prepping. Judy Ann shares, “Siyempre, pipiliin niyo yung mga fresh ingredients pa. Fresh na gulay, fresh na prutas,” she shared. “Usually meron din yung mga buy one, take one deals sa mga groceries, so actually, maganda rin siya kasi mas nakakatipid ka in buying more.” She noted that buying ingredients in bulk can also save time so that you won't have to make constant trips back and forth to the grocery store.

3. The importance of having efficient appliances to store and prepare food with.

Beko HarvestFresh

When it comes to the actual meal preparation and storing food, Judy Ann confidently relies on the European appliance brand, Beko. For her, the HarvestFresh technology feature found on Beko's refrigerator is a life-saver. This unique technology found on the fridge's crisper drawer uses an innovative three-color system to mimic the 24-hour cycle. This lets fruits and vegetables retain their freshness and preserve their vitamins as this technology keeps them in their natural environment after being harvested. This makes fruits and vegetables last longer when stored, reducing waste. Beko refrigerators also consume less energy as they are equipped with ProSmart Inverter Compressor. By consuming less energy, homeowners save money on their electric bills.

In addition to Beko's refrigerators, Judy Ann is also amazed with Beko's range of cookers and ovens. Beko's Built-In ovens have Halogen Illumination, which allows one to see the food that's being cooked inside. CookMaster ovens also offer 82L of cooking capacity, which lets one cook lots of food as one can cook on up to five shelves simultaneously.

Compared to other cooking appliances, Beko's built-in hobs let you cook faster and use less gas, which allows you to have more efficient cooking. Aside from this, Beko's built-in hobs give you a safe cooking experience as they ensure gas safety. This feature detects when the hob's flame is still running, automatically shutting off the gas supply.

“Sobrang helpful talaga na may magagamit kang cooker na you can rely on,” Santos shared. “Nakakagaan din ng feeling tuwing maiisip mo na nakakatipid ka rin in energy consumption tapos nakakapagprepare din ako ng mas maraming healthy food for my family.” she added.

With products that inspire a healthy lifestyle, from nutrient-saving kitchen appliances, to refrigerators that preserve food better for longer, Beko makes healthy living possible and convenient to empower the new generation to live healthier.

For more information about Beko in the Philippines, go to http://beko.ph or visit their Facebook page at https://www.facebook.com/bekoph.

Related Tags

HarvestFresh technology Beko
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.