<?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: Adrian </title>
    <description>The latest articles on DEV Community by Adrian  (@amanso23).</description>
    <link>https://dev.to/amanso23</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%2F3783811%2Fbee6a2c9-e81d-4b31-8868-5e6057fcd9de.jpeg</url>
      <title>DEV Community: Adrian </title>
      <link>https://dev.to/amanso23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amanso23"/>
    <language>en</language>
    <item>
      <title>The Story Behind Fast Todos</title>
      <dc:creator>Adrian </dc:creator>
      <pubDate>Tue, 24 Feb 2026 12:15:30 +0000</pubDate>
      <link>https://dev.to/amanso23/the-story-behind-fast-todos-nml</link>
      <guid>https://dev.to/amanso23/the-story-behind-fast-todos-nml</guid>
      <description>&lt;p&gt;I &lt;strong&gt;never&lt;/strong&gt; intended to launch a SaaS. Honestly, I just wanted to build a tool that worked the way my brain does. It started during a different project.&lt;/p&gt;

&lt;p&gt;I was using a &lt;strong&gt;simple text file&lt;/strong&gt; as a to-do list because everything else felt too heavy. I realized that apps like &lt;strong&gt;Notion&lt;/strong&gt;, while powerful, imposed a &lt;strong&gt;cognitive load&lt;/strong&gt; I didn't want. I didn't want a learning curve; I wanted something for the moment, &lt;strong&gt;fast&lt;/strong&gt;, &lt;strong&gt;simple&lt;/strong&gt;, and &lt;strong&gt;effective&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I’m far from being a "&lt;strong&gt;brilliant&lt;/strong&gt;" developer. I just focused on what I needed most: &lt;strong&gt;staying in the flow&lt;/strong&gt;. That led me to build a system entirely driven by &lt;strong&gt;keyboard shortcuts&lt;/strong&gt;. No mouse, no distractions, just execution.&lt;/p&gt;

&lt;p&gt;I eventually put the app online, and to my surprise, I got &lt;strong&gt;my first paying customer&lt;/strong&gt;. I used to think it was just luck. But now I realize that when you build something to solve your own &lt;strong&gt;genuine frustration&lt;/strong&gt;, you end up building something that &lt;strong&gt;resonates with others&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hard work&lt;/strong&gt; doesn't always bring immediate wealth, but it brings the reward of &lt;strong&gt;creating something that actually works&lt;/strong&gt;. If success follows, it will be a consequence of that work.&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.amazonaws.com%2Fuploads%2Farticles%2Fusx10zrct42leqqvx5mi.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.amazonaws.com%2Fuploads%2Farticles%2Fusx10zrct42leqqvx5mi.png" alt="fasttodos-og" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>saas</category>
    </item>
    <item>
      <title>I built a todo app for people who hate todo apps ✅</title>
      <dc:creator>Adrian </dc:creator>
      <pubDate>Sat, 21 Feb 2026 11:15:18 +0000</pubDate>
      <link>https://dev.to/amanso23/i-built-a-todo-app-for-people-who-hate-todo-apps-m18</link>
      <guid>https://dev.to/amanso23/i-built-a-todo-app-for-people-who-hate-todo-apps-m18</guid>
      <description>&lt;h1&gt;
  
  
  I built Fast Todos — a keyboard-first task manager
&lt;/h1&gt;

&lt;p&gt;No AI, no calendar, no reminders. Just projects and tasks.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Fast Todos&lt;/strong&gt; is a minimal task manager for developers. Three statuses, priorities, and full keyboard navigation. No extra features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Statuses:&lt;/strong&gt; 📋 Todo · ⚡ In Progress · ✅ Finished&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Priorities:&lt;/strong&gt; 🔴 High · 🟡 Medium · 🟢 Low&lt;/p&gt;




&lt;h2&gt;
  
  
  Keyboard shortcuts
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;⌘ + K       Create project or task
↑ / ↓        Navigate
T / P / F    Change status
1 / 2 / 3    Set priority
D            Duplicate
⌫           Delete
⌃Z           Undo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Coming soon
&lt;/h2&gt;

&lt;p&gt;CLI support — manage tasks from the terminal.&lt;/p&gt;




&lt;h2&gt;
  
  
  Launching this Tuesday in PH 🚀
&lt;/h2&gt;

&lt;p&gt;I'm launching &lt;strong&gt;Fast Todos&lt;/strong&gt; on Product Hunt this &lt;strong&gt;Tuesday, Feb 24th&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.producthunt.com/products/fast-todos?utm_source=other&amp;amp;utm_medium=social" rel="noopener noreferrer"&gt;Notify me on Product Hunt&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Desktop only. Free plan available.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://fasttodos.dev" rel="noopener noreferrer"&gt;fasttodos.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
