ADVERTISEMENT

Turning to farming amid crisis: People who started growing food during quarantine

Published Jul 31, 2021 10:00 am

The pandemic has taken a heavy toll on many people. With the unseen enemy that is COVID-19, people have developed fear and anxiety out of uncertainty and helplessness over the situation, especially since being in quarantine means many cannot leave their houses.

This has prompted the public to explore new hobbies as healthy coping mechanisms, like baking and revamping their spaces.

Many individuals also started growing food in hopes of providing healthy produce for their families without having to leave home. Growing their food gives them a sense of security amid the fear and threats of global food shortages.

Daisy Cu

One of these people is­ Daisy Cu, 46, a gardener from Quezon City who began growing vegetables in plastic drums to strive for food security and self-sufficiency.

Having extra time during quarantine, she turned her spaces into a decorative but edible garden.

She has been nurturing ornamental plants and fruit-bearing trees several years prior to cultivating vegetables. Her diverse crops and plant collection are distributed in different areas of her residence, including the roof deck, facade, lanai, and empty outdoor spaces.

With her neighbors’ consent, Cu planted vegetables in blue plastic drums that she placed outside her residence. (Photo courtesy of Daisy Cu)

By producing vegetables like okra, saluyot, camote tops, bitter gourd, pechay, and eggplants, this urban gardener saves so much resources from not having to buy veggies and fruits in stores.

Read: Urban gardener grows food in plastic drums amid the quarantine for their family’s food security

Sablay family

With the risk of the virus everywhere, farms and gardens have also served as safe places for many. Such is the case of a physics teacher named Noel Sablay. But instead of growing food in the city where he lives, he and his family traveled to Mindanao to “escape” the quarantine in the metro.

Their stay in the province enabled them to develop his wife’s property. With the knowledge and experience acquired from childhood, the couple succeeded in establishing Artemio’s Heritage Ecofarm, a farmland with a piggery, tilapia pond, poultry section, high-value crops, and structures to accommodate farm guests like a restaurant and training area.

“Occasionally I would also sleep on the farm for straight seven days and do farming myself. I also take charge of landscaping and beautification of the farm. My wife and son take charge of our e-farming side, which is the online promotion of our farm and services,” Sablay said.

Artemio Heritage Ecofarm was established in August 2020 after the Sablay family moved to the province to 'escape' quarantine in Manila. (Photo courtesy of Artemio’s Heritage Ecofarm on Facebook)

On the farm, they offer fresh produce, processed items like gourmet tuyo, drip coffee, and homemade jam, plus on-site activities like camping and adventure trails.

The Sablay family left Manila with the intention of ‘escaping’ the quarantine that was imposed by the government to curb the spread of COVID-19. Little did they know, their visit to the province would also lead them to farming.

More than its health benefits, farming can also be a lucrative livelihood that can tide many families over despite the economic threats of COVID-19. Sablay's farming journey is one proof.

Read: Physics teacher established a farm in Mindanao to ‘escape’ the quarantine in Manila

Abrigo family

Another family who moved to a farm to grow their own food at the onset of the pandemic is the Abrigo family from Camarines Norte, Bicol.

With the same goal as the growers mentioned above, the Abrigo family lived on a farm to prevent them from leaving the house during the quarantine period.

Al Abrigo, the mother of the family, said that they naturally grow herbs, root crops, and other vegetables on the farm.

Al Abrigo posing with some of the harvests from their farm. (Photo courtesy of Al Abrigo)

Their decision to move to their relative’s farm is not only about the safety and security of the food that they consume, but it also helps them to show the young generation the importance of food production.

Read: A family moved to the farm, started growing their own food during the quarantine period

Farming can be a win-win solution for anyone who's looking for an activity, a hobby, or a venture that they can rely on in times of crisis. With knowledge, proper implementation, and allocation of resources, growing food will certainly bear fruits in the end.

Read more about farming and gardening at agriculture.com.ph

Related Tags

quarantine farm food production agriculture Covid19 Philippines quarantine Manila Bulletin vina medenilla
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.