<?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: Murshidhq</title>
    <description>The latest articles on DEV Community by Murshidhq (@murshid440).</description>
    <link>https://dev.to/murshid440</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%2F487079%2F3344f970-5086-49c3-99fb-1c4b38b37d96.jpeg</url>
      <title>DEV Community: Murshidhq</title>
      <link>https://dev.to/murshid440</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/murshid440"/>
    <language>en</language>
    <item>
      <title>Create Your Video-Chat room with Agora.io</title>
      <dc:creator>Murshidhq</dc:creator>
      <pubDate>Wed, 11 Sep 2019 08:17:28 +0000</pubDate>
      <link>https://dev.to/4notfour/create-your-video-chat-room-with-agora-io-4j05</link>
      <guid>https://dev.to/4notfour/create-your-video-chat-room-with-agora-io-4j05</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_Zm0JiW9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AtVPacafaoNpql50DXdDQQg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_Zm0JiW9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AtVPacafaoNpql50DXdDQQg.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ever wondered how video calls worked? Ever wanted to create your own chat room? Ever wished to include a video stream to your project and didn’t know where to start? Then you are at the right place.&lt;/p&gt;

&lt;p&gt;I will explain a short method to do all of the above easily. Moreover all of this can be done by any beginner without things going way over your head! Yeah, you've got it right. Whether you are a beginner or a pro developer , this here is the perfect solution for you!&lt;/p&gt;

&lt;p&gt;Think of it this way, if you have a perfect working solution for your problem in front of you, would you try to create another solution that you are not even sure of? Nope! Just like that, we do have lots of solutions that are pre-built and ready to use available to us. It's all about having to find which one matches perfectly for our use. Technically speaking, nowadays lots and lots of API’s can be integrated into our projects in numerous ways to increase our productivity and ease our work.,and luckily most of tbem are free to use for a certain period.&lt;/p&gt;

&lt;p&gt;So what do we have here? Imagine we need to create a video chat room for a project, and we are not wiling to want to start from scratch. There are a plenty of API’s available out there you could use. Which one should you use? Tough question right? Obviously, you wouldn't have the patience to try each one of them and get the results. This is where I introduce you to one of the easiest and powerful API by Agora.io&lt;/p&gt;

&lt;p&gt;For starters, I'll give you a brief on Agora.io and why I chose Agora.io&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Agora.io?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agora.io provides building blocks for you to add real-time voice and video communications through a simple and powerful SDK. You can integrate the Agora SDK to enable real-time communications in your application quickly.&lt;/p&gt;

&lt;p&gt;Agora’s Software-Defined Real-time Network (SD-RTN™) is a real-time transmission network built by Agora and is the only network infrastructure specifically designed for real-time communications in the world. All voice and video services provided by the Agora SDK are deployed and transmitted through the Agora SD-RTN™.&lt;/p&gt;

&lt;p&gt;Agora deploys about 200 data centers worldwide that use intelligent dynamic routing algorithms to achieve millisecond latency and ensure high availability of Agora’s service.&lt;/p&gt;

&lt;p&gt;In a single line, we can say that Agora is the single solution for all your Real-Time Communication Issues!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I opted agora?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There are of course plenty of features and reasons I opted agora. But here l I'll just point out a few that I liked the most.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The first 10,000 minutes free each month.&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://docs.agora.io/en"&gt;Developer Center&lt;/a&gt; provides documentation for developers to integrate and use Agora SDKs, and for SDK and sample code downloads.&lt;/li&gt;
&lt;li&gt;Easy to Implement.&lt;/li&gt;
&lt;li&gt;24x7 reliable.&lt;/li&gt;
&lt;li&gt;Highly customizable. Pick and choose the calling or interactive broadcast features you need.&lt;/li&gt;
&lt;li&gt;Includes all the development tools and cloud infrastructure
needed for mobile, web, and desktop applications.&lt;/li&gt;
&lt;li&gt;Easy to adopt SDKs, APIs and code samples for every popular language and framework.&lt;/li&gt;
&lt;li&gt;Compatibility and Interoperability&lt;/li&gt;
&lt;li&gt;High-fidelity, 3D surround sound experience&lt;/li&gt;
&lt;li&gt;UDP (User Datagram Protocol) optimization&lt;/li&gt;
&lt;li&gt;Only RTC service provider in the world using self-developed audio and video codecs. This allows Agora to have unique advantages in audio and video qualities.&lt;/li&gt;
&lt;li&gt;Anti-packet-loss optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What agora.io provides?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Voice SDK&lt;/li&gt;
&lt;li&gt;Video SDK&lt;/li&gt;
&lt;li&gt;Interactive Gaming SDK&lt;/li&gt;
&lt;li&gt;Real-Time Messaging SDK (Beta)&lt;/li&gt;
&lt;li&gt;Recording SDK&lt;/li&gt;
&lt;li&gt;Agora Cloud Recording SDK&lt;/li&gt;
&lt;li&gt;Community SDKs&lt;/li&gt;
&lt;li&gt;Agora MediaPlayer Kit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to learn more about the above? Then head on &lt;a href="https://docs.agora.io/en/Agora%20Platform/downloads"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And much much more! Let’s stop the talk and come to the point. Try out to create your Video-chat room and see for it yourself!&lt;/p&gt;

