ADVERTISEMENT

A Filipino take on the Peruvian Nikkei tradition

Showcasing a four-hands dinner that highlighted the culinary wizardry of guest Chef Him Uy de Baron and Primea Executive Chef Luis Chikiamco.

Published Mar 28, 2023 09:15 am
The Elements of Flavor is an ongoing collaborative culinary series that Flame at Discovery Primea has been pursuing for some time. The latest incarnation happened last weekend, and showcased a four-hands dinner that highlighted the culinary wizardry of guest Chef Him Uy de Baron and Primea Executive Chef Luis Chikiamco. Billeted as Creating Harmonies with Nikkei Cuisine, the special dinner was composed of Tiraditos, an appetizer taco, a filling Soup/Broth, two main courses, and followed by a sweet ending via a dessert course. The tiraditos are Peruvian-style sashimi cuts, complemented by a spicy chili sauce that, traditionally, would be South American in provenance. Both Japanese and Chinese culinary traditions have seeped into Peruvian cuisine thanks to the migration of these two nationalities as the railroad was being built during the last century. This, in fact, echoes what happened in the American West in the 19th century. It’s said by some historians that this was in fact the same wave, heading further south as job opportunities beckoned. Whatever the case may be, it’s led to a rich intermingling of cuisines that’s now celebrated globally. The first pair of Tiraditos that was served was the Tuna, and the Scallops. The Tuna was crab rémoulade rolled in tuna, with ponzu and compressed melon. The Scallops, was thinly sliced raw scallops, with red radish, cilantro, cherry tomatoes and aji amarillo (yellow chili peppers). From this first course alone, the blending of distinct flavors—of how it was reminiscent of Japanese, but with something new on the table—was marked, and appreciated. The Unagi Chawanmushi and the Tebasaki
The Unagi, was crispy eel sitting on chawanmushi, and a potato chip, with soy-dashi. While the Tebasaki, had a wonderfully crisp on the outside grilled and salted chicken wing, with chimichurri pickled onion. Again, the two dishes were playful and inventive, Much like an exalted fragrance, it was about layers. Our Anticucho was a soft shell, squid ink taco, with grilled octopus, miso hummus, and salsa creole. The blending of the salsa with a miso-flavored hummus earned this taco high points. In fact, Chefs Him and Luis had me with the miso hummus. The Pollo a La Brasa was slides of Jasper-grilled chicken, with a chicken gyoza, all swimming in a rich chicken broth. This was like a meal unto itself, and beyond the broth, both Issa and I especially loved the combining of the cut of chicken with the gyoza. A Chilean sea bass, with aji amarillo cream, a shiso leaf and a dollop of Ikura was our first main course. I liked the touch of the shiso leaf as a palate cleanser. Pollo A La Brasa
The Short Ribs The second main course was short ribs with aji panca, the ribs sous vide and grilled; served with kamameshi, egg yolk and furikake. The kamameshi brought home how we were in Manila, and the two chefs knew that they had to include a Rice dish. The mushrooms and edamame in the rice bowl were great dishes, enhancing the flavor of the rice. For dessert, we had the picarones, comprised of sweet potato doughnuts, with shoyu-caramel ice cream—the ice cream being the highlight here. The Soft Shell Taco with Octopus.
As Chef Luis was explaining, the Elements of Flavor series happens every two to three months, and revolves around one special day, when the two chefs offer something special for those who are ready to participate. It’s all about pushing forward and upgrading the Filipino palate, extending on what we’re exposed to. The culinary traditions in themselves may be familiar to us and the local market; but it’s I how the two chefs collaborate and interpret these traditions that make these evening such intriguing ones. Kudos to Chef Him and to Chef Luis— their "Nikkei Harmonies" resounded, and we were two extremely satisfied customers. Picarones dessert Chef Him Uy de Baron, Issa Litton, Chef Luis Chikiamco, and your author

Related Tags

Manila Bulletin Lifestyle MBFoodies discovery primea MB Lifestyle Online MB Lifestyle PH Philip Cu-Unjieng
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.