Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <link href="https://fonts.googleapis.com" rel="preconnect"/>
  <link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
  <title>
   Pluralsight
  </title>
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;display=swap" rel="stylesheet" type="text/css"/>
  <style>
   /* What it does: Tells the email client that both light and dark styles are provided. A duplicate of meta color-scheme meta tag above. */
        :root {
          color-scheme: light dark;
          supported-color-schemes: light dark;
        }

        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }
        /* What it does: forces Samsung Android mail clients to use the entire viewport */
        #MessageViewBody, #MessageWebViewDiv{
            width: 100% !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        a[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links a,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display: none !important;
        }

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }
  </style>
  <style>
   /* What it does: Hover styles for buttons */
	    /* .button-td,
	    .button-a {
	        transition: all 100ms ease-in;
	    }
	    .button-td-primary:hover,
	    .button-a-primary:hover {
	        background: #ff1675 !important;
	        border-color: #ff1675 !important;
	    } */

	    /* Media Queries */
	    @media screen and (max-width: 680px) {

	        /* What it does: Forces table cells into full-width rows. */
	        .stack-column,
	        .stack-column-center {
	            display: block !important;
	            width: 100% !important;
	            max-width: 100% !important;
	            direction: ltr !important;
                margin: 0 !important;
	        }
	        /* And center justify these ones. */
	        .stack-column-center {
	            text-align: center !important;
	        }
            /*Widens columns on small screens*/
            .wide-column {
                padding-left: 20px !important;
                padding-right: 20px !important;
                max-width: 100% !important;
            }
	        /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
	        .center-on-narrow {
	            text-align: center !important;
	            display: block !important;
	            margin-left: auto !important;
	            margin-right: auto !important;
	            float: none !important;
	        }
	        table.center-on-narrow {
	            display: inline-block !important;
	        }

	        /* What it does: Adjust typography on small screens to improve readability */
	        .email-container p {
	            font-size: 16px !important;
	        }
	    }

        /* same as media queries above, but breaks at a narrower screen width */
        @media screen and (max-width: 450px) {

            /* What it does: Forces table cells into full-width rows. */
            .sm-stack-column,
            .sm-stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
                margin: 0 !important;
            }
            /* And center justify these ones. */
            .sm-stack-column-center {
                text-align: center !important;
            }
            /*Widens columns on small screens*/
            .sm-wide-column {
                padding-left: 20px !important;
                padding-right: 20px !important;
                max-width: 100% !important;
            }
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .sm-center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.sm-center-on-narrow {
                display: inline-block !important;
            }
            }

        /* Dark Mode Styles : BEGIN */
        @media (prefers-color-scheme: dark) {
            .email-bg {
                background: #130f25 !important;
            }
            .darkmode-bg {
                background: #242145 !important;
            }
            .darkmode-mod {
                background: #393b6b !important;
                box-shadow: none !important;
            }
            h1,
            h2,
            h3,
            p,
            li,
            .darkmode-text,
            .email-container a:not([class]) {
                color: #F7F7F9 !important;
            }
            .footer a:not([class]) {
                color: #8E93C2 !important;
            }

            /* Shows Dark Mode-Only Content, Like Images */
            .dark-img { 
                display:block !important; 
            }
            .dark-icon { 
                display:inline-block !important; 
            }
            /* Hides Light Mode-Only Content, Like Images */
            .light-img { 
                display:none !important; 
            }
            /* td.button-td-primary,
            td.button-td-primary a {
                background: #e7005e !important;
                border-color: #e7005e !important;
                color: #F7F7F7 !important;
            }
            td.button-td-primary:hover,
            td.button-td-primary a:hover {
                background: #ff1675 !important;
                border-color: #ff1675 !important;
            } */
            .footer td {
                background: #1B1834 !important;
                color: #8E93C2 !important;
            }
            /* .darkmode-fullbleed-bg {
                background-color: #0F3016 !important;
            } */
        }
        /* Dark Mode Styles : END */
  </style>
  <script src="https://go.pluralsight.com/rs/303-MNI-809/images/mktoeditorscript.js">
  </script>
 </head>
 <!--Yahoo and Aol Android apps will remove styles from the first <head> but will allow then in a second one-->
 <!-- utf-8 works for most cases -->
 <!-- Forcing initial-scale shouldn't be necessary -->
 <!-- Use the latest (edge) version of IE rendering engine -->
 <!-- Disable auto-scale in iOS 10 Mail entirely -->
 <!-- Tell iOS not to automatically link certain text strings. -->
 <!-- The title tag shows in email notifications, like Android 4.4. -->
 <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
 <!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
 <!-- Web Font / @font-face : BEGIN -->
 <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
 <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->
 <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: https://web.archive.org/web/20190717120616///stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
 <!--[if !mso]><!-->
 <!--<![endif]-->
 <!-- Web Font / @font-face : END -->
 <!--Marketo Variables : BEGIN-->
 <!-- <meta class="mktoString" id="InboxPreviewText" mktoName="Inbox Preview Text" default=""> -->
 <!-- ***Note: commenting out preview text, we will use Marketo's preheader text email setting instead-->
 <!-- <meta class="mktoNumber" id="spacerHeight" mktoName="Spacer Height" default="20" min="5" max="40" units="px" step="5" mktoModuleScope="true"> -->
 <!-- <meta class="mktoString" id="transparentCTA" mktoName="Transparent CTA" default="padding: 0px !important; font-weight: bold; background-color: inherit; color:#e7005e !important" mktoModuleScope="false"> -->
 <!-- Options for Default Footer: -->
 <!--Marketo Variables : END-->
 <!-- CSS Reset : BEGIN -->
 <!-- CSS Reset : END -->
 <!-- Progressive Enhancements : BEGIN -->
 <!-- Progressive Enhancements : END -->
 <!--Javascript for Marketo Editor 2.0 : BEGIN-->
 <!-- DEV option -->
 <!-- <script src="https://go.pluralsight.com/rs/303-MNI-809/images/mktoeditorscript-dev.js?version=0"></script> -->
 <!--Javascript for Marketo Editor 2.0 : END-->
 <!--
	The email background color #f4f7fa is defined in three places:
	1. body tag: for most email clients
	2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
	3. mso conditional: For Windows 10 Mail