&lt;h3&gt;
  
  
  How to create your Video-Chat room with agora.io
&lt;/h3&gt;

&lt;p&gt;Follow these steps :&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Create your first project in agora.io&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Step 1: Go to &lt;a href="https://www.agora.io/en/"&gt;&lt;strong&gt;agora.io&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Click on &lt;strong&gt;Sign Up&lt;/strong&gt; on the top right corner and &lt;strong&gt;create your account&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vP_LJpMU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AZ2exYzmQxnYnzstYaYKxLg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vP_LJpMU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AZ2exYzmQxnYnzstYaYKxLg.png" alt=""&gt;&lt;/a&gt;Sign up and login&lt;/p&gt;

&lt;p&gt;Now login to get access to your dashboard. Just like tbat you have successfully created an agora.io developer account.&lt;/p&gt;

&lt;p&gt;Step 3: Now &lt;strong&gt;Click&lt;/strong&gt; on the &lt;strong&gt;Create New Project&lt;/strong&gt; button to create a new project with a name of your choice.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---1UZrExT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AcYLl3GEPY8V4nKEcpTEsEA.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---1UZrExT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AcYLl3GEPY8V4nKEcpTEsEA.png" alt=""&gt;&lt;/a&gt;Dashboard&lt;/p&gt;

&lt;p&gt;Now you can get a screen similar to above with your project name and &lt;strong&gt;APP-ID&lt;/strong&gt; which we shall be using later.&lt;/p&gt;

&lt;p&gt;So yay! Your first project in agora.io is created! Now what?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Downloads&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="http://download.agora.io/sdk/release/Agora_Web_SDK_v2_9_0_FULL.zip?_ga=2.9451574.249610254.1568037557-875816693.1550734057&amp;amp;_gac=1.37545620.1568138509.EAIaIQobChMIhonOjevG5AIVwRErCh25PAkTEAAYASAAEgIZovD_BwE"&gt;&lt;strong&gt;Click here&lt;/strong&gt;&lt;/a&gt; to download the latest Agora.io SDK for Web.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/murshid440/videochat-web-agora.git"&gt;&lt;strong&gt;Click here&lt;/strong&gt;&lt;/a&gt; to download Video-Chat room demo.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now you have all the necessary files need to run the first trial!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Let’s begin&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Step 1: &lt;strong&gt;Copy&lt;/strong&gt; the &lt;em&gt;AgoraRTCSDK-x.x.x..js&lt;/em&gt; file from the &lt;strong&gt;Agora-Web-SDK&lt;/strong&gt; folder to the &lt;strong&gt;Videochat-web-agora/scripts&lt;/strong&gt; folder.&lt;/p&gt;

&lt;p&gt;Step 2: Open &lt;strong&gt;call.html&lt;/strong&gt; page in an editor.&lt;/p&gt;

&lt;p&gt;Step 3: &lt;strong&gt;Replace&lt;/strong&gt;  &lt;strong&gt;&lt;em&gt;x.x.x&lt;/em&gt;&lt;/strong&gt; in &lt;em&gt;&lt;/em&gt; with the &lt;strong&gt;SDK version&lt;/strong&gt; you have just downloaded as shown in the below screenshots.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GcE9h3yS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AEE6NIlAJltbpnGr9F0pQWQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GcE9h3yS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AEE6NIlAJltbpnGr9F0pQWQ.png" alt=""&gt;&lt;/a&gt;Before Replacing&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OVfLe-Vy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2ARH5ZQZRRYlwGAZv_JRj5zQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OVfLe-Vy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2ARH5ZQZRRYlwGAZv_JRj5zQ.png" alt=""&gt;&lt;/a&gt;After Replacing&lt;/p&gt;

