<?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: Adeyemi Racheal</title>
    <description>The latest articles on DEV Community by Adeyemi Racheal (@raebuilds_).</description>
    <link>https://dev.to/raebuilds_</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%2F2458029%2F8d29a02f-edbe-4842-9aea-80ea10da3735.jpeg</url>
      <title>DEV Community: Adeyemi Racheal</title>
      <link>https://dev.to/raebuilds_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raebuilds_"/>
    <language>en</language>
    <item>
      <title>Valid Database properties(ACID).</title>
      <dc:creator>Adeyemi Racheal</dc:creator>
      <pubDate>Wed, 04 Dec 2024 08:53:42 +0000</pubDate>
      <link>https://dev.to/raebuilds_/valid-database-propertiesacid-59g5</link>
      <guid>https://dev.to/raebuilds_/valid-database-propertiesacid-59g5</guid>
      <description>&lt;p&gt;ACID&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Atomicity&lt;/li&gt;
&lt;li&gt;Consistency&lt;/li&gt;
&lt;li&gt;Isolation&lt;/li&gt;
&lt;li&gt;Durability
Are a set of properties of database transactions that guarantee data validity despite errors, power failure, and other catastrophe and are processed reliably.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Atomicity:- A transaction is treated as a single, indivisible unit. Either all operations within the transaction are completed successfully, or none of them are. This prevents a transaction from leaving the database in an inconsistent state. &lt;/p&gt;

&lt;p&gt;Consistency: A transaction must only bring the database from one consistent state to another. This means that the database must adhere to all defined rules and constraints before and after the transaction.&lt;/p&gt;

&lt;p&gt;Isolation: Multiple transactions can occur concurrently without interfering with each other. Each transaction operates as if it were the only one accessing the database, preventing conflicts and ensuring data integrity.&lt;/p&gt;

&lt;p&gt;Durability: Once a transaction is committed, its changes are permanent and will survive system failures or crashes. The database will recover the committed changes even if it needs to be restarted.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;By adhering to ACID principles, databases can ensure that:

&lt;ul&gt;
&lt;li&gt;Data remains accurate and reliable.&lt;/li&gt;
&lt;li&gt;Transactions are processed correctly and efficiently.&lt;/li&gt;
&lt;li&gt;The database system is resilient to failures and can recover gracefully.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

</description>
      <category>database</category>
      <category>beginners</category>
      <category>learning</category>
      <category>coding</category>
    </item>
    <item>
      <title>Validator libraries in Nodejs</title>
      <dc:creator>Adeyemi Racheal</dc:creator>
      <pubDate>Wed, 20 Nov 2024 06:46:05 +0000</pubDate>
      <link>https://dev.to/raebuilds_/validator-libraries-in-nodejs-37po</link>
      <guid>https://dev.to/raebuilds_/validator-libraries-in-nodejs-37po</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Joi&lt;/li&gt;
&lt;li&gt;Yup&lt;/li&gt;
&lt;li&gt;Zod&lt;/li&gt;
&lt;li&gt;Class-Validator&lt;/li&gt;
&lt;li&gt;Validator&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>node</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
