<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Shyam Gupta</title>
    <description>The latest articles on Forem by Shyam Gupta (@shyam1).</description>
    <link>https://forem.com/shyam1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1339162%2F6f7e5625-86da-4f67-bd8d-9b691b71c651.jpg</url>
      <title>Forem: Shyam Gupta</title>
      <link>https://forem.com/shyam1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shyam1"/>
    <language>en</language>
    <item>
      <title>[GET] Free Microsoft Azure Certification exam Vouchers</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Tue, 03 Sep 2024 13:42:49 +0000</pubDate>
      <link>https://forem.com/shyam1/get-free-microsoft-azure-certification-exam-vouchers-56hi</link>
      <guid>https://forem.com/shyam1/get-free-microsoft-azure-certification-exam-vouchers-56hi</guid>
      <description>&lt;p&gt;You can get Free Microsoft fundamental Certification with 100% Discount&lt;br&gt;
All you to do is to register in Microsoft Virtual Training Days.&lt;br&gt;
This is the steps to follow to get free voucher code&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Register for Microsoft Virtual Training Days&lt;/li&gt;
&lt;li&gt;Attend the Microsoft Virtual Training Day&lt;/li&gt;
&lt;li&gt;Recieve Voucher Code and claim Examination&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;📌 If you are interested in getting a FREE Microsoft certification then register to participate&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.microsoft.com/en-ie/training-days/?wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;https://www.microsoft.com/en-ie/training-days/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>certification</category>
      <category>azure</category>
    </item>
    <item>
      <title>.NET Aspire 8.2 Released: New Integrations &amp; Enhanced Testing</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Tue, 03 Sep 2024 13:40:33 +0000</pubDate>
      <link>https://forem.com/shyam1/net-aspire-82-released-new-integrations-enhanced-testing-454a</link>
      <guid>https://forem.com/shyam1/net-aspire-82-released-new-integrations-enhanced-testing-454a</guid>
      <description>&lt;p&gt;.NET Aspire 8.2 is out now! This update brings:&lt;/p&gt;

&lt;p&gt;Name Change: “Components” are now “Integrations” for easier cloud service setup.&lt;/p&gt;

&lt;p&gt;Better Testing: Improved testing suite for stability.&lt;/p&gt;

&lt;p&gt;Future Prep: Steps towards .NET Aspire 9.0 without needing the workload installed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devblogs.microsoft.com/dotnet/announcing-dotnet-aspire-8-2/?wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;For details, check out here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>aspire</category>
      <category>news</category>
    </item>
    <item>
      <title>Building React Native for Windows Apps from a Mac: VM Options</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Tue, 03 Sep 2024 13:39:26 +0000</pubDate>
      <link>https://forem.com/shyam1/building-react-native-for-windows-apps-from-a-mac-vm-options-47e9</link>
      <guid>https://forem.com/shyam1/building-react-native-for-windows-apps-from-a-mac-vm-options-47e9</guid>
      <description>&lt;p&gt;To develop React Native for Windows apps from a Mac, you can use:&lt;/p&gt;

&lt;p&gt;Parallels: Set up a local Windows VM quickly. Ideal for fast experimentation. Requires a Windows license.&lt;/p&gt;

&lt;p&gt;Microsoft Dev Box: A cloud-based VM solution for larger-scale projects. Offers pre-configured environments and scalable infrastructure. Requires a paid Azure subscription.&lt;/p&gt;

&lt;p&gt;Both tools provide effective ways to build Windows apps from macOS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devblogs.microsoft.com/react-native/2024-07-18-running-rnw-from-a-mac-md/?wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;For more details you can visit&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>virtualmachine</category>
    </item>
    <item>
      <title>GitHub Copilot Extensions for C++ and More Now Available in VS Code</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Tue, 03 Sep 2024 13:37:36 +0000</pubDate>
      <link>https://forem.com/shyam1/github-copilot-extensions-for-c-and-more-now-available-in-vs-code-419i</link>
      <guid>https://forem.com/shyam1/github-copilot-extensions-for-c-and-more-now-available-in-vs-code-419i</guid>
      <description>&lt;p&gt;GitHub Copilot in VS Code is now more extensible! 🚀 You can now:&lt;/p&gt;

