<?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>Don't Use Frameworks (if you are a junior)</title>
      <dc:creator>Abdul Bari Buriro</dc:creator>
      <pubDate>Thu, 20 Aug 2026 10:37:07 +0000</pubDate>
      <link>https://dev.to/burirodev/dont-use-frameworks-if-you-are-a-junior-3c1o</link>
      <guid>https://dev.to/burirodev/dont-use-frameworks-if-you-are-a-junior-3c1o</guid>
      <description>&lt;p&gt;When I started programming, I was spending most of my time on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Debugging&lt;/li&gt;
&lt;li&gt;Logic building&lt;/li&gt;
&lt;li&gt;Language basics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hated it.&lt;/p&gt;

&lt;p&gt;Because my thinking was, if AI can write code, learning these things felt irrelevant — to be honest.&lt;/p&gt;

&lt;p&gt;I felt like I was being left behind in the race of development, as people at my level were exploring trending frameworks like Node.js, Vue, Laravel, etc.&lt;/p&gt;

&lt;p&gt;But now I realize I did the right thing.&lt;/p&gt;

&lt;p&gt;These things were building my foundation, which is very important for understanding complex ideas later. And most importantly, you learn problem-solving — that's the most valuable skill.&lt;/p&gt;

&lt;p&gt;Learning frameworks while ignoring these fundamentals can be confusing. Most frameworks have complicated structures for beginners, which can make things confusing and limit the development of raw logic that actually helps you learn these frameworks easily.&lt;/p&gt;

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

&lt;p&gt;— Buriro&lt;/p&gt;

</description>
      <category>softwareengineering</category>
      <category>programming</category>
      <category>productivity</category>
      <category>coding</category>
    </item>
    <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>
