<?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: Akshat</title>
    <description>The latest articles on DEV Community by Akshat (@akshatbhargava123).</description>
    <link>https://dev.to/akshatbhargava123</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%2F52985%2F1ceaf17c-9120-4e63-907b-4dbe10006ce9.png</url>
      <title>DEV Community: Akshat</title>
      <link>https://dev.to/akshatbhargava123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshatbhargava123"/>
    <language>en</language>
    <item>
      <title>How does TypeScript or Flow compare to transpile-to-JS languages like Elm, ReasonML or PureScript?</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Sun, 02 Dec 2018 17:21:46 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/how-does-typescript-or-flow-compare-to-transpile-to-js-languages-like-elm-reasonml-or-purescript-4foa</link>
      <guid>https://dev.to/akshatbhargava123/how-does-typescript-or-flow-compare-to-transpile-to-js-languages-like-elm-reasonml-or-purescript-4foa</guid>
      <description>

</description>
      <category>javascript</category>
      <category>typescript</category>
      <category>elm</category>
    </item>
    <item>
      <title>I want to start with flutter, can someone share a dart guide for a JS Dev?</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Tue, 05 Jun 2018 05:23:14 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/i-want-to-start-with-flutter-can-someone-share-a-dart-guide-for-a-js-dev-3dek</link>
      <guid>https://dev.to/akshatbhargava123/i-want-to-start-with-flutter-can-someone-share-a-dart-guide-for-a-js-dev-3dek</guid>
      <description></description>
      <category>discuss</category>
    </item>
    <item>
      <title>I want to work on my competitive programming skills, since that is the real durable computer science. Need guidance.</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Sat, 26 May 2018 01:45:39 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/i-want-to-work-on-my-competitive-programming-skills-since-that-is-the-real-durable-computer-science-need-guidance-2h0m</link>
      <guid>https://dev.to/akshatbhargava123/i-want-to-work-on-my-competitive-programming-skills-since-that-is-the-real-durable-computer-science-need-guidance-2h0m</guid>
      <description></description>
      <category>discuss</category>
    </item>
    <item>
      <title>Does dev.to expose any APIs for Auth, reading/writing articles, etc.?</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Sat, 26 May 2018 01:31:00 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/does-devto-expose-any-apis-for-auth-readingwriting-articles-etc-4pk4</link>
      <guid>https://dev.to/akshatbhargava123/does-devto-expose-any-apis-for-auth-readingwriting-articles-etc-4pk4</guid>
      <description></description>
      <category>discuss</category>
    </item>
    <item>
      <title>[Idea] Screen Sharing application using electronjs and pusher</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Fri, 11 May 2018 17:14:42 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/idea-screen-sharing-application-using-electronjs-and-pusher-5c9n</link>
      <guid>https://dev.to/akshatbhargava123/idea-screen-sharing-application-using-electronjs-and-pusher-5c9n</guid>
      <description>&lt;h1&gt;
  
  
  My idea?
&lt;/h1&gt;

&lt;p&gt;To create a realtime screen sharing application like Teamviewer / Chrome remote desktop but without any realtime controlling system.&lt;/p&gt;

&lt;h1&gt;
  
  
  Tech Stack
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;ElectronJS (get native OS APIs support specifically &lt;a href="https://electronjs.org/docs/api/desktop-capturer"&gt;desktopCapture&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;NodeJS (Routes to generate userId for sharing session and maybe for up/down data streams)&lt;/li&gt;
&lt;li&gt;Pusher Channel API (the power provider these gods need)&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Challenges I know I'm going to face?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder"&gt;MediaRecorder&lt;/a&gt;, &lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/FileReader"&gt;FileReader&lt;/a&gt;, &lt;a href="https://medium.freecodecamp.org/do-you-want-a-better-understanding-of-buffer-in-node-js-check-this-out-2e29de2968e8"&gt;Buffer&lt;/a&gt;, &lt;a href="https://electronjs.org/"&gt;ElectronJS&lt;/a&gt; (all these are going to be my first try) but I know this is going to be interesting and an exciting journey for me and my learning 😁&lt;/p&gt;

&lt;h4&gt;
  
  
  Doubts I have regarding pusher:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;How do I start a stream from one client to another? For example, I send a request to backend route that generates a id, I make a pusher channel with that id. Now how do I send video data as stream on that channel via pusher api from client?
Any help would be appreciated.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This was my first article so pardon me for bad markup and thanks for reading.&lt;/p&gt;

</description>
      <category>pushercontest</category>
      <category>electronjs</category>
      <category>javascript</category>
      <category>explore</category>
    </item>
    <item>
      <title>Any suggestions in GSoC for student developers this year?</title>
      <dc:creator>Akshat</dc:creator>
      <pubDate>Mon, 05 Mar 2018 02:38:12 +0000</pubDate>
      <link>https://dev.to/akshatbhargava123/any-suggestions-in-gsoc-for-student-developers-this-year--21oi</link>
      <guid>https://dev.to/akshatbhargava123/any-suggestions-in-gsoc-for-student-developers-this-year--21oi</guid>
      <description></description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