&lt;p&gt;Step 4: Open script.js file inside &lt;strong&gt;videochat-web-agora/scripts&lt;/strong&gt; folder.&lt;/p&gt;

&lt;p&gt;Step 5: &lt;strong&gt;Replace&lt;/strong&gt; &lt;em&gt;&amp;lt;-Your App-ID Here&amp;gt;&lt;/em&gt; with your &lt;strong&gt;App-ID&lt;/strong&gt; which we got from agora.io dashboard earlier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gvMHC7jF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AQSj95XPNIB9OJxAEBo9SgQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gvMHC7jF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AQSj95XPNIB9OJxAEBo9SgQ.png" alt=""&gt;&lt;/a&gt;Replace &amp;lt;-Your App-ID Here&amp;gt; with your App-ID&lt;/p&gt;

&lt;p&gt;Hurray! that’s it! yeah you got a working Video-Chat room with agora.io&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Step 1: Open the &lt;strong&gt;index.html&lt;/strong&gt; file in any of your browsers.&lt;/p&gt;

&lt;p&gt;Step 2: You will get a home page with a &lt;strong&gt;Join&lt;/strong&gt; Button. Just &lt;strong&gt;click&lt;/strong&gt; on that.&lt;/p&gt;

&lt;p&gt;Step 3: You might be prompted to give video and microphone &lt;strong&gt;access&lt;/strong&gt;. Click allow and wait 5–10 secs.&lt;/p&gt;

&lt;p&gt;Step 4: You will see yourself on the top right corner of the screen!&lt;/p&gt;

&lt;p&gt;Why can't you see anyone else? Because no one else is there! So just to check if it is working, open &lt;strong&gt;another tab&lt;/strong&gt; with the same index page and click on login.&lt;/p&gt;

&lt;p&gt;Step 4: Now you can see the feed from another tab in the middle.&lt;/p&gt;

&lt;p&gt;Now you got it working , just host the whole files in your hosting provider and send off the link to your friends to get it on!&lt;/p&gt;

&lt;p&gt;Note: &lt;em&gt;If you gave the camera access and you are still unable to see your feed then wait for 1 minute or try refreshing the page or try another browser.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How to modify?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What’s the fun in anything if you cant modify it right! You can see a complete video tutorial from the scratch through this &lt;a href="https://www.youtube.com/watch?v=URuxgZmDYA8"&gt;&lt;strong&gt;link&lt;/strong&gt;&lt;/a&gt; or just go to this &lt;a href="https://github.com/AgoraIO/Agora-Web-Tutorial-1to1"&gt;&lt;strong&gt;link&lt;/strong&gt;&lt;/a&gt; for the scratch GitHub tutorial.&lt;/p&gt;

&lt;p&gt;Now to modify this chatroom, it is as simple as modifying any website!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;index.html&lt;/em&gt;&lt;/strong&gt; page is just a simple landing page where you can add a &lt;em&gt;login page&lt;/em&gt; if you need or anything you like.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;call.html&lt;/em&gt;&lt;/strong&gt; is where you place the calling. There you can tweak to adjust the footage places and add further actions if needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;script.js&lt;/em&gt;&lt;/strong&gt; is the place where the main action takes place. Tweak it carefully to add further features in your room.&lt;/p&gt;

&lt;p&gt;All tweaks can be done easily with the comments that are inside each file that easily understandable. Just go through it and let me know if further clarifications are needed!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Not enough?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Want to do more? Then here is the link to the agora official documentations for all your queries.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;SDK &lt;a href="https://docs.agora.io/en/Agora%20Platform/downloads"&gt;&lt;strong&gt;Downloads&lt;/strong&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Sample &lt;a href="https://docs.agora.io/en/Agora%20Platform/sampleapps"&gt;&lt;strong&gt;Apps&lt;/strong&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Try out different sample apps or create your own.&lt;/p&gt;

&lt;p&gt;Go through them and you can try to build whatever you need according to your use case. Also, there are more tutorials on the way. What do you think about using Agora.io in some AI/ML applications? Let’s try to dig into that next time!&lt;/p&gt;

