<!DOCTYPE html>
<html lang="en">
<head>

    <title>Rouxbe Blog</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="/assets/built/screen.css?v=YrOs10DcvqL6VEJy">
    <link rel="preload" as="script" href="/assets/built/source.js?v=hgnv3dFRNrcfIROn">
    
    <link rel="preload" as="font" type="font/woff2" href="/assets/fonts/inter-roman.woff2?v=OecsB5TBLy27FKD2" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(/assets/fonts/inter-roman.woff2?v=OecsB5TBLy27FKD2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=YrOs10DcvqL6VEJy">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Thoughts, stories and ideas.">
    <link rel="icon" href="https://blog.rouxbe.com/content/images/size/w256h256/2026/08/rouxbe-square-logo-2.png" type="image/png">
    <link rel="canonical" href="https://blog.rouxbe.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://blog.rouxbe.com/page/2/">
    
    <meta property="og:site_name" content="Rouxbe Blog">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Rouxbe Blog">
    <meta property="og:description" content="Thoughts, stories and ideas.">
    <meta property="og:url" content="https://blog.rouxbe.com/">
    <meta property="og:image" content="https://blog.rouxbe.com/content/images/size/w1200/2026/08/publication-image.png">
    <meta property="article:publisher" content="https://www.facebook.com/rouxbe">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Rouxbe Blog">
    <meta name="twitter:description" content="Thoughts, stories and ideas.">
    <meta name="twitter:url" content="https://blog.rouxbe.com/">
    <meta name="twitter:image" content="https://blog.rouxbe.com/content/images/size/w1200/2026/08/publication-image.png">
    <meta name="twitter:site" content="@rouxbe">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="670">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Rouxbe Blog",
        "url": "https://blog.rouxbe.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://blog.rouxbe.com/content/images/2026/08/rouxbe_logo-43a9b9386143cc515f2a09fcde465871a45b741c3425c3e1845131441d640769.svg"
        }
    },
    "url": "https://blog.rouxbe.com/",
    "name": "Rouxbe Blog",
    "image": {
        "@type": "ImageObject",
        "url": "https://blog.rouxbe.com/content/images/size/w1200/2026/08/publication-image.png",
        "width": 1200,
        "height": 670
    },
    "mainEntityOfPage": "https://blog.rouxbe.com/",
    "description": "Thoughts, stories and ideas."
}
    </script>

    <meta name="generator" content="Ghost 6.58">
    <link rel="alternate" type="application/rss+xml" title="Rouxbe Blog" href="https://blog.rouxbe.com/rss/">
    
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="ddc03fc93e52e5cb8278619a9a" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://blog.rouxbe.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://blog.rouxbe.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=ShRHxgy4po8zN-Wf"></script><style>:root {--ghost-accent-color: #404040;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=Jw0334E-A8vpuWdm">
    <style>
  .gh-social-links {
    margin: 32px auto;
  }
</style>

</head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-left-logo has-accent-color gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://blog.rouxbe.com">
                    <img src="https://blog.rouxbe.com/content/images/2026/08/rouxbe_logo-43a9b9386143cc515f2a09fcde465871a45b741c3425c3e1845131441d640769.svg" alt="Rouxbe Blog">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-home nav-current"><a href="https://blog.rouxbe.com/">Home</a></li>
    <li class="nav-whats-new nav-current"><a href="https://blog.rouxbe.com/">What&#x27;s New</a></li>
    <li class="nav-culinary nav-current"><a href="https://blog.rouxbe.com/">Culinary</a></li>
    <li class="nav-industry nav-current"><a href="https://blog.rouxbe.com/">Industry</a></li>
    <li class="nav-foodies nav-current"><a href="https://blog.rouxbe.com/">Foodies</a></li>
    <li class="nav-blog-search nav-current"><a href="https://blog.rouxbe.com/">Blog Search</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                    <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>        </div>

    </div>
</header>

    

        <section class="gh-header is-highlight has-image gh-outer">


    <div class="gh-header-inner gh-inner">

            <div class="gh-header-left">
                    <article class="gh-card post">
    <a class="gh-card-link" href="/the-hot-rolls-that-never-made-it-to-the-oven/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 160w,
                            /content/images/size/w320/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 320w,
                            /content/images/size/w600/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 600w,
                            /content/images/size/w960/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 960w,
                            /content/images/size/w1200/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 1200w,
                            /content/images/size/w2000/format/webp/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png 2000w"
                    sizes="(max-width: 767px) calc(100vw - max(8vmin, 40px)), 640px"
                    src="/content/images/size/w600/2026/09/DB2B3A70-193B-493A-83F2-E655300A8946.png"
                    alt="The Hot Rolls That Never Made It to the Oven"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The Hot Rolls That Never Made It to the Oven</h3>
                    <p class="gh-card-excerpt is-body">Where I Was on September 11

