<?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: Abdul Bari Buriro</title>
    <description>The latest articles on DEV Community by Abdul Bari Buriro (@burirodev).</description>
    <link>https://dev.to/burirodev</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4084277%2Fc491a1ea-314a-4d5f-8195-a486549db235.jpeg</url>
      <title>DEV Community: Abdul Bari Buriro</title>
      <link>https://dev.to/burirodev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/burirodev"/>
    <language>en</language>
    <item>
      <title>Hey everyone! 👋

I’m Abdul Bari, a backend developer from Pakistan 🇵🇰.

I’m excited to be here on DEV.to and looking forward to sharing my journey, lessons learned, projects, and everything I discover along the way as a developer.

Let’s connect, learn,</title>
      <dc:creator>Abdul Bari Buriro</dc:creator>
      <pubDate>Wed, 19 Aug 2026 06:06:56 +0000</pubDate>
      <link>https://dev.to/burirodev/hey-everyone-im-abdul-bari-a-backend-developer-from-pakistan-im-excited-to-be-here-1io7</link>
      <guid>https://dev.to/burirodev/hey-everyone-im-abdul-bari-a-backend-developer-from-pakistan-im-excited-to-be-here-1io7</guid>
      <description></description>
      <category>backend</category>
      <category>community</category>
      <category>developers</category>
      <category>discuss</category>
    </item>
    <item>
      <title>how die() helps you in debugging (PHP)</title>
      <dc:creator>Abdul Bari Buriro</dc:creator>
      <pubDate>Wed, 19 Aug 2026 06:03:21 +0000</pubDate>
      <link>https://dev.to/burirodev/how-die-help-you-in-debugging-php-2pb4</link>
      <guid>https://dev.to/burirodev/how-die-help-you-in-debugging-php-2pb4</guid>
      <description>&lt;h1&gt;
  
  
  HOW die() HELPED ME IN DEBUGGING
&lt;/h1&gt;

&lt;p&gt;As a beginner PHP developer I used to struggle a lot in debugging  specially when projects are large and with legacy code, then one of my senior advised to use die(), at first I was surprised as we use die() for stopping script completely not something that comes under debugging rule, as per my knowledge.&lt;/p&gt;

&lt;p&gt;BUT....&lt;/p&gt;

&lt;p&gt;It turned out to be life saving, it lets you know exactly where you are on the code, and what values you want to check (EXTREMELY HELPFUL IN BACKEND) even you can die the query in the die() (example: die("SELECT * FROM USERS WHERE id = $id")). I got better at it; however this should be not used in live code to avoid any server related issues.&lt;/p&gt;

&lt;p&gt;That’s all for now. &lt;/p&gt;

&lt;p&gt;Signing off....&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Buriro&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>php</category>
      <category>debugging</category>
      <category>learning</category>
      <category>errors</category>
    </item>
  </channel>
</rss>
