Vegetarian Carbonara with Peas (2024)

NEW ANNUAL MEMBERS GET A FREE SURPRISE GIFT

SIGN UP FOR FREE SHIPPING ON YOUR FIRST ORDER

  • Log in or
    Sign up

  • Log in or
    Sign up
`; var membershipBadgeHTML = `

Member Exclusive

`; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

'; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

'; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

No results found!

'); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Vegetarian Carbonara with Peas (5)

    Photo Credit: Elizabeth Newman

    You must be signed in to print this content

    This vegetarian carbonara offers a fresh a twist on the Italian classic. Instead of using guanciale or pancetta to flavor the egg sauce, this recipe uses a basil and mint aioli to brighten things up. The peas add some texture and a touch of sweetness, and a fried egg on top takes this dish from great to seriously delicious!

    Carbonara is one of my favorite dishes because it's so versatile. You can never go wrong with the classic version, but it's so fun to dress it up in different ways! In the fall, I love to make pumpkin carbonara. For a lighter version, I like to substitute some of the pasta with zucchini noodles. For a seriously decadent comfort dinner, my go-to is sweet onion carbonara. Whatever your style, there's a carbonara for everyone!

    Vegetarian Carbonara with Peas

    Main Course

    Prep Time

    10 minutes

    15 minutes

    Calories

    674

    Giada De Laurentiis

    Vegetarian Carbonara with Peas (7)

    Ingredients

      For the Basil-Mint Aioli

    • 1 garlic clove (minced)
    • 2 large egg yolks (see Note)
    • 2 teaspoons mustard
    • 1 teaspoon lemon juice
    • ¼ cup finely chopped fresh basil leaves
    • 1 tablespoon finely chopped fresh mint leaves
    • ½ teaspoon salt
    • ¼ teaspoon freshly ground black pepper
    • ½ cup grapeseed oil
    • ½ cup extra-virgin olive oil
    • 1 pound linguine (or other long pasta)
    • 2 cups fresh peas (or frozen peas thawed)
    • 1 cup shaved pecorino cheese
    • ½ teaspoon salt
    • ½ teaspoon freshly ground black pepper
    • 4 tablespoons butter
    • 4 to 6 large eggs

    Instructions

    1. For the aioli, combine the garlic, egg yolks, mustard, lemon juice, basil, mint, salt, and pepper in a food processor and process to a smooth consistency, about 20 seconds. With the machine running slowly drizzle in the grapeseed and olive oils. Set the aioli aside while you make the pasta. Basil-Mint Aioli can be kept, covered, in the refrigerator for up to 3 days.
    2. Bring a large pot of salted water to a boil over high heat. Add the linguini and cook until tender but still firm to the bite, stirring occasionally, about 8 to 10 minutes. Reserve 1 cup of pasta water, drain the pasta, and transfer to a large bowl. Add 1 cup of the aioli, the peas, cheese, salt, and pepper, and toss gently to combine, using the reserved pasta water to loosen the aioli as needed. Place the pasta on a long, rectangular serving dish. Cover to keep warm while you fry the eggs.
    3. Place the butter in a medium skillet over medium-high heat. Add the eggs and sprinkle with salt and pepper. Fry the eggs to your liking. Place the eggs on top of the pasta and serve immediately.
    4. Note: There are some dangers associated with eating raw eggs, especially for those with compromised immune systems. To reduce the risk of salmonella or other food-borne illness, use only fresh, properly refrigerated, clean, grade A or AA eggs with intact shells, use shell eggs that have been treated to destroy salmonella, by pasteurization or another approved method.

    Nutrition

    Nutrition

    per serving
    Calories
    674

    Amount/Serving % Daily Value

    Carbs
    32 grams

    Protein
    17 grams

    Fat
    54 grams

    Saturated Fat
    14 grams

    Trans Fat
    1 grams

    Cholesterol
    212 milligrams

    Sodium
    722 milligrams

    Fiber
    4 grams

    Sugar
    3 grams

    Unsaturated Fat
    37 grams
    nut freevegetarian

    0 comments

    ' + reply + '

    '); } }); $('.comment-reply-cta').click(function() { $(this).hide().next().slideDown(); });

    Please sign in or create an account to review or comment on recipes.

    `; var membershipBadgeHTML = `

    Member Exclusive

    `; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

    '; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

    '; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

    No results found!

    '); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Similar Recipes

    • PREP: 20 MIN COOK: 25 MIN Caesar Burger
    • PREP: 15 MIN COOK: 15 MIN Pasta Alla Giadzy
    • PREP: 15 MIN COOK: 10 MIN Sicilian Pesto Pasta Salad
    • PREP: 15 MIN COOK: 30 MIN Easy Pistachio Cruffins
    • PREP: 3 MIN COOK: 10 MIN Fresh Homemade Ricotta
    • PREP: 5 MIN COOK: 20 MIN Beef Tagliata (Italian Steak)
    • PREP: 20 MIN COOK: 15 MIN Summer Pork Saltimbocca
    • PREP: 5 MIN COOK: 45 MIN Balsamic Candied Nuts
    Join The Membership today and receive a surprise gift from Giada

    Vegetarian Carbonara with Peas (16)

    Vegetarian Carbonara with Peas (17)

    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • The Membership
    • Watch
    • About
    • Corporate Gifts
    • Packaging
    • FAQ
    • Contact Us
    • Terms of Use
    • Privacy Policy
    • Refunds and Returns
    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • Membership
    • Watch
    • About
    • Contact Us
    • FAQs

    Let's stay in touch

    © 2024 Giadzy Privacy Policy Terms of Use Giadzy is a registered trademark. All rights reserved.

    Vegetarian Carbonara with Peas (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Reed Wilderman

    Last Updated:

    Views: 6065

    Rating: 4.1 / 5 (72 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Reed Wilderman

    Birthday: 1992-06-14

    Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

    Phone: +21813267449721

    Job: Technology Engineer

    Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

    Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.