I joined the Navy on October 12, 2000. That same morning, the USS Cole was bombed in Yemen. Sailors had gathered on the mess decks for chow when the explosion tore through the galley, killing seventeen crew members, including Culinary Specialists at their stations.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Derrick Dennard Davenport</span>
                    <time class="gh-card-date" datetime="2026-09-11">11 Sep 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
            </div>
            <div class="gh-header-middle">
                    <article class="gh-card post">
    <a class="gh-card-link" href="/sending-them-off-fed-simple-cooking-skills-every-college-student-needs/">
            <figure class="gh-card-image">
                <img
                    srcset="https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;160 160w,
                            https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;320 320w,
                            https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;600 600w,
                            https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;960 960w,
                            https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;1200 1200w,
                            https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;webp&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;2000 2000w"
                    sizes="320px"
                    src="https://images.unsplash.com/photo-1555930112-0159bcdc3fe5?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;M3wxMTc3M3wwfDF8c2VhcmNofDR8fGNvbGxlZ2UlMjBkb3JtfGVufDB8fHx8MTc4ODk2NzY4N3ww&amp;ixlib&#x3D;rb-4.1.0&amp;q&#x3D;80&amp;w&#x3D;600"
                    alt="Sending Them Off Fed: Simple Cooking Skills Every College Student Needs"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Sending Them Off Fed: Simple Cooking Skills Every College Student Needs</h3>
                    <p class="gh-card-excerpt is-body">Sending your young adult off to college is a dizzying mix of proud tears and quiet panic. You have spent eighteen years making sure they know how to cross the street, choose good friends, and manage their time, but as you load up the trunk of the car, a sudden</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dan Marek</span>
                    <time class="gh-card-date" datetime="2026-09-10">10 Sep 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post">
    <a class="gh-card-link" href="/eight-hours-a-year/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/09/Untitled-design--28-.png 160w,
                            /content/images/size/w320/format/webp/2026/09/Untitled-design--28-.png 320w,
                            /content/images/size/w600/format/webp/2026/09/Untitled-design--28-.png 600w,
                            /content/images/size/w960/format/webp/2026/09/Untitled-design--28-.png 960w,
                            /content/images/size/w1200/format/webp/2026/09/Untitled-design--28-.png 1200w,
                            /content/images/size/w2000/format/webp/2026/09/Untitled-design--28-.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/09/Untitled-design--28-.png"
                    alt="Eight Hours a Year"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Eight Hours a Year</h3>
                    <p class="gh-card-excerpt is-body">America&#39;s Most Expensive Curriculum Gap, and the Countries That Closed It

The bell rings at 11:42 somewhere in America, and four hundred kids move toward a room that smells faintly of steam and industrial cleaner. The line is long, so eating starts around 11:55. There is</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Gary Apito</span>
                    <time class="gh-card-date" datetime="2026-09-09">09 Sep 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/rouxbe-reaches-one-million-students/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/new-map-b-1.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/new-map-b-1.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/new-map-b-1.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/new-map-b-1.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/new-map-b-1.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/new-map-b-1.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/new-map-b-1.jpg"
                    alt="Rouxbe Reaches One Million Students"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Rouxbe Reaches One Million Students</h3>
                    <p class="gh-card-excerpt is-body">May 19, 2025 | Gary Apito, CEO of Rouxbe  Today marks a pivotal moment in Rouxbe&#39;s journey as we proudly announce that we have surpassed one million students served worldwide since our inception. Our reach now extends to 180 countries, making Rouxbe not just the leading online culinary school,</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2025-05-19">19 May 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
            </div>
            <div class="gh-header-right">
                    <div class="gh-featured-feed">
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/rouxbe-receives-u-s-department-of-labor-approval-for-national-standards-of-apprenticeship/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/istock-1136638733-scaled.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/istock-1136638733-scaled.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/istock-1136638733-scaled.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/istock-1136638733-scaled.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/istock-1136638733-scaled.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/istock-1136638733-scaled.jpg 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/istock-1136638733-scaled.jpg"
                    alt="Rouxbe Receives U.S. Department of Labor Approval for National Standards of Apprenticeship"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Rouxbe Receives U.S. Department of Labor Approval for National Standards of Apprenticeship</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, British Columbia, May 3, 2025 Today, Rouxbe announced that its National Standards of Apprenticeship for the occupations of Culinarian and Sous Chef have been officially approved and registered by the U.S. Department of Labor. This milestone achievement marks a significant advancement in culinary education, creating new opportunities for</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2025-05-03">03 May 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/introducing-food-coach-academy-a-labor-of-love-from-a-three-time-cancer-survivor/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 160w,
                            /content/images/size/w320/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 320w,
                            /content/images/size/w600/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 600w,
                            /content/images/size/w960/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/intro-to-plant-based-1-e1738961511556.png 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/intro-to-plant-based-1-e1738961511556.png"
                    alt="Introducing Food Coach Academy: A Labor of Love From a Three Time Cancer Survivor"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Introducing Food Coach Academy: A Labor of Love From a Three Time Cancer Survivor</h3>
                    <p class="gh-card-excerpt is-body">Burlington, VT — January 21, 2025 — Food Coach Academy, is thrilled to announce its official launch, revolutionizing the way individuals and communities approach health through the power of culinary medicine. Founded by Dr. Deb Kennedy, a pioneer in the “Food is Medicine” movement, and in collaboration with Rouxbe, the academy offers</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2025-01-25">25 Jan 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/rouxbe-expands-into-government-contracting-with-major-awards/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/180410-n-qr145-014-jpeg.jpg 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/180410-n-qr145-014-jpeg.jpg"
                    alt="Rouxbe Expands into Government Contracting with Major Awards"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Rouxbe Expands into Government Contracting with Major Awards</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, British Columbia, September 2, 2024 Rouxbe has significantly expanded its scope over the past four years, venturing into workforce credentialing, digital badging, college credit reviews, apprenticeship programs, and government affairs. By strengthening partnerships with professional and educational associations and pursuing workforce funding sources, Rouxbe has strategically positioned itself at</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2024-09-02">02 Sep 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/rouxbe-secures-maryland-for-apprenticeship-programs/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/md.png 160w,
                            /content/images/size/w320/format/webp/2026/08/md.png 320w,
                            /content/images/size/w600/format/webp/2026/08/md.png 600w,
                            /content/images/size/w960/format/webp/2026/08/md.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/md.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/md.png 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/md.png"
                    alt="Rouxbe Secures Maryland Approval for Apprenticeship Programs, Paving the Way for Nationwide Expansion"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Rouxbe Secures Maryland Approval for Apprenticeship Programs, Paving the Way for Nationwide Expansion</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, British Columbia, August 23, 2024 Rouxbe, the leading online culinary school, has developed Required Technical Instruction (RTI) for the American Culinary Federation (ACF) Certified Culinarian and Certified Sous Chef programs, positioning itself at the forefront of apprenticeship training in the culinary industry. By leveraging Department of Labor (DOL) funding,</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2024-08-23">23 Aug 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/rouxbe-launches-new-courses-with-select-partners/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/nychh-e1725039499517.png 160w,
                            /content/images/size/w320/format/webp/2026/08/nychh-e1725039499517.png 320w,
                            /content/images/size/w600/format/webp/2026/08/nychh-e1725039499517.png 600w,
                            /content/images/size/w960/format/webp/2026/08/nychh-e1725039499517.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/nychh-e1725039499517.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/nychh-e1725039499517.png 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/nychh-e1725039499517.png"
                    alt="Rouxbe Launches New Courses with Select Partners"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Rouxbe Launches New Courses with Select Partners</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, British Columbia, April 23, 2024 New York Health and Hospitals, in collaboration with Rouxbe, is excited to announce a groundbreaking course designed to revolutionize how doctors and patients engage with plant-based nutrition. This innovative project directly responds to the growing need for comprehensive dietary education and aims to</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2024-04-23">23 Apr 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                            <article class="gh-card post tag-news tag-hash-migrated-1786662758041 tag-hash-wp tag-hash-wp-post tag-hash-import-2026-08-13-16-12">
    <a class="gh-card-link" href="/master-of-japanese-cuisine-academy-and-rouxbe-forge-partnership-to-meet-demand-for-professional-japanese-culinary-expertise/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/slice-jpeg.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/slice-jpeg.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/slice-jpeg.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/slice-jpeg.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/slice-jpeg.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/slice-jpeg.jpg 2000w"
                    sizes="80px"
                    src="/content/images/size/w600/2026/08/slice-jpeg.jpg"
                    alt="Master of Japanese Cuisine Academy and Rouxbe Forge Partnership to Meet Demand for Professional Japanese Culinary Expertise"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Rouxbe News</p>
            <h3 class="gh-card-title is-title">Master of Japanese Cuisine Academy and Rouxbe Forge Partnership to Meet Demand for Professional Japanese Culinary Expertise</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, B.C. – Japanese cuisine has undeniably secured its place as one of the fastest-growing culinary segments worldwide. However, the shortage of chefs trained in Japanese cuisine has created a significant gap in meeting the escalating demand. In response, the Master of Japanese Cuisine Academy (MJCA) was established in</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2023-11-14">14 Nov 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    </div>
            </div>




    </div>

