<?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: Chandra Kiran G</title>
    <description>The latest articles on DEV Community by Chandra Kiran G (@kiran4444).</description>
    <link>https://dev.to/kiran4444</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%2F471403%2Faef0e9c3-28a4-4049-bea0-9638a051f905.jpg</url>
      <title>DEV Community: Chandra Kiran G</title>
      <link>https://dev.to/kiran4444</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kiran4444"/>
    <language>en</language>
    <item>
      <title>Introducting myself and my blogging website Learn it!</title>
      <dc:creator>Chandra Kiran G</dc:creator>
      <pubDate>Fri, 07 Jan 2022 07:54:20 +0000</pubDate>
      <link>https://dev.to/kiran4444/introducting-myself-and-my-blogging-website-learn-it-3ajo</link>
      <guid>https://dev.to/kiran4444/introducting-myself-and-my-blogging-website-learn-it-3ajo</guid>
      <description>&lt;h2&gt;
  
  
  What's this about?
&lt;/h2&gt;

&lt;p&gt;Hey everyone! I'm very delighted to inform you that I have started a personal blog where I'll write about various &lt;strong&gt;Machine Learning&lt;/strong&gt;, &lt;strong&gt;Deep Learning&lt;/strong&gt; techniques, tutorials, resources etc.&lt;/p&gt;

&lt;h2&gt;
  
  
  A bit about myself...
&lt;/h2&gt;

&lt;p&gt;I'm a junior (Computer Science Engineering) at Indian Institute of Information Sricity, Andhra Pradesh, India. Machine Learning sparked interest in me during my sophomore year. Since then, this has been a roller coaster ride for me! I was very inconsistent with my learning, procrastinated a lot. But gradually I realised and corrected my mistake. &lt;/p&gt;

&lt;p&gt;Learning just the algorithms never felt home to me. I'm desperate to learn the solid mathematics behind each classical ML algorithm (Although I'm not very at mathematics). But the basic mathematics made most of the sense to grasp the crux of any ML algorithm. Unfortunately, most of the resources were kind of abstract (They're either very beginner level or advanced level). This is why I wanted to share my knowledge through blogging, so I started this blog.&lt;/p&gt;

&lt;p&gt;I hope this'll help beginners like me in their ML journey and make their learning process enjoyable!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chandrakiran.tech/"&gt;Website Link 🔗&lt;/a&gt;&lt;br&gt;
&lt;a href="https://feedburner.google.com/fb/a/mailverify?uri=chandrakiran/VDNx"&gt;RSS Feed Subscription 🗒&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.getrevue.co/profile/learn-it-chandrakiran"&gt;Weekly Newsletter 📰&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do follow me on twitter for tweets that might help you: &lt;a href="https://twitter.com/CHANDRAKIRANG5"&gt;https://twitter.com/CHANDRAKIRANG5&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>tutorial</category>
      <category>discuss</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Manjaro ... You'll definitely love 💙 it !</title>
      <dc:creator>Chandra Kiran G</dc:creator>
      <pubDate>Thu, 19 Nov 2020 07:27:32 +0000</pubDate>
      <link>https://dev.to/kiran4444/manjaro-you-ll-definitely-love-it-3j5</link>
      <guid>https://dev.to/kiran4444/manjaro-you-ll-definitely-love-it-3j5</guid>
      <description>&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%2Fi%2Fx330331s5sk6iznx12mp.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%2Fi%2Fx330331s5sk6iznx12mp.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Where It All Started...
&lt;/h1&gt;

&lt;p&gt;I've been hoping over all linux distros during this lockdown (Don't exactly know why..🤔 May be because I got bored 😉). Initially, I paused at Linux Mint which I thought was perfect for me.. And I used Mint for quite a long time as compared to other distros.. And then I came to know about Manjaro (a variant of Arch Linux).. I already used it before but I didn't get used to it completely as I don't know anything about pamac or pacman (Package Managers for Arch). So, I thought it isn't my business. But as the time went on (Not really 😜.. In a matter of two days) I came to know about these awesome package managers &lt;strong&gt;pacman&lt;/strong&gt; and &lt;strong&gt;pamac&lt;/strong&gt;. I thought to give it a go so, I installed Manajaro on my laptop for the second time.. But this time I know what to do .. I love Java, so this is what I want to download. My experience with &lt;strong&gt;apt-get&lt;/strong&gt; (Package Manager for Linux Mint) isn't that great as it required to download JDK from official Oracle site. But with these Package Managers.. It's just a single line install(Seriously, Only one line). &lt;/p&gt;

&lt;h1&gt;
  
  
  Sooo, What do this mean 🙄?
&lt;/h1&gt;

&lt;p&gt;Honestly, It really is one line install.. But at first I searched the repositories for JDK with the command &lt;code&gt;pamac search jdk&lt;/code&gt; and the result is nearly 50 lines 😅 I don't want all these. So I scrolled to the bottom of all the results.. And there I found jdk, the latest version..&lt;br&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%2Fi%2Fblxhagl4fiy9xffdxsvt.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%2Fi%2Fblxhagl4fiy9xffdxsvt.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And what next? I installed this &lt;em&gt;pamac install jdk&lt;/em&gt; command.. That's it! I installed jdk with literally one line.. I thought this is soo comfortable and want to find out what else can I do with this &lt;strong&gt;pamac&lt;/strong&gt;. So, I searched a few more like &lt;em&gt;dart sdk&lt;/em&gt;, &lt;em&gt;flutter&lt;/em&gt; etc. If you go and check out &lt;em&gt;flutter sdk&lt;/em&gt; official docs there would be a whole section on &lt;em&gt;How to install?&lt;/em&gt;. But, with this &lt;strong&gt;pamac&lt;/strong&gt; I installed the same with just one line:  &lt;code&gt;pamac install flutter&lt;/code&gt; (Of course I searched it first with &lt;em&gt;pamac search flutter&lt;/em&gt;). Till now, I have been talking about only &lt;strong&gt;pamac&lt;/strong&gt; but the other one, &lt;strong&gt;pacman&lt;/strong&gt; is also the same as &lt;strong&gt;pamac&lt;/strong&gt;. I just got used to &lt;strong&gt;pamac&lt;/strong&gt; more than &lt;strong&gt;pacman&lt;/strong&gt;. &lt;br&gt;
So, the steps are:&lt;br&gt;&lt;br&gt;
&lt;code&gt;pamac search &amp;lt;package name&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Now, scroll down to the bottom this is where the most relavent result to your search shows up. Rememeber the name of the package (Most of the times this would slightly differ from your &lt;em&gt;package name&lt;/em&gt;).&lt;br&gt;
Then install it using: &lt;/p&gt;

&lt;p&gt;&lt;code&gt;pamac install package-name&lt;/code&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What I want to say is..
&lt;/h1&gt;

&lt;p&gt;These package managers are so valuable as far as I consider how daunting it is to install some applications especially for beginners like me. I can't keep quite about easy installations has been with these package managers.. And if you want to try these, Arch Linux is not only the way (Not for beginners like me). So, the next alternative is &lt;strong&gt;Manajro&lt;/strong&gt;. This distro has been consistently competing with other Linux distros since it's first release. It's definitely something that you should try!&lt;/p&gt;

&lt;p&gt;ps: I know that I have talking mostly about package managers in contrast to the title. My apologies as I couldn't find a better title🙂. Hope you're all safe. Thank you.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
