<?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: Tareq Aziz</title>
    <description>The latest articles on DEV Community by Tareq Aziz (@tareqpro).</description>
    <link>https://dev.to/tareqpro</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%2F681770%2F09b7bdb1-9fe4-4b25-9049-ccbe483b22fc.jpeg</url>
      <title>DEV Community: Tareq Aziz</title>
      <link>https://dev.to/tareqpro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tareqpro"/>
    <language>en</language>
    <item>
      <title>Why I Started Building Another Video Editor</title>
      <dc:creator>Tareq Aziz</dc:creator>
      <pubDate>Fri, 21 Aug 2026 23:09:08 +0000</pubDate>
      <link>https://dev.to/tareqpro/why-i-started-building-another-video-editor-1ff2</link>
      <guid>https://dev.to/tareqpro/why-i-started-building-another-video-editor-1ff2</guid>
      <description>&lt;p&gt;There are already a ridiculous number of video editors.&lt;/p&gt;

&lt;p&gt;So naturally, I decided to build another one.&lt;/p&gt;

&lt;p&gt;The idea started with a pretty simple frustration.&lt;/p&gt;

&lt;p&gt;Sometimes I just want to edit a video.&lt;/p&gt;

&lt;p&gt;Cut a few clips. Move them around. Add some text. Add music. Make a few adjustments. Export.&lt;/p&gt;

&lt;p&gt;But modern video editors can make even simple things feel complicated.&lt;/p&gt;

&lt;p&gt;That's not necessarily a bad thing. Professional editors need professional tools.&lt;/p&gt;

&lt;p&gt;But I started wondering:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if the editor itself got out of the way?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's where MotionCut started.&lt;/p&gt;

&lt;p&gt;I'm trying to build a desktop video editor around a simple idea: the software should feel obvious.&lt;/p&gt;

&lt;p&gt;You shouldn't have to spend your first hour learning the interface before you can make your first edit.&lt;/p&gt;

&lt;p&gt;I'm not trying to win by having the most features.&lt;/p&gt;

&lt;p&gt;I'm trying to win by making the features people actually use feel really good.&lt;/p&gt;

&lt;p&gt;It's still early. There are things that are broken, things I haven't figured out yet, and plenty of decisions I'm going to change.&lt;/p&gt;

&lt;p&gt;But that's exactly why I'm starting to show it now.&lt;/p&gt;

&lt;p&gt;I'd rather have 20 people tell me honestly what sucks than have 20,000 people tell me everything looks great.&lt;/p&gt;

&lt;p&gt;So if you edit videos, I'm curious:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's the one thing about your current video editor that drives you crazy?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That answer might end up influencing what I build next.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp9lzwsgl2btlfvsp62ot.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp9lzwsgl2btlfvsp62ot.png" alt="MotionCut" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>startup</category>
    </item>
    <item>
      <title>Build Admin Panels &amp; REST APIs from JSON Schemas in Minutes with NextMin 🚀</title>
      <dc:creator>Tareq Aziz</dc:creator>
      <pubDate>Fri, 26 Sep 2025 04:15:57 +0000</pubDate>
      <link>https://dev.to/tareqpro/build-admin-panels-rest-apis-from-json-schemas-in-minutes-with-nextmin-b0c</link>
      <guid>https://dev.to/tareqpro/build-admin-panels-rest-apis-from-json-schemas-in-minutes-with-nextmin-b0c</guid>
      <description>&lt;p&gt;Tired of boilerplate CRUD, auth, and admin dashboards? Meet NextMin — a developer toolkit that converts JSON schemas into production-ready REST APIs and React Admin Panels.&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;p&gt;⚡ Schema-driven API – auto CRUD, auth, validation, file storage&lt;/p&gt;

&lt;p&gt;🛠️ React Admin – ready pages: auth, list, forms, profile, settings&lt;/p&gt;

&lt;p&gt;🔌 Next.js Support – App Router works out of the box&lt;/p&gt;

&lt;p&gt;☁️ File Storage – local/S3 with MongoDB index sync&lt;/p&gt;

&lt;p&gt;♻️ Hot Reloading – update schemas, see instant changes&lt;/p&gt;

&lt;p&gt;Quickstart:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i @airoom/nextmin-node
npm i @airoom/nextmin-react
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Demo: 👉 &lt;a href="https://nextmin-playground.gscodes.dev/" rel="noopener noreferrer"&gt;Playground&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Call to Action:&lt;br&gt;
Check the docs 👉 &lt;a href="https://nextmin.gscodes.dev/" rel="noopener noreferrer"&gt;https://nextmin.gscodes.dev/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tags: #NextJS #NodeJS #React #TypeScript #DevTools #OpenSource&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>node</category>
      <category>react</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