</section>




<section class="gh-container is-grid gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-partners-with-blue-zones/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/bz_db_what_makes_a_blue_zones_community_today_shutterstock_797267950-scaled-jpeg.jpg"
                    alt="Rouxbe Partners with Blue Zones to Launch Online Cooking Course Focused on Longevity and Well-Being"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Partners with Blue Zones to Launch Online Cooking Course Focused on Longevity and Well-Being</h3>
                    <p class="gh-card-excerpt is-body">VANCOUVER, British Columbia, November 6, 2023

Rouxbe, the world’s leading online culinary school, has partnered with Blue Zones to develop an innovative cooking course designed to align with Blue Zones’ principles of longevity and well-being. This course provides consumers with practical, easy-to-implement culinary skills based on</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2023-11-06">06 Nov 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-launches-live-series-focused-on-food-diversity/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/cropped-favicon.png 160w,
                            /content/images/size/w320/format/webp/2026/08/cropped-favicon.png 320w,
                            /content/images/size/w600/format/webp/2026/08/cropped-favicon.png 600w,
                            /content/images/size/w960/format/webp/2026/08/cropped-favicon.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/cropped-favicon.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/cropped-favicon.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/cropped-favicon.png"
                    alt="Rouxbe Launches Live Series Focused on Food Diversity"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Launches Live Series Focused on Food Diversity</h3>
                    <p class="gh-card-excerpt is-body">The program is designed to hold a space for dialogue around broader themes and topics related to food and people from various backgrounds and walks of life. 

VANCOUVER, British Columbia, April 23, 2022 /PRNewswire-PRWeb/ Rouxbe, the leading online culinary school, launched a new Live Series, Pull Up A Chair,</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Patrick Britton</span>
                    <time class="gh-card-date" datetime="2022-06-22">22 Jun 2022</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-joins-forces-with-atlantis-dubai-to-enhance-the-resorts-culinary-training-program/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/atlantis-the-palm-logo-vector.png 160w,
                            /content/images/size/w320/format/webp/2026/08/atlantis-the-palm-logo-vector.png 320w,
                            /content/images/size/w600/format/webp/2026/08/atlantis-the-palm-logo-vector.png 600w,
                            /content/images/size/w960/format/webp/2026/08/atlantis-the-palm-logo-vector.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/atlantis-the-palm-logo-vector.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/atlantis-the-palm-logo-vector.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/atlantis-the-palm-logo-vector.png"
                    alt="Rouxbe Joins Forces with Atlantis Dubai to Enhance the Resort’s Culinary Training Program"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Joins Forces with Atlantis Dubai to Enhance the Resort’s Culinary Training Program</h3>
                    <p class="gh-card-excerpt is-body">The revolutionary online platform delivers cutting edge e-learning solutions that drive and measure learning outcomes and engagement while providing effective, lower-cost alternatives for training professional cooks.