&lt;p&gt;Create Custom Chat Participants: Build your own chat participants using new APIs to add domain-specific knowledge and interact with Copilot Chat. Examples include Docker Copilot and AI-powered suggestions for C++.&lt;/p&gt;

&lt;p&gt;Utilize Language Model API: Integrate AI-powered features into your extensions, like AI-generated rename suggestions and commit messages.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devblogs.microsoft.com/cppblog/github-copilot-extensions-for-c-developers-and-beyond-now-available-in-vs-code/?wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;Check out for more details&lt;/a&gt;&lt;/p&gt;

</description>
      <category>githubcopilot</category>
      <category>cpp</category>
      <category>vscode</category>
    </item>
    <item>
      <title>Java 1.0 Release Candidate for Semantic Kernel</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Mon, 08 Apr 2024 05:08:21 +0000</pubDate>
      <link>https://forem.com/shyam1/java-10-release-candidate-for-semantic-kernel-1pnj</link>
      <guid>https://forem.com/shyam1/java-10-release-candidate-for-semantic-kernel-1pnj</guid>
      <description>&lt;p&gt;Explore the latest advancements on the Microsoft Azure Depth Platform, offering ground breaking solutions for immersive experiences&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://devblogs.microsoft.com/semantic-kernel/java-1-0-release-candidate-for-semantic-kernel-now-available/?wt.mc_id=studentamb_371890"&gt;https://devblogs.microsoft.com/semantic-kernel/java-1-0-release-candidate-for-semantic-kernel-now-available/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>java</category>
      <category>news</category>
      <category>programming</category>
    </item>
    <item>
      <title>🌟FREE Microsoft Exam Vouchers With AI Skills Cloud Skills Challenge⚡🔥🚀</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Mon, 01 Apr 2024 21:46:35 +0000</pubDate>
      <link>https://forem.com/shyam1/free-microsoft-exam-vouchers-with-ai-skills-cloud-skills-challenge-d1g</link>
      <guid>https://forem.com/shyam1/free-microsoft-exam-vouchers-with-ai-skills-cloud-skills-challenge-d1g</guid>
      <description>&lt;p&gt;You can get a FREE exam vouchers for these Cloud Skills Challenges! It has been a couple of years. These free exam vouchers help those without any money upskill and reskill.&lt;/p&gt;

&lt;p&gt;📝Note: The challenge period runs from March 19 Through April 19, 2024&lt;/p&gt;

&lt;p&gt;Complete ONE Cloud Skills Challenge and receive ONE exam voucher. Each challenge is tied to a corresponding exam.&lt;/p&gt;

&lt;p&gt;The four certification exam vouchers are:&lt;/p&gt;

&lt;p&gt;· AI-900 Azure AI Fundamentals&lt;/p&gt;

&lt;p&gt;· AI-102 Azure AI Engineer&lt;/p&gt;

&lt;p&gt;· DP-100 Azure Data Scientist&lt;/p&gt;

&lt;p&gt;· DP-600 Fabrics Analytics Engineer&lt;/p&gt;

&lt;p&gt;📌If you are interested in getting a FREE Microsoft certification then &lt;a href="https://www.microsoft.com/en-us/cloudskillschallenge/ai/registration/2024?ocid=aisc24_csc_aihub_cnl&amp;amp;wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;register to participate&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌Here are the official &lt;a href="https://www.microsoft.com/en-us/cloudskillschallenge/ai/officialrules/2024#terms-and-conditions?wt.mc_id=aisc24_cloudskillschallenge_webpage_cnl&amp;amp;wt.mc_id=studentamb_371890" rel="noopener noreferrer"&gt;rules&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmaei4edzfknb98n2qgwn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmaei4edzfknb98n2qgwn.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
Happy Learning!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>learning</category>
      <category>certification</category>
      <category>aws</category>
    </item>
    <item>
      <title>🌟 Microsoft is now offering FREE certification courses.🔥🚀😍</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Mon, 01 Apr 2024 21:43:20 +0000</pubDate>
      <link>https://forem.com/shyam1/microsoft-is-now-offering-free-certification-courses-o73</link>
      <guid>https://forem.com/shyam1/microsoft-is-now-offering-free-certification-courses-o73</guid>
      <description>&lt;p&gt;Yes, you read that right: No Fee ✔️ No Subscription ✔️ No Registration Required ✔️ Just grab your laptop and start learning!&lt;/p&gt;

