<?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: Ahmed Mohsen</title>
    <description>The latest articles on DEV Community by Ahmed Mohsen (@frodoe7).</description>
    <link>https://dev.to/frodoe7</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%2F124168%2F9e16b4b3-a734-454d-8571-3b44900d42dd.jpg</url>
      <title>DEV Community: Ahmed Mohsen</title>
      <link>https://dev.to/frodoe7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frodoe7"/>
    <language>en</language>
    <item>
      <title>I "Vibe Coded" a real-time meme coins tracker with Antigravity</title>
      <dc:creator>Ahmed Mohsen</dc:creator>
      <pubDate>Sat, 03 Jan 2026 12:17:07 +0000</pubDate>
      <link>https://dev.to/frodoe7/i-vibe-coded-a-real-time-meme-coins-tracker-with-antigravity-okg</link>
      <guid>https://dev.to/frodoe7/i-vibe-coded-a-real-time-meme-coins-tracker-with-antigravity-okg</guid>
      <description>&lt;p&gt;I’ve been a software engineer for 9 years, and usually, when I want to build a side project, I overthink the architecture. But for my crypto trading, I didn't need a complex engine with WebSockets and heavy dashboards. I just needed a simple way to track prices and handle my buys/sells via APIs.&lt;/p&gt;

&lt;p&gt;I decided to try Google Antigravity to see if I could build a "lite" tool purely by focusing on the workflow. Since it was just for me, I didn't want a login system or a database. I just wanted to "vibe" it into existence in a few hours.&lt;/p&gt;

&lt;p&gt;What mostly I like is Intent-driven UI, I told Antigravity the specific metrics I care about when I'm trading. It scaffolded a clean, simple interface that just works.&lt;/p&gt;

&lt;p&gt;After nearly a decade of "traditional" coding, using an agentic IDE like Antigravity felt like a different world. I wasn't fighting with CSS or boilerplate; I was just making sure the data from the API matched my trading needs.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://memefolio.link" rel="noopener noreferrer"&gt;Memefolio&lt;/a&gt; in less than 2 days, it's public, free, even no login required.&lt;/p&gt;

&lt;p&gt;Do you think, vibe coding works well with the bigger projects?&lt;/p&gt;

</description>
      <category>vibecoding</category>
      <category>antigravity</category>
      <category>showdev</category>
      <category>crypto</category>
    </item>
    <item>
      <title>Upwork Notifier</title>
      <dc:creator>Ahmed Mohsen</dc:creator>
      <pubDate>Fri, 17 Jun 2022 13:12:33 +0000</pubDate>
      <link>https://dev.to/frodoe7/upwork-notifier-4kme</link>
      <guid>https://dev.to/frodoe7/upwork-notifier-4kme</guid>
      <description>&lt;p&gt;I'm a freelancer/developer working through Upwork, tried to find any solution to get updates and notifications whenever any new suitable job posted in the platform,&lt;/p&gt;

&lt;p&gt;I tried to use some Google Chrome extensions, none of them are still working anymore.&lt;/p&gt;

&lt;p&gt;So, I built this simple tool and it's &lt;a href="https://github.com/frodoe7/upworkNotifie"&gt;open source&lt;/a&gt;, if anyone would like to use it or contribute to it&lt;/p&gt;

&lt;p&gt;Some features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real time notifications for any new jobs&lt;/li&gt;
&lt;li&gt;Copy cover letter template while opening the job post URL&lt;/li&gt;
&lt;li&gt;Cross-platform working on Windows, MacOS and Linux&lt;/li&gt;
&lt;li&gt;Configurable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Download it from &lt;a href="https://github.com/frodoe7/upworkNotifier/blob/main/readme.md#downloads-last-update-in-17-june-2022"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read the &lt;a href="https://github.com/frodoe7/upworkNotifier/blob/main/readme.md#getting-start"&gt;getting start&lt;/a&gt; to use it&lt;/p&gt;

</description>
      <category>upwork</category>
      <category>notifier</category>
      <category>notifications</category>
    </item>
    <item>
      <title>Showcasing my personal website</title>
      <dc:creator>Ahmed Mohsen</dc:creator>
      <pubDate>Sat, 03 Apr 2021 23:22:49 +0000</pubDate>
      <link>https://dev.to/frodoe7/showcasing-my-personal-website-2kb2</link>
      <guid>https://dev.to/frodoe7/showcasing-my-personal-website-2kb2</guid>
      <description>&lt;p&gt;Before actually building my website , I took about 3 weeks thinking about a new design concept , and then a single week to make a quick design for it.&lt;/p&gt;

&lt;p&gt;I divided the page design into 2 sides (left and right side)&lt;/p&gt;

&lt;p&gt;the left side is fixed (it includes my basic info and the navigation utils)&lt;/p&gt;

&lt;p&gt;the right side is dynamic (it displays the content for the current navigation page)&lt;/p&gt;

&lt;p&gt;I preferred to use programming symbols and expressions inside it , to express my software development job.&lt;/p&gt;

&lt;p&gt;That's why , I put a CLI to navigate with it and used HTML-like tags in the titles , also based on my UX friend suggestion , I put a normal navigation buttons , so the non-tech visitors can navigate easily in the website instead of using this CLI.&lt;/p&gt;

&lt;p&gt;I used collection of different UI colors , each section has its own unique color.&lt;/p&gt;

&lt;p&gt;The website helped me in promoting my professional experiences for the companies and the potential customers.&lt;/p&gt;

&lt;p&gt;Take a look and share your feedback&lt;br&gt;
&lt;a href="https://ahmedeveloper.com"&gt;https://ahmedeveloper.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also share your own website , will tell you my feedback.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