-->
 <body class="email-bg" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f4f7fa; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important" width="100%">
  <style type="text/css">
   div#emailPreHeader{ display: none !important; }
  </style>
  <div id="emailPreHeader" style="mso-hide:all; visibility:hidden; opacity:0; color:transparent; mso-line-height-rule:exactly; line-height:0; font-size:0px; overflow:hidden; border-width:0; display:none !important;">
   AI report, transformers, and OpenAI Assistants
  </div>
  <center aria-roledescription="email" class="email-bg" lang="en" role="article" style="width: 100%; background: #f4f7fa;">
   <!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F4F7FA;" class="email-bg">
    <tr>
    <td>
    <![endif]-->
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <!-- ***Note: commenting out preview text, we will use Marketo's preheader text email setting instead-->
   <!-- <div style="max-height:0; overflow:hidden; mso-hide:all;" aria-hidden="true">
           
        </div> -->
   <!-- Visually Hidden Preheader Text : END -->
   <!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all;">
    ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
            2. MSO tags for Desktop Windows Outlook enforce a 680px width.
            Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
        -->
   <div class="email-container email-bg" style="width:100%; max-width: 100%; margin: 0 auto; background: #f4f7fa;">
    <!--[if mso]>
            <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
            <tr>
            <td>
            <![endif]-->
    <!--Email Header + Body : BEGIN-->
    <div class="email-container email-bg" style="max-width: 680px; margin: 0 auto;">
     <!--[if mso]>
                <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
                <tr>
                <td>
                <![endif]-->
     <!--View as Webpage : BEGIN-->
     <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
      <tbody>
       <tr>
        <td style="padding: 5px; text-align: center;">
         <a style="margin: 0; font-size: 10px; text-decoration: underline; color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
          View this email as a web page
         </a>
        </td>
       </tr>
      </tbody>
     </table>
     <!--View as Webpage : END-->
     <!-- Email Header Logo : BEGIN -->
     <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
      <tbody>
       <tr>
        <td style="padding: 40px 0; text-align: center">
         <a>
          <img alt="Pluralsight Logo" border="0" class="light-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-Color-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYxNzI0fQ:1rT76p:sPa2aWDVEd9fhAGFbHbvV-wT8ObrAhw57ctyZ52KfOA" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; line-height: 15px;color: #130f25;" width="172.5"/>
         </a>
         <a>
          <img alt="Pluralsight Logo" border="0" class="dark-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-ColorWhite-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYyNDI1OH0:1rT76p:esAHGK8sOlnmOv--KiPtRBIcR7F03OCRG27n5tdBFJw" style="width:100%; max-width:172.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 15px; line-height: 15px;color: #130f25; display:none; margin:auto;" width="172.5"/>
         </a>
        </td>
       </tr>
      </tbody>
     </table>
     <!-- Email Header Logo : END -->
     <!-- Email Body w Round Corners : BEGIN-->
     <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto;" width="100%">
      <tbody>
       <tr>
        <td align="center" bgcolor="#fefefe" border="0" cellpadding="0" cellspacing="0" class="darkmode-bg" role="presentation" style="margin:0 auto; padding: 0px; border-top-right-radius: 20px; border-top-left-radius: 20px; background-color: #fefefe;" width="100%">
         <!-- MKTO Container : BEGIN -->
         <table border="0" cellpadding="0" cellspacing="0" class="mktoContainer darkmode-text" id="container" role="presentation" style="margin: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;" width="100%">
          <tr class="mktoModule" id="blankSpacer3c50df33-cfea-4c6d-b8e9-5173893d80ea">
           <td class="wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level2Heading26bfc5c8-50ef-4448-8e16-e2fb8fe46813">
           <td class="">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 32px; line-height: 20px; color: #130f25;">
                <h2 class="mktoText" id="heading2Text3fa51f1b-e6e1-40bd-b698-2d67f606ced7" style="margin: 0; font-size: 32px; line-height: 40px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 700;">
                 <div style="text-align: center;">
                  Welcome to our newsletter, tech learner
                 </div>
                </h2>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphc904ae64-5f1d-45af-8efc-bfde5f62f8c5">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:24px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphTexte101c739-69f6-4bc0-8c33-cda222a8d968" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <div style="text-align: center;">
                 <span style="font-size: 14px;">
                  <em>
                   Loving these insights? Forward to a colleague (so they can love them, too).
                  </em>
                 </span>
                </div>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink06ccff79-b789-4788-8a5e-3cbb0ed0ee01">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkTexte30e6f3c-1a1f-4ffc-a1ff-a8a25ab213fa" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 Want to keep getting our emails?
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph26a243d6-f0be-4f09-af8e-0c7507ef65d5">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText392010e7-a9f7-4239-9a4d-c8184f6b4f31" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Starting soon, you’ll see our emails coming from new domains - @pluralsightmail.com &amp; @pluralsightsavings.com. To make sure they land in your inbox, please add these domains to your allowlist (or ask your email administrator to). While you’re at it,
                 <span style="color: #ff1675;">
                  <a id="" style="color: #ff1675;" target="_blank">
                   manage your preferences
                  </a>
                 </span>
                 so you'll only get what you want to receive.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer497dff6c-b2ae-4564-a57b-055a7c0abac1">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer0605c100-0d11-412f-9c16-75272e309210">
           <td class="darkmode-bg wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:24px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPink84b698aa-1702-44a7-bc7e-f907a23fac09">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText957cd4b7-e91c-4f63-8f23-bbd000439c6d" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 OUR AI FUTURE 🤖
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage70683415-8b17-4148-83a4-84ab81a0a020">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImge9d3ac7a-da9d-46e0-a5a6-53b22b8c9bca" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Our AI Future" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2401-newsletter-skillslearner-section1image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYyNTk0OH0:1rT76p:F70IZDMTJSkT4yhEG-FsA5U5m33VmNhTMzUZMChY-N4" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph6ab235e5-364a-496f-b065-7478f1f9d8aa">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText365448f2-6eeb-400f-a711-6edcf52c8596" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Ever heard of
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    transformers
                   </a>
                  </strong>
                 </span>
                 in GenAI? Unlike the shape-shifting Autobots and Decepticons you’re probably thinking of, the transformers we’re talking about let AI models track relationships between chunks of data and derive meaning.
                 <br/>
                 <br/>
                 It’s one of the three popular techniques for implementing GenAI, along with Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs)—making it a good idea to get acquainted with it and adding it to your technologists’ repertoire. You’ll want to be up-to-date on the latest trends and stand out as a high-quality candidate amongst your peers—especially since
                 <span style="color: #ff1675;">
                  <a style="color: #ff1675;" target="_blank">
                   <strong>
                    55% of orgs plan to formally deploy AI
                   </strong>
                  </a>
                 </span>
                 .
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer3319fc11-eef3-4854-9a10-525f3613d6eb">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer0e808f6b-0e49-40f3-be16-7b9a1aa413f0">
           <td class="darkmode-bg wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:24px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkf05e8f2e-eb6a-42bb-b24e-e92f845c6a63">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkTextbeb608e1-6bc7-46d5-b197-cdc190a2b599" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 TECH TIP JAR ✏ ️
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage16dbee88-f248-4ebd-bac0-d055f11b078b">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImgd24def0e-2e98-4eb8-9813-569734e95910" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="Tech Tip Jar" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2401-newsletter-skillslearner-section2image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYyNzY4OH0:1rT76p:0U4mtnCdbFQpi2q1dYyP3MoBhm3EQg-c6JPmFXaGRNI" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph38953924-d573-43bb-a89f-28a59b5d82a0">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText30cd804c-f865-4459-874d-20c636f7d3af" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 There’s no better feeling than seeing the application you’ve been debugging for months finally work. But the truth is that, often, more than half the battle is error-handling. In Java’s case, that means exceptions.
                 <br/>
                 <br/>
                 Whether you want to beef up your Java skills or know a friend who does, give this
                 <span style="color: #ff1675;">
                  <a style="color: #ff1675;" target="_blank">
                   <strong>
                    step-by-step guide
                   </strong>
                  </a>
                 </span>
                 a read to learn how to use Java's error-handling technique, differentiate between checked and unchecked exceptions, and more.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer8515988a-30ec-4279-95d1-eddc4898fdbc">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer329ea857-62e7-49ea-9a3b-11296d722942">
           <td class="darkmode-bg wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:24px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkfe2c8a18-5504-475a-a657-1b38e8396c20">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText1c4678df-88cc-4c10-b507-146dc88f33c3" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 HOW TO 🛠
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage14b53805-48fb-403a-8844-20330d59075e">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImgb854efcd-2f20-490f-a58b-d218f6c4e31b" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="How To" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2401-newsletter-skillslearner-section3image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYyOTE1NX0:1rT76p:etlmm44uosufBB4pF5CQiINgK3z82eLzr5BfcwrGpNk" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphe8baba96-20b1-46fc-a76f-fe65c5b3dd61">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText4e5562ff-d188-42fa-95a5-5722e1d1d841" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 Imagine having a personal assistant or a custom ChatGPT, but with an added touch of magic. The kind that has all the power of the underlying GPT models, plus some sweet, sweet extras like the integration of your own data, the execution of Python code, and the use of custom functions and external APIs.
                 <br/>
                 <br/>
                 Now you can
                 <span style="color: #ff1675;">
                  <strong>
                   <a id="" style="color: #ff1675;" target="_blank">
                    build your very own OpenAI Assistant
                   </a>
                  </strong>
                 </span>
                 with all these capabilities. Whether you’re an avid coder or not, you can create an Assistant using the Playground UI, which requires no coding or using Python APIs.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer9d8957ec-5938-4a3a-b1be-c4847e8f89ec">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer0e9a305f-dbc9-4561-b29a-4594a6e0635b">
           <td class="darkmode-bg wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:24px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkf9e55386-b26b-4f61-a935-351b73169acb">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText1f4fd084-8395-491e-89b6-41af40f81535" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 CERT ALERT 📚
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="wideImage2782be4f-3b73-4a48-b1c2-6291675a2108">
           <td align="center" class="wide-column" style="margin:0;padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px;">
            <div class="mktoImg" id="wideImg8c17f0fc-0157-4d59-b7e7-5c59f1d123b8" mktolockimgsize="true" mktolockimgstyle="true">
             <a target="_blank">
              <img alt="AWS Data Engineer Exam Guide" class="g-img" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252F2401-newsletter-skillslearner-section4image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzMDU2NH0:1rT76p:IRbJYrp9DTGnS6HflJbQPqkDJCng2so9DSymABXVAKc" style="width: 100%; max-width: 680px; height: auto; border-top-right-radius: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; background-color: #ffffff00; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 24px; line-height: 15px;color: #130f25; margin: auto; display: block;"/>
             </a>
            </div>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphf2e230ec-eaf0-435d-8ff9-3dbb24c8c6cd">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText153293f8-00bc-4501-8b0c-7c7e08842e84" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                 As you research which certs to add to your toolkit for 2024, you may want to include the AWS Data Engineer to the list.
                 <br/>
                 <br/>
                 In this
                 <span style="color: #ff1675;">
                  <a style="color: #ff1675;" target="_blank">
                   <strong>
                    exam guide
                   </strong>
                  </a>
                 </span>
                 , eight-time AWS certified training architect David Blocher dives into what the AWS Data Engineer Associate exam is, how to take it, and what will be included—so you can take and pass the exam with confidence.
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer1ec21d9d-e05a-4508-a784-e3d1bb6e8d10">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="lineSolidSpacer789d2c60-8c73-48d5-841e-036078f4f97b">
           <td class="darkmode-bg wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:24px;padding-left:50px; background-color: #fefefe">
            <table align="center" bgcolor=" #d3dff0" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background-color:  #d3dff0; margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" bgcolor=" #d3dff0" height="2px" style="
                                                                background-color:  #d3dff0;
                                                                font-size: 5px;
                                                                line-height: 5px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkd2ba0533-5e1f-4796-b305-74cb95ec2f17">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText47258db3-ea09-41ea-a4fb-f2ed60b0dc25" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 ICYMI 😀
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraphe91da9e7-97bc-4b22-84dd-246700588a99">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphTextb2bd245b-0f62-4f66-bedc-d34d55741600" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     Azure AI Search: What is it, and how does it help my AI projects?
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     AWS heroes on learning AI and building cloud community
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     Managing a multicloud environment: Pitfalls and strategies
                    </a>
                   </strong>
                  </span>
                 </li>
                 <li>
                  <span style="color: #ff1675;">
                   <strong>
                    <a id="" style="color: #ff1675;" target="_blank">
                     Omnimodal AI: Why tomorrow's AI will have all five senses
                    </a>
                   </strong>
                  </span>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacer6e02cf55-e4aa-4317-a5ca-cd4ccc5c4f6f">
           <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="level3HeadingPinkd50f4f71-1b04-4b8e-8b41-f63d5beed902">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:6px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #ff1675 !important;">
                <h3 class="mktoText" id="heading3PinkText3b2c7c6c-c281-4b81-b66e-b127731e04c9" style="margin: 0; font-size: 16px; line-height: 36px;color: #ff1675 !important; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: bold;">
                 JOIN US 👋
                </h3>
                <!--
                                                            <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDKKAUfmW4iAdHMdm487SAsCoWxAE2lvJewtbV9NBWOQxKdpwoYXqmgpcvYO_C4PXpxo="