VANCOUVER, BRITISH COLUMBIA (PRWEB) MARCH 29, 2022 - Rouxbe, the world’s leading online culinary school, has joined forces with Atlantis Dubai, the</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2022-03-29">29 Mar 2022</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/the-12-best-last-minute-holiday-gifts-for-people-who-love-to-cook/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 160w,
                            /content/images/size/w320/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 320w,
                            /content/images/size/w600/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 600w,
                            /content/images/size/w960/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 960w,
                            /content/images/size/w1200/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 1200w,
                            /content/images/size/w2000/format/webp/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/jimmy-dean-my1mdmragf0-unsplash-1-scaled.jpg"
                    alt="The 12 best last-minute holiday gifts for people who love to cook"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The 12 best last-minute holiday gifts for people who love to cook</h3>
                    <p class="gh-card-excerpt is-body">With unpredictable shipping, last-minute gifting needs and the desire for a creative gift, online cooking classes will continue to give night after night.

The holidays have a way of sneaking up on us, sometimes leaving us little time to find the perfect gifts for the ones we love. This</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-12-07">07 Dec 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-launches-updated-plant-based-pro-course-with-25-hours-of-new-content/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/cropped-favicon-1.png 160w,
                            /content/images/size/w320/format/webp/2026/08/cropped-favicon-1.png 320w,
                            /content/images/size/w600/format/webp/2026/08/cropped-favicon-1.png 600w,
                            /content/images/size/w960/format/webp/2026/08/cropped-favicon-1.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/cropped-favicon-1.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/cropped-favicon-1.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/cropped-favicon-1.png"
                    alt="Rouxbe Launches Updated Plant-Based Pro Course With 25 Hours of New Content"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Launches Updated Plant-Based Pro Course With 25 Hours of New Content</h3>
                    <p class="gh-card-excerpt is-body">The course includes new instructional videos, lessons and recipes on a variety of topics, from
bread making to fermentation



VANCOUVER, British Columbia, Nov. 16, 2021 /PRNewswire-PRWeb/ -- Rouxbe, the leading online culinary school, announced the launch of a newly refreshed Plant-Based Pro course, a six-month intensive program focused</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-11-17">17 Nov 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/the-french-pastry-school-and-rouxbe-introduce-new-cake-baking-and-decorating-arts-course/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 160w,
                            /content/images/size/w320/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 320w,
                            /content/images/size/w600/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 600w,
                            /content/images/size/w960/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/rxb-cakedecoratigarts-logo-01.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/rxb-cakedecoratigarts-logo-01.png"
                    alt="The French Pastry School and Rouxbe Introduce New Cake Baking and Decorating Arts Course"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The French Pastry School and Rouxbe Introduce New Cake Baking and Decorating Arts Course</h3>
                    <p class="gh-card-excerpt is-body">Comprehensive course brings over 25 years of pastry experience to students; Initial course begins this week



VANCOUVER, B.C., AND BARRINGTON, R.I. (PRWEB) OCTOBER 26, 2021

The French Pastry School, the only major culinary school in North America dedicated to all things sweet and baked, has once again joined</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-10-26">26 Oct 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/chef-jacques-pepin-launches-online-culinary-course/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 160w,
                            /content/images/size/w320/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 320w,
                            /content/images/size/w600/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 600w,
                            /content/images/size/w960/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/rxb_jacquespepinlegacy_logo-01.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/rxb_jacquespepinlegacy_logo-01.png"
                    alt="Chef Jacques Pépin Launches Online Culinary Course"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Chef Jacques Pépin Launches Online Culinary Course</h3>
                    <p class="gh-card-excerpt is-body">In partnership with Rouxbe, Jacques Pépin: A Legacy of Technique is a 30-hour course designed for those looking to learn the fundamentals of cooking from one of the world’s most beloved chefs





VANCOUVER AND BARRINGTON, RI, (PRWEB) OCTOBER 06, 2021 - A new online culinary course from renowned chef</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-10-06">06 Oct 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post no-image">
    <a class="gh-card-link" href="/rouxbe-announces-availability-of-two-new-foundational-culinary-courses/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Announces Availability of Two New Foundational Culinary Courses</h3>
                    <p class="gh-card-excerpt is-body">The leading online culinary school expands their offerings with The Cook’s Roadmap and Plant-Based Cooking: An Introduction





VANCOUVER, BRITISH COLUMBIA (PRWEB) SEPTEMBER 02, 2021 - Rouxbe, the leading online culinary school, today announced the launch of two stand-alone courses now available -- The Cook’s Roadmap and Plant-Based</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-09-08">08 Sep 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/aspen-institutes-food-society-program-releases-free-covid/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/download.png 160w,
                            /content/images/size/w320/format/webp/2026/08/download.png 320w,
                            /content/images/size/w600/format/webp/2026/08/download.png 600w,
                            /content/images/size/w960/format/webp/2026/08/download.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/download.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/download.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/download.png"
                    alt="Aspen Institute&#x27;s Food &amp; Society Program Releases Free COVID-19 Safety Course for Restaurant Operators"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Aspen Institute&#x27;s Food &amp; Society Program Releases Free COVID-19 Safety Course for Restaurant Operators</h3>
                    <p class="gh-card-excerpt is-body">&quot;Safety First: Protecting Workers and Diners as Restaurants Reopen&quot; launches in partnership with Rouxbe and the CDC Foundation