&lt;p&gt;Feel free to comment on your thoughts! Cheers!&lt;/p&gt;




</description>
      <category>live</category>
      <category>videochat</category>
      <category>javascript</category>
      <category>agoraio</category>
    </item>
    <item>
      <title>Getting Started With Intel DevCloud</title>
      <dc:creator>Murshidhq</dc:creator>
      <pubDate>Fri, 26 Jul 2019 21:49:52 +0000</pubDate>
      <link>https://dev.to/4notfour/getting-started-with-intel-devcloud-2481</link>
      <guid>https://dev.to/4notfour/getting-started-with-intel-devcloud-2481</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UhmjOhVg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AqHhnzdTv0hpvV9t6XS1uYQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UhmjOhVg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AqHhnzdTv0hpvV9t6XS1uYQ.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;What is Intel DevCloud?&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;As the title implies, intel DevCloud is a cloud service provided by Intel! But yeah most of y'all might already know that. Yet here I'm gonna explain a little brief on the advantages of DevCloud and how to set up your DevCloud account and how you can get most of it.&lt;/p&gt;

&lt;p&gt;System Environment setting is one of the most uninteresting parts of a project! no matter how much you set up you will definitely have a couple of errors on that account. But why do you have to worry if you can get something that is already set up and you don't have to do all those stuff for no use!&lt;/p&gt;

&lt;p&gt;It’s really frustrating when you start to work on something and you Every Single geek who has been rising to work on an AI/ML project will have at least one encounter where he/she might be stuck due to the packages missing issues or else inadequate hardware support issues!&lt;/p&gt;

&lt;p&gt;With DevCloud you can just forget that and push your limits.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What do you get?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Latest Intel® hardware&lt;/li&gt;
&lt;li&gt;Intel® optimized frameworks&lt;/li&gt;
&lt;li&gt;Tools and libraries&lt;/li&gt;
&lt;li&gt;200 GB of file storage&lt;/li&gt;
&lt;li&gt;192 GB RAM&lt;/li&gt;
&lt;li&gt;Latest Intel® Xeon® Scalable processors with built-in AI acceleration&lt;/li&gt;
&lt;li&gt;Intel® FPGAs&lt;/li&gt;
&lt;li&gt;Intel® Optane™ DC Persistent Memory&lt;/li&gt;
&lt;li&gt;TensorFlow*&lt;/li&gt;
&lt;li&gt;Intel® Optimization for Caffe*&lt;/li&gt;
&lt;li&gt;Intel® Optimization for PyTorch*&lt;/li&gt;
&lt;li&gt;MXNet*&lt;/li&gt;
&lt;li&gt;PaddlePaddle*&lt;/li&gt;
&lt;li&gt;Intel® Parallel Studio XE Cluster Edition&lt;/li&gt;
&lt;li&gt;Intel® Distribution of OpenVINO™ toolkit&lt;/li&gt;
&lt;li&gt;Intel® Deep Learning Deployment Tool&lt;/li&gt;
&lt;li&gt;30 days of free access (extensions available)&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;What do I like the most?&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;Let me just point out some of the Devcloud uses that I found really helpful when I work!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Linux as OS&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Yeah, I do like to work with Linux and as most of you guys yeah Ubuntu is my favorite. So yeah I can really play really inside the DevCloud as I am already familiarised with ubuntu and whatever I can do in my system I can boost it up with the DevCloud!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Preloaded DataSets&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Intel DevCloud comes preloaded with a variety of free public datasets as shown below&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;City U&lt;/li&gt;
&lt;li&gt;Smart Meter&lt;/li&gt;
&lt;li&gt;BoxCar Dataset&lt;/li&gt;
&lt;li&gt;Udacity Self-Driving Car&lt;/li&gt;
&lt;li&gt;Object Detection Recognition&lt;/li&gt;
&lt;li&gt;UK Smart Meter&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Working from my Terminal&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;you heard it right! I can work with my own terminal. With a good internet connection, I almost forget that I am using DevCloud.&lt;/p&gt;

&lt;p&gt;It's one of the main reason I prefer DevlCloud. you can easily connect to DevCloud through your native terminal with the help of ssh and just boost up your system.&lt;/p&gt;

&lt;p&gt;If you are thinking about copying data it's just easy as it can get..so nothing to worry about that!&lt;/p&gt;