&lt;p&gt;📌1. Social.Msdn.Microsoft.com&lt;br&gt;
-&amp;gt; Course: Introduction to Web Development&lt;br&gt;
-&amp;gt; Duration: 4 weeks&lt;br&gt;
-&amp;gt; Code: WEB101&lt;br&gt;
-&amp;gt; Link: &lt;a href="https://learn.microsoft.com/en-us/training/paths/web-development-101/?wt.mc_id=studentamb_371890"&gt;https://learn.microsoft.com/en-us/training/paths/web-development-101/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌2. Learn.Microsoft.com&lt;br&gt;
-&amp;gt; Course: Learn Python Programming&lt;br&gt;
-&amp;gt; Duration: 6 weeks&lt;br&gt;
-&amp;gt; Code: PY101&lt;br&gt;
-&amp;gt; Link: &lt;a href="https://learn.microsoft.com/en-us/learn/paths/python-first-steps/?wt.mc_id=studentamb_371890"&gt;https://learn.microsoft.com/en-us/learn/paths/python-first-steps/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌3. social.technet.microsoft.com&lt;br&gt;
 -&amp;gt; Course: Networking Fundamentals&lt;br&gt;
-&amp;gt; Duration: 5 weeks&lt;br&gt;
-&amp;gt; Code: NETFUN101&lt;br&gt;
-&amp;gt; Link: &lt;a href="https://learn.microsoft.com/en-us/shows/networking-fundamentals/?wt.mc_id=studentamb_371890"&gt;https://learn.microsoft.com/en-us/shows/networking-fundamentals/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌4. Startups.Microsoft.com&lt;br&gt;
-&amp;gt; Course: Startup Essentials&lt;br&gt;
-&amp;gt; Duration: 6 weeks&lt;br&gt;
-&amp;gt; Code: START101&lt;br&gt;
-&amp;gt; Link: &lt;a href="https://www.microsoft.com/en-in/startups?wt.mc_id=studentamb_371890"&gt;https://www.microsoft.com/en-in/startups?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌5. Code.Visualstudio.com/docs&lt;br&gt;
-&amp;gt; Course: Visual Studio Code Essentials&lt;br&gt;
-&amp;gt; Duration: 3 weeks&lt;br&gt;
-&amp;gt; Code: VSCE101&lt;br&gt;
-&amp;gt; Link: &lt;a href="https://code.visualstudio.com/docs/introvideos/basics/?wt.mc_id=studentamb_371890"&gt;https://code.visualstudio.com/docs/introvideos/basics/?wt.mc_id=studentamb_371890&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6mzp6jsvqxdofpvpol8e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6mzp6jsvqxdofpvpol8e.png" alt="Image description" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>programming</category>
      <category>career</category>
      <category>learning</category>
    </item>
    <item>
      <title>Microsoft is now offering FREE certification courses</title>
      <dc:creator>Shyam Gupta</dc:creator>
      <pubDate>Thu, 28 Mar 2024 13:48:26 +0000</pubDate>
      <link>https://forem.com/shyam1/microsoft-is-now-offering-free-certification-courses-8m5</link>
      <guid>https://forem.com/shyam1/microsoft-is-now-offering-free-certification-courses-8m5</guid>
      <description>&lt;p&gt;⚡️🌟 Exciting News! Microsoft is now offering FREE certification courses.🔥🔥&lt;br&gt;
