<?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: Yunus Kibebu</title>
    <description>The latest articles on DEV Community by Yunus Kibebu (@yunuski).</description>
    <link>https://dev.to/yunuski</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%2F862621%2F9482f552-9266-4375-aaf8-227496914c11.jpg</url>
      <title>DEV Community: Yunus Kibebu</title>
      <link>https://dev.to/yunuski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yunuski"/>
    <language>en</language>
    <item>
      <title>Why SQL?</title>
      <dc:creator>Yunus Kibebu</dc:creator>
      <pubDate>Fri, 20 Jan 2023 15:04:21 +0000</pubDate>
      <link>https://dev.to/yunuski/why-sql-f51</link>
      <guid>https://dev.to/yunuski/why-sql-f51</guid>
      <description>&lt;p&gt;&lt;strong&gt;SQL&lt;/strong&gt; is a tool for organizing, managing and retrieving data stored by a computer database. The name "SQL" stands for Structured Query Language. As the name implies, SQL is a computer language that you use to interact with a database. SQL works with one specific type of database called a relational database.&lt;br&gt;
for more read click here [(&lt;a href="https://tutorialsprog.com/sql-tutorial)" rel="noopener noreferrer"&gt;https://tutorialsprog.com/sql-tutorial)&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>PHP Operators</title>
      <dc:creator>Yunus Kibebu</dc:creator>
      <pubDate>Sat, 08 Oct 2022 06:23:28 +0000</pubDate>
      <link>https://dev.to/yunuski/php-operators-1cn2</link>
      <guid>https://dev.to/yunuski/php-operators-1cn2</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gz0duRHa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mbkqc4sz2oz6t0j58mxz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gz0duRHa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mbkqc4sz2oz6t0j58mxz.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An operator is a special symbol that performs specific operations on one, two, or three operands and then returns a result. &lt;/li&gt;
&lt;li&gt;&lt;p&gt;Operators can be grouped according to the number of values they take.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Unary operators take only one value, for example, ++ (the increment operator).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Binary operators take two values, for example, arithmetic operators familiars like + (plus) and - (minus), and the majority of PHP operators.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To read more Visit the website:(&lt;a href="https://tutorialsprog.com/php/php-operators"&gt;https://tutorialsprog.com/php/php-operators&lt;/a&gt;)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why PHP?</title>
      <dc:creator>Yunus Kibebu</dc:creator>
      <pubDate>Sat, 01 Oct 2022 19:09:01 +0000</pubDate>
      <link>https://dev.to/yunuski/why-php-mag</link>
      <guid>https://dev.to/yunuski/why-php-mag</guid>
      <description>&lt;ul&gt;
&lt;li&gt;PHP is much easier to learn and use.&lt;/li&gt;
&lt;li&gt;PHP was written specifically for dynamic Web page creation.&lt;/li&gt;
&lt;li&gt;PHP is both free and cross-platform.&lt;/li&gt;
&lt;li&gt;PHP is the most popular tool available for developing dynamic Web sites.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;PHP you are not limited to output by HTML but include other outputting methods like images, PDF files, and even Flash movies (using libswf and Ming) generated on the fly. You can also output easily any text, such as XHTML and any other XML file. PHP can autogenerate these files, and save them in the file system, instead of printing them out, forming a server-side cache for your dynamic content.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;One of the strongest and most significant features of PHP is its support for a wide range of databases. Writing a database-enabled web page is incredibly simple by using one of the database-specific extensions (e.g., MySQL), using an abstraction layer like PDO, or connecting to any database supporting the Open Database Connection standard via the ODBC extension. Other databases may utilize cURL or sockets, like CouchDB.&lt;br&gt;
To read more Visit the website:(&lt;a href="https://tutorialsprog.com/php"&gt;https://tutorialsprog.com/php&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