ATLANTA, GA -  As cities and states across the country resume indoor dining, the Delta variant picks up speed and mask guidance remains inconsistent, the Aspen Institute&#39;s Food &amp;</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-08-18">18 Aug 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/renowned-chef-jacques-pepin/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/jpf-logo-1-e1631133618402.png 160w,
                            /content/images/size/w320/format/webp/2026/08/jpf-logo-1-e1631133618402.png 320w,
                            /content/images/size/w600/format/webp/2026/08/jpf-logo-1-e1631133618402.png 600w,
                            /content/images/size/w960/format/webp/2026/08/jpf-logo-1-e1631133618402.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/jpf-logo-1-e1631133618402.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/jpf-logo-1-e1631133618402.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/jpf-logo-1-e1631133618402.png"
                    alt="Renowned Chef Jacques Pépin to Launch Online Culinary Course through Rouxbe"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Renowned Chef Jacques Pépin to Launch Online Culinary Course through Rouxbe</h3>
                    <p class="gh-card-excerpt is-body">Legacy of Technique features recent lessons from Jacques, snippets from his PBS shows and key techniques from his numerous cookbooks



Vancouver, British Columbia and Barrington, RI - Rouxbe, the leading online culinary school, today announced a new partnership with the Jacques Pépin Foundation (JPF), an organization started by world renowned French</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-08-11">11 Aug 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-announces-six-courses-recommended-for-college/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/1600x900-ace-blue.png 160w,
                            /content/images/size/w320/format/webp/2026/08/1600x900-ace-blue.png 320w,
                            /content/images/size/w600/format/webp/2026/08/1600x900-ace-blue.png 600w,
                            /content/images/size/w960/format/webp/2026/08/1600x900-ace-blue.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/1600x900-ace-blue.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/1600x900-ace-blue.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/1600x900-ace-blue.png"
                    alt="Rouxbe Announces Six Courses Recommended for College Credit by American Council on Education"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe Announces Six Courses Recommended for College Credit by American Council on Education</h3>
                    <p class="gh-card-excerpt is-body">ACE Learning Evaluations helps adults gain academic credit for courses and examinations taken outside traditional degree programs

VANCOUVER, BRITISH COLUMBIA - Rouxbe, the leading online culinary school, today announced that the American Council on Education’s Learning Evaluations has reviewed and recommended college credit for six courses.

https://blog-new.rouxbe.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-07-08">08 Jul 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                        <article class="gh-card post">
    <a class="gh-card-link" href="/rouxbe-snapchef-partner-to-offer-online-training/">
            <figure class="gh-card-image">
                <img
                    srcset="/content/images/size/w160/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 160w,
                            /content/images/size/w320/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 320w,
                            /content/images/size/w600/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 600w,
                            /content/images/size/w960/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 960w,
                            /content/images/size/w1200/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 1200w,
                            /content/images/size/w2000/format/webp/2026/08/snapchef-squarelogo-1504177967220.png 2000w"
                    sizes="320px"
                    src="/content/images/size/w600/2026/08/snapchef-squarelogo-1504177967220.png"
                    alt="Rouxbe, Snapchef Partner to Offer Online Training"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Rouxbe, Snapchef Partner to Offer Online Training</h3>
                    <p class="gh-card-excerpt is-body">Hospitality Tech</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Rouxbe Staff</span>
                    <time class="gh-card-date" datetime="2021-06-29">29 Jun 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>



            </div>

                <div class="gh-more is-title">
                    <a href="https://blog.rouxbe.com/page/2/">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>


    </div>
</section>

    
    <footer class="gh-footer has-accent-color gh-outer">
    <div class="gh-footer-inner gh-inner">


        <div class="gh-social-links">
                <a href="https://x.com/rouxbe" target="_blank" rel="noopener" aria-label="X">
<svg viewBox="0 0 24 24" fill="currentColor"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>                </a>
                <a href="https://www.facebook.com/rouxbe" target="_blank" rel="noopener" aria-label="Facebook">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>                </a>
                <a href="https://www.linkedin.com/school/rouxbe" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M22.2 0H1.8C1.32261 0 0.864773 0.18964 0.527213 0.527213C0.18964 0.864773 0 1.32261 0 1.8V22.2C0 22.6773 0.18964 23.1352 0.527213 23.4728C0.864773 23.8104 1.32261 24 1.8 24H22.2C22.6773 24 23.1352 23.8104 23.4728 23.4728C23.8104 23.1352 24 22.6773 24 22.2V1.8C24 1.32261 23.8104 0.864773 23.4728 0.527213C23.1352 0.18964 22.6773 0 22.2 0ZM7.2 20.4H3.6V9.6H7.2V20.4ZM5.4 7.5C4.98741 7.48821 4.58747 7.35509 4.25011 7.11729C3.91275 6.87949 3.65293 6.54755 3.50316 6.16293C3.35337 5.77832 3.32025 5.35809 3.40793 4.95476C3.4956 4.55144 3.7002 4.18288 3.99613 3.89517C4.29208 3.60745 4.66624 3.41332 5.07188 3.33704C5.47752 3.26075 5.89664 3.30569 6.27688 3.46625C6.65712 3.6268 6.98163 3.89585 7.20983 4.23977C7.43804 4.58371 7.55983 4.98725 7.56 5.4C7.55052 5.96441 7.318 6.50213 6.91327 6.89564C6.50852 7.28913 5.96447 7.50643 5.4 7.5ZM20.4 20.4H16.8V14.712C16.8 13.008 16.08 12.396 15.144 12.396C14.8696 12.4143 14.6015 12.4865 14.3551 12.6088C14.1087 12.7309 13.8888 12.9007 13.7081 13.108C13.5276 13.3155 13.3896 13.5565 13.3024 13.8173C13.2152 14.0781 13.1804 14.3536 13.2 14.628C13.194 14.6839 13.194 14.7401 13.2 14.796V20.4H9.6V9.6H13.08V11.16C13.4311 10.626 13.9133 10.1911 14.4807 9.89693C15.048 9.6028 15.6813 9.4592 16.32 9.48C18.18 9.48 20.352 10.512 20.352 13.872L20.4 20.4Z" fill="currentColor"/>