>Emoji Unicode Reference</a>
                                                        -->
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="paragraph46a31930-1cc5-4650-a175-f1f940b8453f">
           <td>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tbody>
              <tr>
               <td class="wide-column" style="padding-top:6px;padding-right:50px;padding-bottom:24px;padding-left:50px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 16px; line-height: 20px; color: #130f25;">
                <p class="mktoText" id="paragraphText2ed5f5cd-bfdc-4910-ac86-e8f69f96d718" style="margin: 0; font-size: 16px; line-height: 28px;color: #130f25; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-weight: 500;">
                </p>
                <ul>
                 <li>
                  Subscribe to our
                  <strong>
                   <span style="color: #ff1675;">
                    <a id="" style="color: #ff1675;" target="_blank">
                     YouTube channel
                    </a>
                   </span>
                  </strong>
                 </li>
                 <li>
                  Follow us on
                  <strong>
                   <span style="color: #ff1675;">
                    <a id="" style="color: #ff1675;" target="_blank">
                     Twitter
                    </a>
                   </span>
                  </strong>
                 </li>
                </ul>
                <p>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule" id="blankSpacerc754f377-2715-4b1f-86dc-a7b3c72a053d">
           <td class="wide-column" style="padding-top:24px;padding-right:50px;padding-bottom:0px;padding-left:50px;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:auto; width: 100%;" width="90%">
             <tbody>
              <tr>
               <td aria-hidden="true" height="0px" style="
                                                                font-size: 0px;
                                                                line-height: 0px;
                                                                text-align: center;
                                                            ">
               </td>
              </tr>
             </tbody>
            </table>
           </td>
          </tr>
          <tr class="mktoModule footer" id="defaultFooter">
           <td bgcolor="#E6EDF4" class="footer" style="background-color:#E6EDF4; padding: 40px 20px 0px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px; text-align: center; color: #242145 !important;">
            <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width:680px">
             <!--LOGO : BEGIN-->
             <tbody>
              <tr>
               <td style="padding: 30px 0; text-align: center">
                <a>
                 <img alt="Pluralsight Logo" border="0" class="light-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-Color-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzMTk1NH0:1rT76p:nBfZO-HO0SQA9YeV2Cwgxtbb4kI1a69NwV0aQvdUVnw" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; margin:auto" width="200px"/>
                </a>
                <!--[if !mso]><! -->
                <a>
                 <img alt="Pluralsight Logo" border="0" class="dark-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FPluralsight-Logo-Horizontal-ColorWhite-Fill.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzMzM1M30:1rT76p:rtHaEDI5eCKdOgDUTnherPlQpKfXa1Vtc_QOvCOSLLs" style="width:100%; max-width:200px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; margin:auto; display:none" width="200px"/>
                </a>
                <!--<![endif]-->
               </td>
              </tr>
              <!--LOGO : END-->
              <!--Download Buttons : BEGIN-->
              <tr>
               <td style="padding:20px 0; text-align: center">
                <a style="padding: 20px 10px; text-align: center" target="_blank">
                 <img alt="Get it on Google Play" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fget-googleplay.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzNDcxN30:1rT76p:UFxFQpGEkOXD05BDNtHWTYHjGZeniW2nZ6qdIsJ9IzU" style="vertical-align:top; max-width:117.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="40%"/>
                </a>
                <a style="padding: 20px 10px; text-align: center" target="_blank">
                 <img alt="Download on the App Store" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252Fdownload-apple.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzNjA3fQ:1rT76p:ptkc929sIKbnjDZkZKsPYaFaMl0R5P5Lb2utvkqNP88" style="vertical-align:top; max-width:117.5px; height: auto; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="40%"/>
                </a>
               </td>
              </tr>
              <!--Download Buttons : END-->
              <!--Social Icons : BEGIN-->
              <tr>
               <td style="padding: 20px 0; text-align: center; color: #242145 !important;">
                <!--Icons by icons8.com-->
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Instagram" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FD-instagram-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzNzYwMn0:1rT76p:MklO5rXrgeFQklRQivmmv7LTRYW5ML3ti1EVHCR2v9A" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Instagram" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-instagram-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjYzODkxOH0:1rT76p:HoxRGSiKztzUhAGk1JVL3CmupfUSK8zM7un5RBniy5E" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Facebook" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FD-facebook-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0MDI0OH0:1rT76p:YqQzaD-SYiQXAqKCS8blOu-oLLDNVr0kFTEZYnqS--s" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Facebook" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-facebook-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0MTc3fQ:1rT76p:RX4A_Th56QWo7cih9Cqshtl2kwd2r7T0380OBiEAIAQ" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="YouTube" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FD-youtube-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0MzEyNH0:1rT76p:YY3wu_KofDQkFahQZjxV7YLprKVC_H80zy1XurntoVU" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="YouTube" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-youtube-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0NDQwNH0:1rT76p:ZOwgOIfzkybJnUM1ootLA_lnoDOGLpu1UX6pRysUMxQ" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="LinkedIn" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FD-linkedin-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0NTcyfQ:1rT76p:Wq1o7_z__m1qLhW4G0MGH_dj5KYOOG-tj2d7ch5krao" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="LinkedIn" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-linkedin-64.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0Njk4Nn0:1rT76p:61SN0eUr63QqmogcoGxEVGW3n8O2qum84JakQsXFqOk" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <a style="padding: 10px 10px; text-align: center" target="_blank">
                 <img alt="Twitter" border="0" class="light-img" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FD-twitter-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0ODMwNH0:1rT76p:TQfsZmQXenMyB_daBR5pKibz0HELGQI8foMtbJ4wTOE" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;" width="auto"/>
                 <!--[if !mso]><! -->
                 <img alt="Twitter" border="0" class="dark-icon" height="20" src="https://inboxflows.com/_/image/https%253A%252F%252Fgo.pluralsight.com%252Frs%252F303-MNI-809%252Fimages%252FL-twitter-50.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnby5wbHVyYWxzaSIsInRpbWUiOjE3MDYyMTc0ODMuNjY0OTU5N30:1rT76p:lyUGxwEFa2pZdorrKIFEvbEl7B9BOwcL97D2UYqsyQI" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145; display:none" width="auto"/>
                 <!--<![endif]-->
                </a>
                <!-- <a href=