&lt;p&gt;its a total control from your terminal. The only thing I get irritated is that terminal disconnecting if keep on the terminal idle for a long time! but yet I can retrieve my works as my system on the cloud doesn't sleep!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Easy to get access and easy to extend!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Everything is simpler as it gets! no unwanted steps to get you mad. If you have a good project then get started with DevCloud with no tension.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Portability of work&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I do work on multiple systems and with DevCloud, I can easily continue my work in any of my systems! Whether I am using the Desktop system from college lab or if I am at my home with my favorite lap, I can easily connect to my Devcloud account and just continue my work from where I left!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Showcasing my work&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's a real trouble to carry your lap all the time to show your works! You never know when you have to implement or show your work to someone! Even if I have my code in my &lt;a href="https://github.com/murshid440"&gt;&lt;em&gt;Github Repo&lt;/em&gt;&lt;/a&gt; it is not practical to get a system that has all my environment requirement and setting it up running is a mess. With DevCloud, I can easily get going.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now let me just give the simple step by step process to get you started with the DevCloud.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How to get DevCloud access?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Step 1: Go to this_ &lt;em&gt;[_link&lt;/em&gt;](&lt;a href="https://software.intel.com/en-us/devcloud/datacenter)_._"&gt;https://software.intel.com/en-us/devcloud/datacenter)_._&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9ZfzP8cr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AqQNAelCDMgZTnjrqajzICQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9ZfzP8cr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AqQNAelCDMgZTnjrqajzICQ.png" alt=""&gt;&lt;/a&gt;Sign up&lt;/p&gt;

&lt;p&gt;Step 2: Click on sign up&lt;/p&gt;

&lt;p&gt;Step 3: Fill up your details.&lt;/p&gt;

&lt;p&gt;Now have a break and wait for the mail with the happy news! Normally it takes a 24hrs max to get your access! Yeah, its basically a 3 step process!&lt;/p&gt;

&lt;p&gt;Tip:- Create a &lt;a href="https://devmesh.intel.com/"&gt;&lt;em&gt;Devmesh profile&lt;/em&gt;&lt;/a&gt; and upload your project details in Devmesh to get your Devcloud faster and easier!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How do I connect to DevCloud?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Step 1:- Now you have got the mail with your access key and links to your cloud it's just as it is. Click on the personal login Url in your mail id and you will get a screen as shown below:-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qYiBhcrw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AeTtHr5-1s1KOWlPoTmBecg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qYiBhcrw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AeTtHr5-1s1KOWlPoTmBecg.png" alt=""&gt;&lt;/a&gt;Your DevCloud Portal will look something similar to this&lt;/p&gt;

&lt;p&gt;Step 2:- Want to get deep into the documentation, then just browse the documentation(Recommended) or else just click on the &lt;em&gt;connection options&lt;/em&gt; to explore!&lt;/p&gt;

&lt;p&gt;Step 3:- Once you click on the Connection Options you will get the below screen:-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XVvjfQPa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AUnhibhseWBnl7C0sCSzftA.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XVvjfQPa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AUnhibhseWBnl7C0sCSzftA.png" alt=""&gt;&lt;/a&gt;connection options&lt;/p&gt;

&lt;p&gt;Now you have your choice! As I mentioned earlier connect with the terminal or else the Jupyter notebook!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For Connection with Terminal:- Click on the link as per your os and just follow the onscreen instructions!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For Connection with Jupyter Notebook:- Don't bother the URL just click on the One-Click Login to get your Notebook running!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hurray! Yeah, it's another 3 steps and yeah you are connected to your DevCloud.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What do I do with DevCloud?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now the stage is set what is next? Just explore and do what you are capable of and find out the limits of DevCloud!&lt;/p&gt;

&lt;p&gt;Got an error or stuck somewhere? Then most probably you have the solution in the error itself. Just read it twice and do as it says; Troubleshooting tips are really great! or else just jump to this &lt;a href="https://forums.intel.com/s/topic/0TO0P00000018NNWAY/intel-ai-developer-forum?language=en_US"&gt;&lt;em&gt;Forum&lt;/em&gt;&lt;/a&gt; to get your answers!&lt;/p&gt;




</description>
      <category>cloudcomputing</category>
      <category>datascience</category>
      <category>artificialintelligen</category>
      <category>intel</category>
    </item>
  </channel>
</rss>