Yes, you read that right: No Fee ✔️ No Subscription ✔️ No Registration Required ✔️ Just grab your laptop and start learning!&lt;/p&gt;

&lt;p&gt;🚀1. Microsoft Azure Fundamentals&lt;br&gt;
-&amp;gt; Course Code: AZ-900T00&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gDWxR3jZ"&gt;https://lnkd.in/gDWxR3jZ&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀2. Python for beginners&lt;br&gt;
-&amp;gt; Level: Begginer 8600XP&lt;br&gt;
-&amp;gt; Duration: 5 Hours&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gV6ryMJY"&gt;https://lnkd.in/gV6ryMJY&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀3. Introduction to GitHub&lt;br&gt;
-&amp;gt; Level: Begginer 900XP&lt;br&gt;
-&amp;gt; Duration: 1.5 Hours&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/giHnmBqP"&gt;https://lnkd.in/giHnmBqP&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀4. Microsoft 365 Fundamentals&lt;br&gt;
-&amp;gt; Course Code: MS-900T01&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gPBhDnD6"&gt;https://lnkd.in/gPBhDnD6&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀5. Develop Generative AI Solutions with Azure OpenAI Service&lt;br&gt;
-&amp;gt; Course Code: AI-050T00&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/g6B-PGxR"&gt;https://lnkd.in/g6B-PGxR&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀6. Developing Solutions for Microsoft Azure&lt;br&gt;
-&amp;gt; Course Code: AZ-204T00&lt;br&gt;
-&amp;gt; Duration: 5 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/ggRQrnzP"&gt;https://lnkd.in/ggRQrnzP&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀7. Microsoft Azure Administrator&lt;br&gt;
-&amp;gt; Course Code: AZ-104T00&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/g-B8EKY9"&gt;https://lnkd.in/g-B8EKY9&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀8. Configuring and Operating Microsoft Azure Virtual Desktop&lt;br&gt;
-&amp;gt; Course Code: AZ-140&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gJihFGEy"&gt;https://lnkd.in/gJihFGEy&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀9. Designing Microsoft Azure Infrastructure Solutions&lt;br&gt;
-&amp;gt; Course Code: AZ-305T00&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gNZBWwE6"&gt;https://lnkd.in/gNZBWwE6&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀10. Microsoft Azure Data Fundamentals&lt;br&gt;
-&amp;gt; Course Code: DP-900T00&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gP-fq9UD"&gt;https://lnkd.in/gP-fq9UD&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀11. Microsoft Azure AI Fundamentals&lt;br&gt;
-&amp;gt; Course Code: AI-900T00&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gSwnvSUp"&gt;https://lnkd.in/gSwnvSUp&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀12. Designing and Implementing a Microsoft Azure AI Solution&lt;br&gt;
-&amp;gt; Course Code: AI-102T00&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gXpPGGqu"&gt;https://lnkd.in/gXpPGGqu&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀13. Microsoft Security, Compliance, and Identity Fundamentals&lt;br&gt;
-&amp;gt; Course Code: SC-900T00&lt;br&gt;
-&amp;gt; Duration: 1 Day&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/g4zs5Hmz"&gt;https://lnkd.in/g4zs5Hmz&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀14 .Data Engineering on Microsoft Azure&lt;br&gt;
-&amp;gt; Course Code: DP-203T00&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gfTwKMxS"&gt;https://lnkd.in/gfTwKMxS&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;🚀15. Microsoft Security Operations Analyst&lt;br&gt;
-&amp;gt; Course Code: SC-200T00&lt;br&gt;
-&amp;gt; Duration: 4 Days&lt;br&gt;
-&amp;gt; Course Link: [ &lt;a href="https://lnkd.in/gMzRHb8H"&gt;https://lnkd.in/gMzRHb8H&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;That's a wrap!&lt;/p&gt;

&lt;p&gt;Hope this was helpful for you.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>microsoft</category>
      <category>ai</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
