<?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: Việt Anh Phạm</title>
    <description>The latest articles on DEV Community by Việt Anh Phạm (@vietanhbkaaa).</description>
    <link>https://dev.to/vietanhbkaaa</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%2F3274292%2Fbf5579fc-7f47-46b5-b4f9-924af6496e5e.png</url>
      <title>DEV Community: Việt Anh Phạm</title>
      <link>https://dev.to/vietanhbkaaa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vietanhbkaaa"/>
    <language>en</language>
    <item>
      <title>💡 One Tiny Prompting Trick That Changes Everything</title>
      <dc:creator>Việt Anh Phạm</dc:creator>
      <pubDate>Thu, 26 Jun 2025 16:16:14 +0000</pubDate>
      <link>https://dev.to/vietanhbkaaa/one-tiny-prompting-trick-that-changes-everything-a1p</link>
      <guid>https://dev.to/vietanhbkaaa/one-tiny-prompting-trick-that-changes-everything-a1p</guid>
      <description>&lt;p&gt;Growing up, I was obsessed with those old Hong Kong mafia flicks.&lt;br&gt;
The boss never needed to shout.&lt;br&gt;
Just a tilt of the head. A silent stare. Maybe a small gesture… and his team was already moving.&lt;/p&gt;

&lt;p&gt;No noise. No fuss. Just instant action.&lt;/p&gt;

&lt;p&gt;🤔 What Does That Have to Do With AI?&lt;br&gt;
Turns out, getting an AI model to follow your intention smoothly… kind of works the same way.&lt;/p&gt;

&lt;p&gt;Not with shouting (long-winded prompts),&lt;br&gt;
But with quiet precision.&lt;/p&gt;

&lt;p&gt;The key?&lt;br&gt;
👉 Design your own shorthand.&lt;br&gt;
Make your prompts work like code.&lt;/p&gt;

&lt;p&gt;🔧 Here's How I Do It&lt;br&gt;
Instead of writing full instructions like:&lt;/p&gt;

&lt;p&gt;"Please translate this sentence into Arabic, using a polite and simple tone."&lt;/p&gt;

&lt;p&gt;I define internal syntax that only I need to understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"&amp;gt; means: translate into the last-used language, keep it gentle"&lt;/li&gt;
&lt;li&gt;"&amp;lt; means: translate back to English"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now I type:&lt;/p&gt;

&lt;p&gt;"&amp;gt; Oh I see" &lt;br&gt;
That’s it. Fast, readable, and it just works.&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%2Ff8uwl6a2xl9jhyj9q68a.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%2Ff8uwl6a2xl9jhyj9q68a.png" alt="Image description" width="618" height="1051"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎯 Why It Works&lt;br&gt;
✅ Saves time&lt;/p&gt;

&lt;p&gt;✅ Reduces friction&lt;/p&gt;

&lt;p&gt;✅ Keeps your mind focused on what you want, not how to say it&lt;/p&gt;

&lt;p&gt;Think of it like building muscle memory for your prompts.&lt;br&gt;
Instead of copy-pasting or repeating yourself… your custom syntax does the heavy lifting.&lt;/p&gt;

&lt;p&gt;🚀 Bonus: QuickAsk AI Makes It Even Easier&lt;br&gt;
QuickAsk AI now supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompt aliases built into the UI&lt;/li&gt;
&lt;li&gt;Sticky translations and note-based memory&lt;/li&gt;
&lt;li&gt;And no switching tabs — just highlight and go&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⚡ Try it here → &lt;a href="https://quickask.me" rel="noopener noreferrer"&gt;https://quickask.me&lt;/a&gt;&lt;br&gt;
🧩 Install from the Chrome Web Store: &lt;a href="https://chrome.google.com/webstore/detail/quickask-ai-d%E1%BB%8Bch-ho%E1%BA%B7c-h%E1%BB%8Fi/jnejgogaflifpdgecjfhpgdiabbeipag" rel="noopener noreferrer"&gt;https://chrome.google.com/webstore/detail/quickask-ai-d%E1%BB%8Bch-ho%E1%BA%B7c-h%E1%BB%8Fi/jnejgogaflifpdgecjfhpgdiabbeipag&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Prompts don’t have to be long.&lt;br&gt;
They just have to be yours.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>tiptrick</category>
      <category>promptengineering</category>
      <category>extensions</category>
    </item>
    <item>
      <title>Cut Your Tab Count in Half: How I Embedded AI Into My Workflow</title>
      <dc:creator>Việt Anh Phạm</dc:creator>
      <pubDate>Sat, 21 Jun 2025 16:02:24 +0000</pubDate>
      <link>https://dev.to/vietanhbkaaa/cut-your-tab-count-in-half-how-i-embedded-ai-into-my-workflow-505d</link>
      <guid>https://dev.to/vietanhbkaaa/cut-your-tab-count-in-half-how-i-embedded-ai-into-my-workflow-505d</guid>
      <description>&lt;p&gt;I used to juggle 20+ browser tabs daily.&lt;br&gt;&lt;br&gt;
Slack, Gmail, Google Docs, ChatGPT, dashboards — all open, all fighting for my attention.&lt;/p&gt;

&lt;p&gt;I thought I was multitasking like a pro.&lt;br&gt;&lt;br&gt;
Turns out, I was just switching contexts &lt;em&gt;way too much&lt;/em&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Real Bottleneck? Not Time — Context.
&lt;/h3&gt;

&lt;p&gt;Every small task involved:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Searching for info in Tab A
&lt;/li&gt;
&lt;li&gt;Copying it to ChatGPT in Tab B
&lt;/li&gt;
&lt;li&gt;Reading the output
&lt;/li&gt;
&lt;li&gt;Going back to act on it
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This flow repeated dozens of times, killing both focus and energy.&lt;/p&gt;




