<?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: Swapnil Mhaske👨‍💻🎮☕🌄</title>
    <description>The latest articles on Forem by Swapnil Mhaske👨‍💻🎮☕🌄 (@swapnil0545).</description>
    <link>https://forem.com/swapnil0545</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%2F393940%2Fea5dfa56-d3d8-43ea-9937-fcd77de0670c.jpg</url>
      <title>Forem: Swapnil Mhaske👨‍💻🎮☕🌄</title>
      <link>https://forem.com/swapnil0545</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/swapnil0545"/>
    <language>en</language>
    <item>
      <title>Nice article to contribute to open source</title>
      <dc:creator>Swapnil Mhaske👨‍💻🎮☕🌄</dc:creator>
      <pubDate>Tue, 07 Jul 2020 14:13:29 +0000</pubDate>
      <link>https://forem.com/swapnil0545/nice-article-to-contribute-to-open-source-117h</link>
      <guid>https://forem.com/swapnil0545/nice-article-to-contribute-to-open-source-117h</guid>
      <description>&lt;p&gt;Just while browsing I found a very good article saying how to find the first issue where you can contribute to.&lt;br&gt;
Here is the article&lt;br&gt;
&lt;a href="https://kentcdodds.com/blog/what-open-source-project-should-i-contribute-to"&gt;https://kentcdodds.com/blog/what-open-source-project-should-i-contribute-to&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Apart from that I know even Mozilla, Linux, and some more open-source groups have a lot of issues that can be taken by newbies. They can be documentation, translation, tests, etc. But I don't have many references for it.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>github</category>
    </item>
    <item>
      <title>started learning rust</title>
      <dc:creator>Swapnil Mhaske👨‍💻🎮☕🌄</dc:creator>
      <pubDate>Tue, 07 Jul 2020 11:12:26 +0000</pubDate>
      <link>https://forem.com/swapnil0545/started-learning-rust-3p4n</link>
      <guid>https://forem.com/swapnil0545/started-learning-rust-3p4n</guid>
      <description>&lt;p&gt;So, I decided to learn a new programming language. After doing some studies around I got attracted to the features of rust and how good it is. All those fastness, memory management, strictness were fascinating for me. Things for which I hated javascript were pretty much addressed here.&lt;/p&gt;

&lt;p&gt;At the first most of my time went in understanding what it is and where should I start. Whether I should jump on a framework directly and learn while creating something or start with the fundamentals.&lt;br&gt;
I found most of the devs out there recommending the book on the main website of rust. Yeah! They have it pretty summed up over. You don't have to go somewhere else to learn it.&lt;br&gt;
Also I found that most of the community uses Actix web framework for webdevelopment.&lt;/p&gt;

&lt;p&gt;Below are the resources which I have noted down for learning rust.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ctjhoa/rust-learning"&gt;https://github.com/ctjhoa/rust-learning&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;cheatsheet:&lt;br&gt;
&lt;a href="https://cheats.rs/"&gt;https://cheats.rs/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;for JS devs :&lt;br&gt;
&lt;a href="http://www.sheshbabu.com/posts/rust-for-javascript-developers-functions-and-control-flow/"&gt;http://www.sheshbabu.com/posts/rust-for-javascript-developers-functions-and-control-flow/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/codegram/rust-for-js-developers-1im9"&gt;https://dev.to/codegram/rust-for-js-developers-1im9&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/gruberb/intro-to-web-programming-in-rust-for-nodejs-developers-lp"&gt;https://dev.to/gruberb/intro-to-web-programming-in-rust-for-nodejs-developers-lp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Actix : &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/mygnu/auth-web-microservice-with-rust-using-actix-web---complete-tutorial-part-1-2id8"&gt;https://dev.to/mygnu/auth-web-microservice-with-rust-using-actix-web---complete-tutorial-part-1-2id8&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/actix/examples"&gt;https://github.com/actix/examples&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/actix/actix-web"&gt;https://github.com/actix/actix-web&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;=============================&lt;br&gt;
Currently looking into &lt;br&gt;
&lt;a href="https://doc.rust-lang.org/book/"&gt;https://doc.rust-lang.org/book/&lt;/a&gt;&lt;br&gt;
youtube.com/watch?v=aaicHT69Elo&amp;amp;list=PLK_g1a_cAfaaAO6io1Tluy7EZXhAAK1lC&amp;amp;index=4&lt;br&gt;
&lt;a href="https://github.com/Mercateo/rust-for-node-developers/blob/master/setup/README.md"&gt;https://github.com/Mercateo/rust-for-node-developers/blob/master/setup/README.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Nice references :&lt;br&gt;
&lt;a href="https://overexact.com/rust-for-professionals/#toc"&gt;https://overexact.com/rust-for-professionals/#toc&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>javascript</category>
      <category>software</category>
    </item>
  </channel>
</rss>