"//connect.pluralsight.com/MzAzLU1OSS04MDkAAAGQ4XVUDFpYsck2OxMkh3XBtAxk77nJNv87koZMaHRh2CZCOBisVNZcpJHILakhi6kkgHnIU_4=" target="_blank" style="padding: 10px 10px; text-align: center"
>
                                                            <img src="https://go.pluralsight.com/rs/303-MNI-809/images/discord-50.png" width="12px" height="auto" alt="Discord" border="0" style="width: auto; height: 20px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px;color: #242145;"/>
                                                        </a> -->
               </td>
              </tr>
              <!--Social Icons : END-->
             </tbody>
            </table>
           </td>
          </tr>
         </table>
         <!-- MKTO Container : END -->
        </td>
       </tr>
      </tbody>
     </table>
     <!-- Email Body w Round Corners : END-->
     <!--[if mso]>
                </td>
                </tr>
                </table>
                <![endif]-->
    </div>
    <!--Email Header + Body : END-->
    <!-- Static Footer : BEGIN -->
    <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width: 680px; margin: 0 auto;" width="100%">
     <tbody>
      <tr>
       <td bgcolor="#E6EDF4" style="background-color:#E6EDF4; padding: 0px 20px 40px; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important; font-size: 12px; line-height: 15px; text-align: center; color: #242145 !important;">
        <table border="0" cellpadding="0" cellspacing="0" class="footer" role="presentation" style="max-width:680px">
         <tbody>
          <tr>
           <td style="padding: 20px 0px; text-align: center; font-family: 'Montserrat', 'Tahoma', 'Arial', sans-serif !important;">
            <span class="unstyle-auto-detected-links">
             Copyright © 2004 - 2024 Pluralsight LLC
            </span>
            <br/>
            <span style="font-style: italic;">
             All logos and trademarks are the properties of their respective owners
            </span>
            <br/>
            <br/>
            <span class="unstyle-auto-detected-links">
             42 Future Way Draper, UT 84020
            </span>
            <br/>
            <br/>
            <span>
             <a style="text-decoration: underline; color: #242145;">
              manage preferences
             </a>
            </span>
            <span>
             |
            </span>
            <unsubscribe>
             <a style="text-decoration: underline; color: #242145;">
              unsubscribe
             </a>
            </unsubscribe>
            <span>
             |
            </span>
            <span>
             <a style="text-decoration: underline; color: #242145;">
              privacy policy
             </a>
            </span>
           </td>
          </tr>
         </tbody>
        </table>
       </td>
      </tr>
     </tbody>
    </table>
    <!-- Static Footer : END -->
    <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
   </div>
  </center>
  <a>
  </a>
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fconnect.pluralsight.com%252Ftrk%253Ft%253D1%2526mid%253DMzAzLU1OSS04MDkAAAGQ4XVUDKlQIUr1zPoPy-wu71ZzKBomPLi1Fp_Mlk8Y-GsN93iJgF1CadHB5YNT6BT3vieyOdJXGLv8mtdSyfdHr-38lNWtlGM6TofMitanckOYAONqT1Hlk1VcYx5lxI2tCB0az5Di3ElA/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNvbm5lY3QucGx1ciIsInRpbWUiOjE3MDYyMTc0ODMuNjY1MTQ1NH0:1rT76p:Vfn4vIIU19wNqeihAkXRpExswdn_zGsvRC-iaEIR7Uo" style="display:none !important;" width="1"/>
 </body>
</html>