</svg>                </a>
                <a href="https://bsky.app/profile/rouxbe.bsky.social" target="_blank" rel="noopener" aria-label="Bluesky">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M11.8868 11.3624C10.8107 9.1288 7.87874 4.96656 5.15331 2.91348C3.18679 1.43245 0 0.28612 0 3.93314C0 4.66121 0.416033 10.0519 0.660462 10.927C1.50889 13.9693 4.60131 14.7453 7.352 14.2758C2.54378 15.0967 1.32092 17.8158 3.9624 20.535C8.97901 25.6994 11.1728 19.2393 11.7346 17.584C11.8385 17.2784 11.8868 17.1365 11.8868 17.262C11.8868 17.1365 11.9351 17.2784 12.0391 17.584C12.6008 19.2393 14.7946 25.6994 19.8113 20.535C22.4527 17.8158 21.2298 15.0967 16.4217 14.2758C19.1723 14.7453 22.2648 13.9693 23.1132 10.927C23.3576 10.0519 23.7736 4.66121 23.7736 3.93314C23.7736 0.28612 20.5872 1.43245 18.6204 2.91348C15.8949 4.96656 12.963 9.1288 11.8868 11.3624Z" fill="currentColor"/>
</svg>                </a>
                <a href="https://www.threads.net/@rouxbe" target="_blank" rel="noopener" aria-label="Threads">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M17.5609 11.1236C17.4575 11.074 17.3526 11.0263 17.2462 10.9806C17.0611 7.56727 15.1967 5.61312 12.0661 5.59312C12.0519 5.59304 12.0379 5.59304 12.0237 5.59304C10.1512 5.59304 8.59388 6.39262 7.63537 7.84759L9.35708 9.0291C10.0732 7.94229 11.1969 7.7106 12.0245 7.7106C12.034 7.7106 12.0436 7.7106 12.0531 7.71068C13.0839 7.71726 13.8618 8.01708 14.3652 8.60175C14.7315 9.02742 14.9765 9.61563 15.0978 10.3579C14.1839 10.2026 13.1956 10.1548 12.139 10.2155C9.16261 10.387 7.24916 12.1235 7.37767 14.5365C7.44288 15.7605 8.05242 16.8135 9.09393 17.5014C9.97446 18.0829 11.1087 18.3673 12.2874 18.3029C13.844 18.2175 15.0652 17.6234 15.9171 16.5371C16.564 15.712 16.9732 14.6429 17.154 13.2958C17.8957 13.7436 18.4455 14.333 18.7492 15.0414C19.2655 16.2459 19.2956 18.225 17.6814 19.8385C16.267 21.2521 14.5669 21.8635 11.9976 21.8824C9.14756 21.8613 6.9921 20.9468 5.59068 19.1646C4.27836 17.4958 3.60015 15.0852 3.57484 12C3.60015 8.91472 4.27836 6.5042 5.59068 4.83533C6.9921 3.05312 9.14752 2.13875 11.9976 2.11756C14.8684 2.13891 17.0614 3.05767 18.5164 4.8485C19.2299 5.7267 19.7677 6.8311 20.1224 8.11879L22.14 7.58028C21.7102 5.99527 21.0338 4.62946 20.1135 3.49675C18.248 1.20083 15.5199 0.024398 12.0046 0H11.9906C8.48249 0.0243044 5.78485 1.20522 3.97257 3.50991C2.3599 5.5608 1.52804 8.41446 1.50008 11.9916L1.5 12L1.50008 12.0084C1.52804 15.5855 2.3599 18.4393 3.97257 20.4901C5.78485 22.7947 8.48249 23.9758 11.9906 24H12.0046C15.1235 23.9783 17.3219 23.1615 19.1329 21.3513C21.5024 18.9833 21.431 16.0149 20.6501 14.1927C20.0898 12.8859 19.0216 11.8245 17.5609 11.1236ZM12.1759 16.1884C10.8715 16.2619 9.51623 15.6761 9.44937 14.4215C9.39984 13.4913 10.1111 12.4533 12.256 12.3296C12.5016 12.3154 12.7427 12.3085 12.9794 12.3085C13.7585 12.3085 14.4874 12.3842 15.1499 12.5292C14.9028 15.6169 13.4532 16.1183 12.1759 16.1884Z" fill="currentColor"/>
