<?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>DEV Community: vivek sridhar</title>
    <description>The latest articles on DEV Community by vivek sridhar (@vivek_sridhar).</description>
    <link>https://dev.to/vivek_sridhar</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%2F227732%2Fe47fce3c-5b42-4711-a18b-9122beaa8b62.jpg</url>
      <title>DEV Community: vivek sridhar</title>
      <link>https://dev.to/vivek_sridhar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vivek_sridhar"/>
    <language>en</language>
    <item>
      <title>Serverless - Focus on code!</title>
      <dc:creator>vivek sridhar</dc:creator>
      <pubDate>Mon, 05 Apr 2021 03:34:36 +0000</pubDate>
      <link>https://dev.to/vivek_sridhar/serverless-focus-on-code-1a32</link>
      <guid>https://dev.to/vivek_sridhar/serverless-focus-on-code-1a32</guid>
      <description>&lt;p&gt;I delivered a session on serverless for the TopCoder community!&lt;/p&gt;

&lt;p&gt;In the session, I have covered - how to accelerate application development with serverless computing, develop apps efficiently, and solve complex orchestration problems. We will see how to build, debug locally, and operate at scale in the cloud and integrate services using triggers and bindings.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-_sSL0H1ADQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>azure</category>
      <category>serverless</category>
      <category>functions</category>
    </item>
    <item>
      <title>Learn Azure Fundamentals via challenges and code samples</title>
      <dc:creator>vivek sridhar</dc:creator>
      <pubDate>Sat, 07 Dec 2019 01:57:59 +0000</pubDate>
      <link>https://dev.to/vivek_sridhar/learn-azure-fundamentals-via-challenges-and-code-samples-7o7</link>
      <guid>https://dev.to/vivek_sridhar/learn-azure-fundamentals-via-challenges-and-code-samples-7o7</guid>
      <description>&lt;p&gt;The developers often ask me at meetups/conferences on how to get started with Azure, and I would end up pointing them to &lt;a href="//azure.com"&gt;product documentation&lt;/a&gt; or &lt;a href="//docs.com/azure"&gt;docs.com&lt;/a&gt;. But developers need more, and hence, I designed below challenges to get started with Azure &amp;amp; to learn new technologies hands-on.&lt;/p&gt;

&lt;h4&gt;
  
  
  Resource Links &amp;amp; References
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Interested in the cloud, but aren't quite sure what it can do for you? This path is the place to start - &lt;a href="https://aka.ms/learnaz" rel="noopener noreferrer"&gt;Azure Fundamentals&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Explore &lt;a href="https://aka.ms/CodeonAzure" rel="noopener noreferrer"&gt;Code Samples&lt;/a&gt; for different services.&lt;/li&gt;
&lt;li&gt;Explore some &lt;a href="https://aka.ms/HN/AIML" rel="noopener noreferrer"&gt;MS Learn Content&lt;/a&gt; on AI &amp;amp; ML.&lt;/li&gt;
&lt;li&gt;Learn more about &lt;a href="https://aka.ms/HN/appservice" rel="noopener noreferrer"&gt;Azure App Service&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn about containers &amp;amp; kubernetes - &lt;a href="http://bit.ly/dockerk8s" rel="noopener noreferrer"&gt;ebook&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Azure for Developers - &lt;a href="http://bit.ly/wsazdev" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Challenges - Virtual Machines
&lt;/h4&gt;

&lt;p&gt;Challenge 1 - Build a scalable application with Azure Virtual Machine scale sets &lt;/p&gt;

&lt;p&gt;Challenge 2 - Manage virtual machines with the Azure CLI (Create, Start/Stop VM, Install software on VM)&lt;/p&gt;

&lt;p&gt;Challenge 3 - Build a basic website using Quickstart Azure Resource Manager templates&lt;/p&gt;

&lt;p&gt;Challenge 4 - Build and run a web application with the MEAN stack on an Azure Linux virtual machine&lt;/p&gt;

&lt;p&gt;Challenge 5 - Backup Azure Virtual Machine &amp;amp; Restore Virtual Machine with data&lt;/p&gt;

&lt;p&gt;Challenge 6 - Monitor the health of your Azure virtual machine by collecting and analyzing diagnostic data (Metrics Like - CPU, Data Disk, Network, OS disk, etc.)&lt;/p&gt;

&lt;h4&gt;
  
  
  Challenges - App Service
&lt;/h4&gt;

&lt;p&gt;Challenge 1 - Build a Python (Django) web app with PostgreSQL in the Azure App Service (&lt;a href="https://github.com/Azure-Samples/djangoapp" rel="noopener noreferrer"&gt;Sample code&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Challenge 2 - Dockerize &lt;a href="https://github.com/Azure-Samples/djangoapp" rel="noopener noreferrer"&gt;Sample Code&lt;/a&gt;; build a custom image and run in App Service from an Azure Container registry&lt;/p&gt;

&lt;p&gt;Challenge 3 - Build a Node.js and MongoDB app in azure using the Azure App Service&lt;/p&gt;

&lt;p&gt;Challenge 4 - Deploy &lt;a href="https://github.com/Azure-Samples/djangoapp" rel="noopener noreferrer"&gt;Sample Code&lt;/a&gt; using Azure App Service from visual studio, CLI &amp;amp; Powershell&lt;/p&gt;

&lt;p&gt;Challenge 5 - Deploy to Azure App Service by using the Jenkins plugin&lt;/p&gt;

&lt;h4&gt;
  
  
  Challenges - Serverless
&lt;/h4&gt;

&lt;p&gt;Challenge 1 - Create an HTTP triggered Python function in Azure&lt;/p&gt;

&lt;p&gt;Challenge 2 - Create a blob trigger to invoke a function when a blob is created or updated in Azure Storage&lt;/p&gt;

&lt;p&gt;Challenge 3 - Create a function app that deploys from a GitHub repository, Azure DevOps Repository&lt;/p&gt;

&lt;p&gt;Challenge 4 - Create a function app using CosmosDBTrigger and connect it to an Azure Cosmos DB&lt;/p&gt;

&lt;p&gt;Challenge 5 - Deploy a Python or a Java app using Azure CLI &amp;amp; Azure Functions Tools&lt;/p&gt;

&lt;p&gt;Challenge 6 - Deploy Functions with Logic Apps and Cognitive Services on Azure to run sentiment analysis from Twitter posts. An email to be sent when poor sentiment is detected&lt;/p&gt;

&lt;h4&gt;
  
  
  Challenges - AI + Machine Learning
&lt;/h4&gt;

&lt;p&gt;Challenge 1 - Use Azure Cognitive Services to build a translator app hosted on Azure App Service - &lt;a href="https://aka.ms/HN/AzAPS" rel="noopener noreferrer"&gt;Reference&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Challenge 2 - Build &amp;amp; deploy FAQ page using chatbots (&lt;a href="https://aka.ms/HN/AzBots" rel="noopener noreferrer"&gt;Example&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;I will be adding more challenges in my next post on Containers, Kubernetes, Azure DevOps, and more.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>challenge</category>
      <category>beginners</category>
      <category>serverless</category>
    </item>
  </channel>
</rss>