&lt;h3&gt;
  
  
  Then I Installed QuickAsk AI
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://quickask.me" rel="noopener noreferrer"&gt;QuickAsk AI&lt;/a&gt; is a lightweight browser extension that connects directly with ChatGPT, Gemini, and Claude &lt;strong&gt;without switching tabs&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Features I use daily:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 Highlight + right-click to translate, rephrase, or summarize
&lt;/li&gt;
&lt;li&gt;📄 Summarize an entire page instantly
&lt;/li&gt;
&lt;li&gt;💬 Inline follow-ups with AI responses&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  The Results
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;⏱ Tasks complete ~30% faster
&lt;/li&gt;
&lt;li&gt;🧠 Mental fatigue = down
&lt;/li&gt;
&lt;li&gt;📌 I stay on one page longer and finish what I start&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Bonus Use Cases
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Customer emails: rewrite tone
&lt;/li&gt;
&lt;li&gt;Legal docs: ask for simpler explanations
&lt;/li&gt;
&lt;li&gt;Strategy planning: highlight reports, get key points fast&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Try It Yourself
&lt;/h3&gt;

&lt;p&gt;🔗 &lt;a href="https://quickask.me" rel="noopener noreferrer"&gt;Learn more about QuickAsk AI&lt;/a&gt;&lt;br&gt;&lt;br&gt;
🧩 &lt;a href="https://chrome.google.com/webstore/detail/quickask-ai-d%E1%BB%8Bch-ho%E1%BA%B7c-h%E1%BB%8Fi/jnejgogaflifpdgecjfhpgdiabbeipag" rel="noopener noreferrer"&gt;Install from the Chrome Web Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let your browser &lt;em&gt;think&lt;/em&gt; with you, not against you.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>chromeextension</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
    <item>
      <title>🚀 Boost Your Productivity with QuickAsk GPT – A Chrome Extension for Instant AI Replies</title>
      <dc:creator>Việt Anh Phạm</dc:creator>
      <pubDate>Wed, 18 Jun 2025 16:05:41 +0000</pubDate>
      <link>https://dev.to/vietanhbkaaa/boost-your-productivity-with-quickask-gpt-a-chrome-extension-for-instant-ai-replies-12l6</link>
      <guid>https://dev.to/vietanhbkaaa/boost-your-productivity-with-quickask-gpt-a-chrome-extension-for-instant-ai-replies-12l6</guid>
      <description>&lt;p&gt;Working with ChatGPT, Gemini, or Claude while browsing the web? If your workflow involves copying text, switching tabs, and pasting prompts into AI tools — you know how repetitive and distracting it can get.&lt;/p&gt;

&lt;p&gt;That’s exactly the pain point I ran into. So I built &lt;a href="https://quickask.me" rel="noopener noreferrer"&gt;QuickAsk GPT&lt;/a&gt; — a lightweight Chrome extension designed to cut down the friction between reading and asking AI.&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%2Fwu37krtmocvaqpq7a920.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%2Fwu37krtmocvaqpq7a920.png" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔍 The Problem&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Let’s be real — here’s the usual routine:&lt;/li&gt;
&lt;li&gt;Highlight text on a page&lt;/li&gt;
&lt;li&gt;Copy it&lt;/li&gt;
&lt;li&gt;Search through open tabs to find your AI tool&lt;/li&gt;
&lt;li&gt;Paste the text&lt;/li&gt;
&lt;li&gt;Re-type the same prompt again (especially for translations or summaries)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Doing this 10–20 times a day adds up quickly. It breaks your focus and slows down your research or development flow.&lt;/p&gt;

&lt;p&gt;⚙️ The Solution: How QuickAsk GPT Works&lt;br&gt;
Highlight any text on any webpage&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A smart floating button appears: "Ask AI" or "Trans"&lt;/li&gt;
&lt;li&gt;On click, the extension auto-copies the content, masks sensitive info (like tokens, emails, etc.), and sends it directly to your preferred AI tool&lt;/li&gt;
&lt;li&gt;You get the response in a clean popup window, right on the page — no tab switching, no repetitive copy-paste&lt;/li&gt;
&lt;li&gt;It supports ChatGPT, Claude, Gemini, and even custom GPT APIs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔧 Dev-Friendly Features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Built with modular JS + clean CSS, responsive across screen sizes&lt;/li&gt;
&lt;li&gt;Open AI interaction is configurable (API vs UI-based)&lt;/li&gt;
&lt;li&gt;Supports multi-language prompts and in-place translations&lt;/li&gt;
&lt;li&gt;Doesn’t collect user data; processing stays on client-side&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🌐 Try It Out&lt;br&gt;
You can install it from the Chrome Web Store here:&lt;br&gt;
👉 &lt;a href="https://quickask.me" rel="noopener noreferrer"&gt;quickask.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No setup required. Just highlight, click, and chat.&lt;/p&gt;

&lt;p&gt;💬 Your Feedback Matters&lt;br&gt;
This started as a weekend project to scratch my own itch, but I realized many devs and researchers need something like this. If you have ideas or want to contribute — I’d love to hear from you.&lt;/p&gt;

&lt;p&gt;Let me know what you'd add to improve this workflow. PRs and feature requests welcome.&lt;/p&gt;

&lt;p&gt;Built for people who like to keep their hands on the keyboard, not switching tabs.&lt;/p&gt;

</description>
      <category>chromeextension</category>
      <category>ai</category>
      <category>devtools</category>
      <category>extensions</category>
    </item>
  </channel>
</rss>
