<?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: Harishma</title>
    <description>The latest articles on DEV Community by Harishma (@harishm82662149).</description>
    <link>https://dev.to/harishm82662149</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%2F315926%2Fd58192bd-567b-465b-9502-932798601d28.jpg</url>
      <title>DEV Community: Harishma</title>
      <link>https://dev.to/harishm82662149</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harishm82662149"/>
    <language>en</language>
    <item>
      <title>Sharding vs Partitioning</title>
      <dc:creator>Harishma</dc:creator>
      <pubDate>Wed, 28 Feb 2024 10:32:36 +0000</pubDate>
      <link>https://dev.to/harishm82662149/sharding-vs-partitioning-3a6m</link>
      <guid>https://dev.to/harishm82662149/sharding-vs-partitioning-3a6m</guid>
      <description>&lt;p&gt;Hello guys... A small read for you&lt;/p&gt;

&lt;p&gt;Imagine there is a giant cake 🎂 &lt;em&gt;(data)&lt;/em&gt;, if you cut the giant cake and keep each piece 🍰 in separate plates &lt;em&gt;(separate database in separate server)&lt;/em&gt; -- this is &lt;strong&gt;Sharding&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you just cut the giant cake &lt;em&gt;(data)&lt;/em&gt; and keep the pieces  🍰🍰 &lt;em&gt;(tables)&lt;/em&gt; in same plate &lt;em&gt;(same database in same server)&lt;/em&gt; -- this is &lt;strong&gt;Partitioning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Both involves dividing data.&lt;/p&gt;

&lt;p&gt;In Sharding, as data can be distributed across multiple servers, you can add more servers &lt;em&gt;(horizontal scaling)&lt;/em&gt;. Thus improves scalability.&lt;/p&gt;

&lt;p&gt;Partitioning is dividing tables within same database and dividing tables improves query performance as less data in table means easy to find the information :)&lt;/p&gt;

&lt;p&gt;Ok then, See you in next post. Until then &lt;em&gt;#HappyLearning&lt;/em&gt; ;)&lt;/p&gt;

</description>
      <category>sharding</category>
      <category>partitioning</category>
      <category>database</category>
    </item>
    <item>
      <title>Nevertheless, Harishma Coded #Happy Women's Day</title>
      <dc:creator>Harishma</dc:creator>
      <pubDate>Sat, 07 Mar 2020 18:45:51 +0000</pubDate>
      <link>https://dev.to/harishm82662149/nevertheless-harishma-coded-2c7l</link>
      <guid>https://dev.to/harishm82662149/nevertheless-harishma-coded-2c7l</guid>
      <description>&lt;p&gt;Hi folks, I just wanna share my story of how I started coding.&lt;/p&gt;

&lt;p&gt;I had a little passion of becoming a software developer. That's why I choosed Computer Science in Engineering. I wanted to build some app but didn't know how to start. One of my best friends who was techy in my college helped me on what to learn, how to get started.  I started with Java. I enjoyed solving coding problems. That techy best friend explains tech concepts to all his friends and never hesitated to help and I am very grateful to that techy best friend who showed the way how to get started. Slowly I started coding and learnt new tech concepts and implemented it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Now I’m working as Full Stack Developer with 1 year experience. Tech stacks I work on are Spring, React, Redux, Redux Saga, Datastore.
&lt;/h2&gt;

&lt;p&gt;I try to answer the questions in Stack Overflow and had written an article on Website security. &lt;/p&gt;

&lt;p&gt;My coworkers sometimes appreciates my work and often they point out my mistakes as they expect high quality of code. I try to take that in positive way. If no one is telling my mistakes. I will never know my mistakes and will never improve myself. But yes often I felt miserable still I have faith in myself that I will improve myself and will do the best work. I know that they wanted me to improve my tech skills. I am thankful to them. &lt;/p&gt;

&lt;p&gt;Now my focus is to learn new things daily, share my learnings to other colleagues and wanna implement it in my self projects, if possible in my office projects. #NeverStopLearning&lt;/p&gt;

&lt;h2&gt;
  
  
  "COURAGE COMES WHEN "SOMEONE" BELIEVES IN YOU"
&lt;/h2&gt;

&lt;h2&gt;
  
  
  ("SOMEONE  ===  YOU") 😉
&lt;/h2&gt;

&lt;p&gt;Just want to conclude by this, &lt;/p&gt;

&lt;h2&gt;
  
  
  WHEN I FAIL, I SAY TO FAILURE - "HEY I AM COMING BACK SOON TO FAIL YOU" 😎
&lt;/h2&gt;

&lt;p&gt;Thank you my dear friends for reading my story! I hope you won't quit your passion how much difficulties you face.&lt;/p&gt;

</description>
      <category>womenintech</category>
      <category>wecoded</category>
    </item>
  </channel>
</rss>
