<?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: Rupak Basnet</title>
    <description>The latest articles on DEV Community by Rupak Basnet (@rupak2).</description>
    <link>https://dev.to/rupak2</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%2F2823572%2F2b43daec-c8fe-4c3f-b802-f03014c302c3.png</url>
      <title>DEV Community: Rupak Basnet</title>
      <link>https://dev.to/rupak2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rupak2"/>
    <language>en</language>
    <item>
      <title>SHOULD I BE SCARED OF AI OR NOT ?</title>
      <dc:creator>Rupak Basnet</dc:creator>
      <pubDate>Tue, 22 Sep 2026 04:31:06 +0000</pubDate>
      <link>https://dev.to/rupak2/should-i-be-scared-of-ai-or-not--elk</link>
      <guid>https://dev.to/rupak2/should-i-be-scared-of-ai-or-not--elk</guid>
      <description>&lt;h2&gt;
  
  
  AI made me a much faster developer… but did it make me a weaker one?
&lt;/h2&gt;

&lt;p&gt;Just a genuine question for other developers who started coding around the same time as me.&lt;/p&gt;

&lt;p&gt;I’ve been coding professionally for around &lt;strong&gt;1.5 years&lt;/strong&gt;, mostly in startups.&lt;/p&gt;

&lt;p&gt;When I started learning, AI was already around, but it wasn’t &lt;em&gt;this&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I remember having to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Read documentation for hours&lt;/li&gt;
&lt;li&gt;Beat the shit out of a bug until I understood it&lt;/li&gt;
&lt;li&gt;Search through GitHub issues and Stack Overflow&lt;/li&gt;
&lt;li&gt;Actually understand why something was breaking&lt;/li&gt;
&lt;li&gt;Spend an entire day fixing something that probably looked stupid afterward&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then, gradually, AI coding assistants got much better.&lt;/p&gt;

&lt;p&gt;And then came &lt;strong&gt;agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Suddenly, things changed.&lt;/p&gt;

&lt;h2&gt;
  
  
  1 week → 1 day
&lt;/h2&gt;

&lt;p&gt;Today, I can take a feature that might have taken me &lt;strong&gt;a week&lt;/strong&gt; before and sometimes deliver it in &lt;strong&gt;a day&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I can build things from scratch.&lt;/p&gt;

&lt;p&gt;I can jump into an unfamiliar codebase.&lt;/p&gt;

&lt;p&gt;I can implement APIs, frontend features, database changes, integrations, debugging fixes, etc.&lt;/p&gt;

&lt;p&gt;And honestly, it feels insane how much more I can deliver.&lt;/p&gt;

&lt;p&gt;But there's a weird problem.&lt;/p&gt;

&lt;h3&gt;
  
  
  I feel like I'm stuck somewhere in the middle
&lt;/h3&gt;

&lt;p&gt;I know enough to &lt;strong&gt;understand what I want to build&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I know enough to &lt;strong&gt;guide the AI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I know enough to &lt;strong&gt;review what it produces&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I can usually tell when something doesn't look right.&lt;/p&gt;

&lt;p&gt;But sometimes...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you completely remove AI from the equation, I feel stuck on things I probably shouldn't be stuck on.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And the stupidest example?&lt;/p&gt;

&lt;p&gt;I sometimes don't even want to manually change a color anymore.&lt;/p&gt;

&lt;p&gt;😂&lt;/p&gt;

&lt;p&gt;I'll literally think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Let me just ask the AI to do this."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Instead of spending 10 seconds doing it myself.&lt;/p&gt;

&lt;h3&gt;
  
  
  The part that worries me
&lt;/h3&gt;

&lt;p&gt;I don't think AI has made me incapable of coding.&lt;/p&gt;

&lt;p&gt;If anything, it has allowed me to build &lt;strong&gt;far more than I could before&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But I feel like it has weakened some of the struggle that actually builds intuition.&lt;/p&gt;

&lt;p&gt;That uncomfortable process of:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Why the hell is this not working?"&lt;/p&gt;

&lt;p&gt;"Let me read the docs again."&lt;/p&gt;

&lt;p&gt;"Let me inspect this."&lt;/p&gt;

&lt;p&gt;"Oh... THAT'S why."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That process sucks while you're doing it.&lt;/p&gt;

&lt;p&gt;But that's also where you learn.&lt;/p&gt;

&lt;p&gt;Now, sometimes the process is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Why isn't this working?"&lt;/p&gt;

&lt;p&gt;&lt;em&gt;paste into AI&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;"Oh, okay."&lt;/p&gt;

&lt;p&gt;&lt;em&gt;fixed&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And I move on.&lt;/p&gt;

&lt;h3&gt;
  
  
  So I'm curious about other developers
&lt;/h3&gt;

&lt;p&gt;Especially people who started their careers around the rise of AI coding tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have you experienced something similar?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Do you feel like AI has:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Made you significantly better because you can build and learn faster?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; Made you dependent on it for things you used to be able to figure out yourself?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; A bit of both?&lt;/p&gt;

&lt;p&gt;I'm not trying to argue that AI is bad or that we should go back to debugging everything manually.&lt;/p&gt;

&lt;p&gt;I genuinely want to know how other developers are dealing with this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do you make sure AI remains a tool that makes you faster, rather than a crutch that prevents you from getting better?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>agents</category>
    </item>
    <item>
      <title>SQL DUMP CLI |||</title>
      <dc:creator>Rupak Basnet</dc:creator>
      <pubDate>Mon, 23 Feb 2026 11:12:37 +0000</pubDate>
      <link>https://dev.to/rupak2/sql-dump-cli--1iaa</link>
      <guid>https://dev.to/rupak2/sql-dump-cli--1iaa</guid>
      <description>&lt;p&gt;Showing how to use the &lt;strong&gt;SQL CLI&lt;/strong&gt; to dump, backup, and restore a &lt;strong&gt;MySQL database&lt;/strong&gt;, including tables, triggers, stored procedures, and events. This is perfect for developers who want a complete &lt;strong&gt;mysqldump&lt;/strong&gt; workflow.&lt;/p&gt;

&lt;p&gt;Dump Only Tables + Data&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysqldump -u root -p capital_test_db &amp;gt; backup_tables.sql

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;backup_tables.sql → contains tables and their data only&lt;/p&gt;

&lt;p&gt;Dump Full Database (Tables + Data + Triggers + Procedures + Events)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysqldump -u root -p \
  --routines \
  --triggers \
  --events \
  capital_test_db &amp;gt; backup_full.sql

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;backup_full.sql → contains everything&lt;/p&gt;

&lt;p&gt;Verify Dump Contents&lt;/p&gt;

&lt;h1&gt;
  
  
  Check triggers, procedures, events (for full dump only)
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;grep -E "CREATE TRIGGER|CREATE PROCEDURE|CREATE EVENT" backup_full.sql

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Create Target Database&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysql -u root -p
CREATE DATABASE capital_clone;
exit;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Import Dump into Target Database&lt;/p&gt;

&lt;h1&gt;
  
  
  For tables + data only
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysql -u root -p capital_clone &amp;lt; backup_tables.sql

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  For full database
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysql -u root -p capital_clone &amp;lt; backup_full.sql

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Optional: Enable Event Scheduler&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mysql -u root -p
SET GLOBAL event_scheduler = ON;
exit;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;capital_clone now has tables + data, or full database depending on which dump you imported.&lt;/p&gt;

</description>
      <category>procedures</category>
      <category>cli</category>
      <category>sql</category>
      <category>sqldump</category>
    </item>
  </channel>
</rss>
