<?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: Aditya Kamat</title>
    <description>The latest articles on DEV Community by Aditya Kamat (@kamat_adi).</description>
    <link>https://dev.to/kamat_adi</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%2F347715%2F4e27f9fe-f23c-42a8-b6c5-f866498880e8.jpg</url>
      <title>DEV Community: Aditya Kamat</title>
      <link>https://dev.to/kamat_adi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kamat_adi"/>
    <language>en</language>
    <item>
      <title>Why do you think indexing in arrays begin from 0 in most of the languages?</title>
      <dc:creator>Aditya Kamat</dc:creator>
      <pubDate>Sun, 19 Apr 2020 13:59:43 +0000</pubDate>
      <link>https://dev.to/kamat_adi/why-do-you-think-indexing-in-arrays-begin-from-0-in-most-of-the-languages-mi1</link>
      <guid>https://dev.to/kamat_adi/why-do-you-think-indexing-in-arrays-begin-from-0-in-most-of-the-languages-mi1</guid>
      <description>&lt;p&gt;Here is my attempt on answering this through a video: &lt;a href="https://youtu.be/2yY7Q7ERqFw"&gt;https://youtu.be/2yY7Q7ERqFw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the TL;DR version if you do not want to watch a video:&lt;br&gt;
An array is stored in a contiguous space of memory. The address of the first element is the address of the array and subsequent elements are indexed summing an offset to the address of the array. Therefore the offset of the first element is 0.&lt;/p&gt;

&lt;p&gt;I would highly recommend watching the video as there are a few more interesting parts to this. Also, do subscribe to my channel if you liked the content :)&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>architecture</category>
      <category>indexing</category>
      <category>video</category>
    </item>
    <item>
      <title>Load balancing algorithms</title>
      <dc:creator>Aditya Kamat</dc:creator>
      <pubDate>Sun, 05 Apr 2020 18:09:51 +0000</pubDate>
      <link>https://dev.to/kamat_adi/load-balancing-algorithms-3kfb</link>
      <guid>https://dev.to/kamat_adi/load-balancing-algorithms-3kfb</guid>
      <description>&lt;p&gt;Hey folks,&lt;br&gt;
I just published a video on a few load balancing algorithms and their use cases. Do check it out on my youtube channel: &lt;a href="https://youtu.be/nW4SVs-DAFE"&gt;https://youtu.be/nW4SVs-DAFE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like such kind of content please do consider subscribing to the channel.&lt;/p&gt;

&lt;p&gt;Stay safe at home!&lt;br&gt;
~ Adi&lt;/p&gt;

</description>
      <category>loadbalancing</category>
      <category>algorithms</category>
      <category>distributedsystems</category>
      <category>sre</category>
    </item>
  </channel>
</rss>