</svg>
                </a>
                <a href="https://mastodon.social/@Rouxbe" target="_blank" rel="noopener" aria-label="Mastodon">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M16.68 18.2926C19.6352 17.9336 22.2083 16.0807 22.5317 14.3878C23.0412 11.7208 22.9992 7.87958 22.9992 7.87958C22.9992 2.67325 19.647 1.14719 19.647 1.14719C17.9569 0.357269 15.0545 0.0250852 12.0393 0H11.9652C8.94993 0.0250852 6.04953 0.357269 4.35923 1.14719C4.35923 1.14719 1.00697 2.67325 1.00697 7.87958C1.00697 8.19521 1.00537 8.52719 1.0037 8.87279C0.999066 9.83259 0.993924 10.8974 1.02121 12.0089C1.14294 17.1004 1.93853 22.1184 6.56468 23.3644C8.69769 23.9389 10.529 24.0591 12.004 23.9766C14.6787 23.8257 16.1801 23.0053 16.1801 23.0053L16.092 21.0305C16.092 21.0305 14.1806 21.6438 12.0339 21.5691C9.90716 21.4949 7.66194 21.3357 7.31796 18.6786C7.28619 18.4452 7.2703 18.1957 7.2703 17.9336C7.2703 17.9336 9.35808 18.4528 12.004 18.5762C13.6218 18.6517 15.1391 18.4797 16.68 18.2926ZM19.045 14.5875V8.28346C19.045 6.99507 18.7227 5.97123 18.0752 5.21376C17.4074 4.45629 16.5328 4.06799 15.4474 4.06799C14.1913 4.06799 13.2402 4.55922 12.6114 5.54181L12 6.58465L11.3886 5.54181C10.7598 4.55922 9.80863 4.06799 8.55266 4.06799C7.46709 4.06799 6.59259 4.45629 5.92483 5.21376C5.27728 5.97123 4.9549 6.99507 4.9549 8.28346V14.5875H7.40928V8.46875C7.40928 7.17894 7.94259 6.52427 9.00936 6.52427C10.1888 6.52427 10.7801 7.30087 10.7801 8.8365V12.1856H13.22V8.8365C13.22 7.30087 13.8111 6.52427 14.9906 6.52427C16.0573 6.52427 16.5907 7.17894 16.5907 8.46875V14.5875H19.045Z" fill="currentColor"/>
</svg>                </a>
                <a href="https://www.tiktok.com/@rouxbeofficial" target="_blank" rel="noopener" aria-label="TikTok">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M10.1891 8.937V13.059C9.66997 12.9221 9.12673 12.9034 8.59942 13.0044C8.07212 13.1054 7.57419 13.3234 7.14234 13.6424C6.7105 13.9613 6.35575 14.3732 6.10423 14.8475C5.85272 15.3218 5.71085 15.8466 5.6891 16.383C5.65937 16.8449 5.72887 17.3078 5.89293 17.7405C6.057 18.1733 6.31182 18.5659 6.64027 18.892C6.96872 19.2181 7.36318 19.4701 7.79713 19.631C8.23108 19.7919 8.69446 19.8581 9.1561 19.825C9.62242 19.8608 10.0909 19.7949 10.5293 19.6319C10.9677 19.4689 11.3654 19.2126 11.6951 18.8809C12.0247 18.5491 12.2784 18.1498 12.4387 17.7104C12.5989 17.271 12.6618 16.8021 12.6231 16.336V0H16.7001C17.3931 4.315 19.5511 5.316 22.4401 5.778V9.913C20.438 9.74881 18.5067 9.09645 16.8151 8.013V16.18C16.8151 19.88 14.6251 24 9.1881 24C8.16806 23.9955 7.15918 23.7875 6.22058 23.3881C5.28199 22.9886 4.43258 22.4059 3.72213 21.6739C3.01168 20.942 2.4545 20.0755 2.08325 19.1254C1.712 18.1754 1.53414 17.1607 1.5601 16.141C1.59241 15.0794 1.84936 14.0366 2.31401 13.0815C2.77866 12.1265 3.44047 11.2807 4.2558 10.6C5.07114 9.9193 6.02148 9.41915 7.0442 9.1325C8.06691 8.84586 9.13876 8.77923 10.1891 8.937Z" fill="currentColor"/>
</svg>                </a>
                <a href="https://www.youtube.com/@rouxbe" target="_blank" rel="noopener" aria-label="YouTube">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M21.3763 2.59736C22.4096 2.92662 23.2216 3.89324 23.4982 5.12324C23.9979 7.35042 24 12 24 12C24 12 24 16.6496 23.4982 18.8768C23.2216 20.1068 22.4096 21.0734 21.3763 21.4026C19.5055 22 12 22 12 22C12 22 4.49456 22 2.62363 21.4026C1.59039 21.0734 0.7784 20.1068 0.501806 18.8768C0 16.6496 0 12 0 12C0 12 0 7.35042 0.501806 5.12324C0.7784 3.89324 1.59039 2.92662 2.62363 2.59736C4.49456 2 12 2 12 2C12 2 19.5055 2 21.3763 2.59736ZM16.0153 12.0004L9.48326 15.8822V8.11841L16.0153 12.0004Z" fill="currentColor"/>
