<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>veteach.co</title>
	<atom:link href="https://veteach.co/feed/" rel="self" type="application/rss+xml" />
	<link>https://veteach.co</link>
	<description></description>
	<lastBuildDate>Mon, 03 Nov 2025 11:11:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Corporate Advocacy in a Time of Social Outrage</title>
		<link>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/</link>
					<comments>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 10:06:53 +0000</pubDate>
				<category><![CDATA[@audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6937</guid>

					<description><![CDATA[Employees expect employers to speak out on social, political, and environmental issues. Businesses can’t weigh in every time, but they can create a culture of open dialogue and ethical transparency. QR Code Generator QR Code Generator Generate QR Code 📱 Long-press on the QR image to download or share]]></description>
										<content:encoded><![CDATA[
<p>Employees expect employers to speak out on social, political, and environmental issues. Businesses can’t weigh in every time, but they can create a culture of open dialogue and ethical transparency.</p>



<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>QR Code Generator</title>
  <script src="https://cdn.jsdelivr.net/npm/qrcodejs/qrcode.min.js"></script>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f9fafb;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
      text-align: center;
    }
    h1 {
      color: #333;
      margin-bottom: 20px;
    }
    input {
      width: 320px;
      padding: 10px;
      font-size: 16px;
      border: 2px solid #ccc;
      border-radius: 8px;
      outline: none;
    }
    button {
      margin-top: 10px;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      background: #2563eb;
      color: white;
      cursor: pointer;
      transition: 0.3s;
    }
    button:hover {
      background: #1d4ed8;
    }
    #qrcode {
      margin-top: 30px;
      padding: 15px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    p {
      color: #666;
      font-size: 14px;
      margin-top: 10px;
    }
  </style>
</head>
<body>
  <h1>QR Code Generator</h1>
  <input id="url" type="text" placeholder="Enter your website link (e.g. https://roomsy.us)">
  <button onclick="generateQR()">Generate QR Code</button>

  <div id="qrcode"></div>
  <p id="hint" style="display:none;">📱 Long-press on the QR image to download or share</p>

  <script>
    function generateQR() {
      const container = document.getElementById("qrcode");
      const hint = document.getElementById("hint");
      const url = document.getElementById("url").value.trim();

      container.innerHTML = "";
      hint.style.display = "none";

      if (!url) {
        alert("Please enter a valid URL.");
        return;
      }

      new QRCode(container, {
        text: url,
        width: 200,
        height: 200,
      });

      // Show hint for mobile users
      setTimeout(() => hint.style.display = "block", 500);
    }
  </script>
</body>
</html>

]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/corporate-advocacy-in-a-time-of-social-outrage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set These 5 Boundaries Before You Go on Vacation</title>
		<link>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/</link>
					<comments>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 10:01:22 +0000</pubDate>
				<category><![CDATA[@audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6932</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/set-these-5-boundaries-before-you-go-on-vacation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3 Ways to Clearly Communicate Your Company’s Strategy</title>
		<link>https://veteach.co/3-ways-to-clearly-communicate-your-companys-strategy/</link>
					<comments>https://veteach.co/3-ways-to-clearly-communicate-your-companys-strategy/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 09:57:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6924</guid>

					<description><![CDATA[Most leaders struggle to explain big decisions in a way that makes sense to employees. What can they do to help employees understand enough context to understand a strategy?]]></description>
										<content:encoded><![CDATA[
<p>Most leaders struggle to explain big decisions in a way that makes sense to employees. What can they do to help employees understand enough context to understand a strategy?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/3-ways-to-clearly-communicate-your-companys-strategy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How WestRock Is Unpacking Efficiency and Value by Centralizing Procurement</title>
		<link>https://veteach.co/how-westrock-is-unpacking-efficiency-and-value-by-centralizing-procurement/</link>
					<comments>https://veteach.co/how-westrock-is-unpacking-efficiency-and-value-by-centralizing-procurement/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 09:01:53 +0000</pubDate>
				<category><![CDATA[#audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6888</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/how-westrock-is-unpacking-efficiency-and-value-by-centralizing-procurement/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why “Wisdom Work” Is the New “Knowledge Work”</title>
		<link>https://veteach.co/why-wisdom-work-is-the-new-knowledge-work/</link>
					<comments>https://veteach.co/why-wisdom-work-is-the-new-knowledge-work/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 16:51:01 +0000</pubDate>
				<category><![CDATA[#audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6886</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/why-wisdom-work-is-the-new-knowledge-work/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Race to Dominate Stablecoins</title>
		<link>https://veteach.co/the-race-to-dominate-stablecoins/</link>
					<comments>https://veteach.co/the-race-to-dominate-stablecoins/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 16:36:44 +0000</pubDate>
				<category><![CDATA[Audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6866</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/the-race-to-dominate-stablecoins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How EdTech Firm Coursera Is Incorporating GenAI into Its Products and Services</title>
		<link>https://veteach.co/how-edtech-firm-coursera-is-incorporating-genai-into-its-products-and-services-2/</link>
					<comments>https://veteach.co/how-edtech-firm-coursera-is-incorporating-genai-into-its-products-and-services-2/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 16:36:24 +0000</pubDate>
				<category><![CDATA[Audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6864</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/how-edtech-firm-coursera-is-incorporating-genai-into-its-products-and-services-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Inside the First Year as a CEO</title>
		<link>https://veteach.co/inside-the-first-year-as-a-ceo/</link>
					<comments>https://veteach.co/inside-the-first-year-as-a-ceo/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 15:55:33 +0000</pubDate>
				<category><![CDATA[Audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6862</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/inside-the-first-year-as-a-ceo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lessons from Maggie Lena Walker’s Entrepreneurial Leadership</title>
		<link>https://veteach.co/lessons-from-maggie-lena-walkers-entrepreneurial-leadership/</link>
					<comments>https://veteach.co/lessons-from-maggie-lena-walkers-entrepreneurial-leadership/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Fri, 09 Aug 2024 15:55:02 +0000</pubDate>
				<category><![CDATA[Audio]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6860</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/lessons-from-maggie-lena-walkers-entrepreneurial-leadership/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How One Major Healthcare Firm Became the Leader in Innovative AI Use</title>
		<link>https://veteach.co/how-one-major-healthcare-firm-became-the-leader-in-innovative-ai-use/</link>
					<comments>https://veteach.co/how-one-major-healthcare-firm-became-the-leader-in-innovative-ai-use/#respond</comments>
		
		<dc:creator><![CDATA[alexandergosala@gmail.com]]></dc:creator>
		<pubDate>Thu, 08 Aug 2024 21:07:07 +0000</pubDate>
				<category><![CDATA[AI and Machine Learning]]></category>
		<guid isPermaLink="false">https://veteach.co/?p=6840</guid>

					<description><![CDATA[Interviews with the Blue Cross Blue Shield of Michigan management team identified seven principles that guided their actions.]]></description>
										<content:encoded><![CDATA[
<p>Interviews with the Blue Cross Blue Shield of Michigan management team identified seven principles that guided their actions.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://veteach.co/how-one-major-healthcare-firm-became-the-leader-in-innovative-ai-use/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