</svg>                </a>
                <a href="https://www.instagram.com/rouxbe" target="_blank" rel="noopener" aria-label="Instagram">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M12 2.982C14.937 2.982 15.285 2.993 16.445 3.046C17.1424 3.05412 17.8331 3.18233 18.487 3.425C18.965 3.60111 19.3973 3.88237 19.752 4.248C20.1176 4.60269 20.3989 5.035 20.575 5.513C20.8177 6.16685 20.9459 6.85762 20.954 7.555C21.007 8.715 21.018 9.063 21.018 12C21.018 14.937 21.007 15.285 20.954 16.445C20.9459 17.1424 20.8177 17.8331 20.575 18.487C20.3919 18.9615 20.1116 19.3924 19.752 19.752C19.3924 20.1116 18.9615 20.3919 18.487 20.575C17.8331 20.8177 17.1424 20.9459 16.445 20.954C15.285 21.007 14.937 21.018 12 21.018C9.063 21.018 8.715 21.007 7.555 20.954C6.85762 20.9459 6.16685 20.8177 5.513 20.575C5.035 20.3989 4.60269 20.1176 4.248 19.752C3.88237 19.3973 3.60111 18.965 3.425 18.487C3.18233 17.8331 3.05412 17.1424 3.046 16.445C2.993 15.285 2.982 14.937 2.982 12C2.982 9.063 2.993 8.715 3.046 7.555C3.05412 6.85762 3.18233 6.16685 3.425 5.513C3.60111 5.035 3.88237 4.60269 4.248 4.248C4.60269 3.88237 5.035 3.60111 5.513 3.425C6.16685 3.18233 6.85762 3.05412 7.555 3.046C8.715 2.993 9.063 2.982 12 2.982ZM12 1C9.013 1 8.638 1.013 7.465 1.066C6.55258 1.08486 5.6499 1.25762 4.795 1.577C4.06355 1.86017 3.3994 2.29319 2.84521 2.84824C2.29102 3.40329 1.85904 4.06811 1.577 4.8C1.25762 5.6549 1.08486 6.55758 1.066 7.47C1.013 8.638 1 9.013 1 12C1 14.987 1.013 15.362 1.066 16.535C1.08486 17.4474 1.25762 18.3501 1.577 19.205C1.86017 19.9365 2.29319 20.6006 2.84824 21.1548C3.40329 21.709 4.06811 22.141 4.8 22.423C5.6549 22.7424 6.55758 22.9151 7.47 22.934C8.638 22.987 9.013 23 12 23C14.987 23 15.362 22.987 16.535 22.934C17.4474 22.9151 18.3501 22.7424 19.205 22.423C19.9365 22.1398 20.6006 21.7068 21.1548 21.1518C21.709 20.5967 22.141 19.9319 22.423 19.2C22.7424 18.3451 22.9151 17.4424 22.934 16.53C22.987 15.362 23 14.987 23 12C23 9.013 22.987 8.638 22.934 7.465C22.9151 6.55258 22.7424 5.6499 22.423 4.795C22.1398 4.06355 21.7068 3.3994 21.1518 2.84521C20.5967 2.29102 19.9319 1.85904 19.2 1.577C18.3451 1.25762 17.4424 1.08486 16.53 1.066C15.362 1.013 14.987 1 12 1Z" fill="currentColor"/>
    <path d="M11.9996 6.35107C10.8823 6.35107 9.79015 6.68238 8.86117 7.3031C7.9322 7.92382 7.20815 8.80608 6.78059 9.8383C6.35303 10.8705 6.24116 12.0063 6.45913 13.1021C6.6771 14.1979 7.21512 15.2045 8.00514 15.9945C8.79517 16.7845 9.80172 17.3226 10.8975 17.5405C11.9933 17.7585 13.1291 17.6466 14.1614 17.2191C15.1936 16.7915 16.0758 16.0675 16.6966 15.1385C17.3173 14.2095 17.6486 13.1173 17.6486 12.0001C17.6486 10.5019 17.0534 9.06502 15.994 8.00563C14.9346 6.94624 13.4978 6.35107 11.9996 6.35107ZM11.9996 15.6671C11.2743 15.6671 10.5653 15.452 9.96231 15.0491C9.35928 14.6461 8.88927 14.0734 8.61172 13.4034C8.33418 12.7333 8.26156 11.996 8.40305 11.2847C8.54454 10.5734 8.89379 9.91995 9.40663 9.40711C9.91947 8.89427 10.5729 8.54503 11.2842 8.40353C11.9955 8.26204 12.7328 8.33466 13.4029 8.61221C14.0729 8.88975 14.6457 9.35976 15.0486 9.9628C15.4515 10.5658 15.6666 11.2748 15.6666 12.0001C15.6666 12.9726 15.2802 13.9053 14.5925 14.593C13.9049 15.2807 12.9721 15.6671 11.9996 15.6671Z" fill="currentColor"/>
    <path d="M17.8718 7.44811C18.6008 7.44811 19.1918 6.85712 19.1918 6.12811C19.1918 5.39909 18.6008 4.80811 17.8718 4.80811C17.1427 4.80811 16.5518 5.39909 16.5518 6.12811C16.5518 6.85712 17.1427 7.44811 17.8718 7.44811Z" fill="currentColor"/>
</svg>
                </a>
        </div>

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://blog.rouxbe.com/content/images/2026/08/rouxbe_logo-43a9b9386143cc515f2a09fcde465871a45b741c3425c3e1845131441d640769.svg" alt="Rouxbe Blog">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-sign-up nav-current"><a href="#/portal/">Sign up</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

    </div>
</footer>
    
</div>


<script src="/assets/built/source.js?v=hgnv3dFRNrcfIROn"></script>



</body>
</html>
