<?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: Assmira Lahcen</title>
    <description>The latest articles on DEV Community by Assmira Lahcen (@lahcenassmira).</description>
    <link>https://dev.to/lahcenassmira</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%2F1218304%2F230bbdb5-320d-4f08-9ab9-ba4a588ec16d.png</url>
      <title>DEV Community: Assmira Lahcen</title>
      <link>https://dev.to/lahcenassmira</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lahcenassmira"/>
    <language>en</language>
    <item>
      <title>Building Real-Time Team Collaboration in ChartStud From Idea to Feature</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Tue, 11 Nov 2025 15:04:23 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/building-real-time-team-collaboration-in-chartstud-from-idea-to-feature-15hj</link>
      <guid>https://dev.to/lahcenassmira/building-real-time-team-collaboration-in-chartstud-from-idea-to-feature-15hj</guid>
      <description>&lt;p&gt;📝 Introduction&lt;/p&gt;

&lt;p&gt;Every chart tells a story.&lt;br&gt;
But when multiple people work on that story, collaboration becomes the real challenge.&lt;/p&gt;

&lt;p&gt;That’s the problem we wanted to solve with ChartStud, an AI-powered data visualization tool that lets teams create, edit, and share charts together — in real time.&lt;/p&gt;

&lt;p&gt;In this post, I’ll walk you through how we built real-time chart collaboration from idea → design → implementation.&lt;/p&gt;

&lt;p&gt;⚡️ The Problem&lt;/p&gt;

&lt;p&gt;Before this feature, teams often shared screenshots or exported charts to review updates.&lt;br&gt;
That process was slow, repetitive, and disconnected.&lt;/p&gt;

&lt;p&gt;We wanted something like Figma for data visualization — where you could:&lt;br&gt;
✅ Edit charts live&lt;br&gt;
✅ Comment and co-create with teammates&lt;br&gt;
✅ See changes instantly&lt;/p&gt;

&lt;p&gt;💡 The Idea&lt;/p&gt;

&lt;p&gt;The vision was simple:&lt;/p&gt;

&lt;p&gt;"One shared workspace for charts where every change syncs instantly — no refresh, no confusion."&lt;/p&gt;

&lt;p&gt;⚙️ The Tech Behind It&lt;/p&gt;

&lt;p&gt;We built the collaboration feature using:&lt;/p&gt;

&lt;p&gt;Socket.io → for real-time communication between users&lt;/p&gt;

&lt;p&gt;React (frontend) → to render instant chart updates&lt;/p&gt;

&lt;p&gt;Node.js + Express (backend) → to manage sessions and sync chart data&lt;/p&gt;

&lt;p&gt;MongoDB → to store chart states and user sessions&lt;/p&gt;

&lt;p&gt;When one user edits a chart, ChartStud broadcasts those changes to all connected users in milliseconds.&lt;/p&gt;

&lt;p&gt;Here’s the simplified logic:&lt;/p&gt;

&lt;p&gt;socket.on("editChart", (data) =&amp;gt; {&lt;br&gt;
  io.emit("updateChart", data);&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;That’s it — one event triggers a full live sync between all active users.&lt;/p&gt;

&lt;p&gt;👥 Collaboration in Action&lt;/p&gt;

&lt;p&gt;Now, teams can:&lt;/p&gt;

&lt;p&gt;Edit chart titles, colors, or data together&lt;/p&gt;

&lt;p&gt;Add comments in real time&lt;/p&gt;

&lt;p&gt;See live cursors for each user&lt;/p&gt;

&lt;p&gt;Invite teammates via email or link&lt;/p&gt;

&lt;p&gt;It’s like Google Docs, but for charts 📊&lt;/p&gt;

&lt;p&gt;🚀 What’s Next&lt;/p&gt;

&lt;p&gt;We’re expanding this into Teams Workspaces — with shared folders, version control, and project analytics.&lt;/p&gt;

&lt;p&gt;If you love data visualization, storytelling, and SaaS tools, join our early access here:  👉 chartstud.com&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Supercharge Your Marketing Links with URLDN: Free Short URLs, QR Codes, and Tracking</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sat, 28 Jun 2025 19:26:09 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/supercharge-your-marketing-links-with-urldn-free-short-urls-qr-codes-and-tracking-3nof</link>
      <guid>https://dev.to/lahcenassmira/supercharge-your-marketing-links-with-urldn-free-short-urls-qr-codes-and-tracking-3nof</guid>
      <description>&lt;p&gt;If you’re running campaigns across social media, email, or paid ads, you know how important it is to keep your links clear, branded, and trackable. Long URLs can look unprofessional and hurt click-through rates—especially on mobile.&lt;/p&gt;

&lt;p&gt;That’s why I recommend checking out &lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;URLDN&lt;/a&gt;, a free link-shortening platform designed for modern marketers and teams. With URLDN, you can create custom short URLs to reinforce your brand, generate QR codes for offline marketing, and get detailed click analytics to optimize campaigns in real time. It even has an API for automating your link workflows, making it a solid choice for teams that need scale without losing control.&lt;/p&gt;

&lt;p&gt;Whether you're a solopreneur, an agency, or a growing startup, URLDN offers an easy, no-cost way to improve your link sharing and tracking strategy.&lt;/p&gt;




&lt;h2&gt;
  
  
  📚 Recommended Reading on URLDN
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/easily-shorten-urls-for-free-try-urldn's-short-url-tool" rel="noopener noreferrer"&gt;✅ Easily Shorten URLs for Free&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/the-best-url-shorteners-in-2025" rel="noopener noreferrer"&gt;✅ Best URL Shorteners for 2025&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/best-tool-for-shortening-urls" rel="noopener noreferrer"&gt;✅ Best Tool for Shortening URLs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/scaling-websites-for-high-traffic" rel="noopener noreferrer"&gt;✅ Scaling Websites for High Traffic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/how-to-shorten-affiliate-links-for-better-conversions" rel="noopener noreferrer"&gt;✅ How to Shorten Affiliate Links for Better Conversions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/importance-of-branding" rel="noopener noreferrer"&gt;✅ Importance of Branding&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Why I Chose URLDN for My Link Management: Free, Secure, and Developer-Friendly</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sat, 28 Jun 2025 19:25:09 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/why-i-chose-urldn-for-my-link-management-free-secure-and-developer-friendly-554n</link>
      <guid>https://dev.to/lahcenassmira/why-i-chose-urldn-for-my-link-management-free-secure-and-developer-friendly-554n</guid>
      <description>&lt;p&gt;When you’re managing a growing library of links—whether for marketing, newsletters, apps, or internal docs—it’s easy to lose track of what’s performing and where it’s being shared. As someone who cares about usability and transparency, I didn’t want another paywalled, ad-heavy, or limited URL shortener.&lt;/p&gt;

&lt;p&gt;That’s why I switched to &lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;URLDN&lt;/a&gt;. It’s a free short URL service that’s surprisingly full-featured, offering custom branded links, detailed click tracking, and QR code generation. It’s also secure (HTTPS, spam prevention) and has an API for automating bulk shortening or integration into your existing systems. Whether you’re a marketer, developer, or small team, it’s a simple way to take control of your links without hidden costs or complicated setups.&lt;/p&gt;

&lt;p&gt;If you're exploring options to improve how you share, track, and brand your URLs, it's worth giving it a look.&lt;/p&gt;




&lt;h2&gt;
  
  
  📚 Recommended Reading on URLDN
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/benefits-of-using-urldn.com-for-businesses" rel="noopener noreferrer"&gt;✅ Benefits of Using URLDN.com for Businesses&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/how-to-track-urls-in-urldn:-step-by-step-guide-for-beginners" rel="noopener noreferrer"&gt;✅ How to Track URLs in URLDN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/free-url-shortener-with-analytics" rel="noopener noreferrer"&gt;✅ Best Free URL Shortener with Analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/how-to-make-a-google-slides-link-shortener" rel="noopener noreferrer"&gt;✅ How to Make a Google Slides Link Shortener&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/best-practices-for-creating-qr-codes-for-offline-marketing" rel="noopener noreferrer"&gt;✅ Best Practices for Creating QR Codes for Offline Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/best-bitly-alternatives" rel="noopener noreferrer"&gt;✅ Best Bitly Alternatives&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Streamline Your Links with URLDN: Free Short URLs, QR Codes, and Tracking for Devs &amp; Marketers</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sat, 28 Jun 2025 19:05:03 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/streamline-your-links-with-urldn-free-short-urls-qr-codes-and-tracking-for-devs-marketers-3c1</link>
      <guid>https://dev.to/lahcenassmira/streamline-your-links-with-urldn-free-short-urls-qr-codes-and-tracking-for-devs-marketers-3c1</guid>
      <description>&lt;p&gt;Sharing links is central to blogs, apps, newsletters, and social media. But long, messy URLs can hurt trust, reduce clicks, and make tracking a pain. Whether you're a developer building an app, a marketer running campaigns, or a small business owner managing customer communications—clean, branded, trackable links make a real difference.&lt;/p&gt;

&lt;p&gt;That’s why I’ve been exploring &lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;URLDN&lt;/a&gt;, a free and user-friendly URL shortener that goes beyond basic shortening. It lets you customize links for branding, generate QR codes for print or offline marketing, and get detailed click analytics—all while offering a clean interface and an API for automating bulk shortening. It's built for marketers, developers, and teams who want professional results without bloated costs.&lt;/p&gt;

&lt;p&gt;If you're looking for a simple, secure, and privacy-conscious way to manage your links, it's worth checking out.&lt;/p&gt;




&lt;h2&gt;
  
  
  📚 Recommended Reading on URLDN
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/how-to-shorten-urls" rel="noopener noreferrer"&gt;✅ How to Shorten URLs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/url-shortener-custom-link-free" rel="noopener noreferrer"&gt;✅ Free Custom Link Shortening&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/url-shortener-with-click-tracking" rel="noopener noreferrer"&gt;✅ Click Tracking Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/best-practices-for-creating-qr-codes-for-offline-marketing" rel="noopener noreferrer"&gt;✅ Best Practices for QR Codes in Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/secure-url-shortening-service" rel="noopener noreferrer"&gt;✅ Secure URL Shortening Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://urldn.com/blog/best-bitly-alternatives" rel="noopener noreferrer"&gt;✅ Best Bitly Alternatives&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>short</category>
      <category>howto</category>
      <category>bestofdev</category>
    </item>
    <item>
      <title>How to Use QR Codes Effectively in 2025: Tips for Marketers and Businesses</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Fri, 27 Jun 2025 01:06:32 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/how-to-use-qr-codes-effectively-in-2025-tips-for-marketers-and-businesses-190c</link>
      <guid>https://dev.to/lahcenassmira/how-to-use-qr-codes-effectively-in-2025-tips-for-marketers-and-businesses-190c</guid>
      <description>&lt;p&gt;QR codes have evolved from simple black-and-white squares into powerful marketing tools that can bridge the offline and online worlds. As we move through 2025, businesses must embrace QR codes to engage customers, drive traffic, and gather valuable data. Here’s how to use QR codes effectively this year.&lt;/p&gt;

&lt;p&gt;Why QR Codes Are Back and Better&lt;br&gt;
With smartphones capable of scanning QR codes natively, adoption has soared. QR codes now support dynamic URLs, analytics, and customizable designs, making them ideal for modern marketing campaigns.&lt;/p&gt;

&lt;p&gt;Best Practices for Using QR Codes&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Place QR Codes Where People Can Scan Easily: Think flyers, posters, business cards, product packaging, and event signage.

Use Dynamic QR Codes for Flexibility: Update the destination URL without changing the code itself.

Add Branding and Customization: Customize colors and logos to align with your brand identity.

Track and Analyze: Use QR code platforms that offer detailed analytics on scans by location, device, and time.

Combine QR Codes with Branded Short Links: This improves user trust and click-through rates.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;How to Create and Customize QR Codes for Free&lt;br&gt;
URLDN offers a free QR code generator that lets you create branded, customizable QR codes with built-in tracking features. Simply enter your destination URL, customize colors and style, and generate your code instantly.&lt;/p&gt;

&lt;p&gt;Check it out here: URDLN QR Code Generator&lt;/p&gt;

&lt;p&gt;Use Cases for QR Codes in 2025&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Retail promotions and coupons

Event registrations and check-ins

Contactless menus and payments

Product information and user guides

Social media and influencer campaigns
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Conclusion&lt;br&gt;
QR codes are no longer a novelty — they are an essential marketing tool in 2025. By creating branded, trackable QR codes, businesses can increase engagement, build trust, and gain actionable insights.&lt;/p&gt;

&lt;p&gt;Start creating your own QR codes for free today with URLDN’s QR code generator: &lt;a href="https://urldn.com/qr-code-generator" rel="noopener noreferrer"&gt;https://urldn.com/qr-code-generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>urldn</category>
      <category>short</category>
      <category>shortlink</category>
    </item>
    <item>
      <title>Building a Simple &amp; Fast YouTube Downloader Web App with FluxDownload</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sun, 01 Jun 2025 16:10:19 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/building-a-simple-fast-youtube-downloader-web-app-with-fluxdownload-5i3</link>
      <guid>https://dev.to/lahcenassmira/building-a-simple-fast-youtube-downloader-web-app-with-fluxdownload-5i3</guid>
      <description>&lt;p&gt;Hey devs! 🚀&lt;/p&gt;

&lt;p&gt;I want to share a cool project I’m working on — FluxDownload, a modern, easy-to-use YouTube downloader web app built with performance and simplicity in mind.&lt;br&gt;
Why build FluxDownload?&lt;/p&gt;

&lt;p&gt;Many existing downloaders are bloated with ads or require complicated installs. FluxDownload runs smoothly on any device, offering a clean UI and quick downloads.&lt;br&gt;
Tech Highlights:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Built with React &amp;amp; Express.js

Supports multi-format downloads

SEO-friendly blog for tutorials &amp;amp; updates

Open to feedback &amp;amp; contributions!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Check it out if you want a fast, reliable way to download YouTube videos or just want to peek behind the scenes of a lightweight downloader app.&lt;br&gt;
&lt;a href="https://fluxdownload.com" rel="noopener noreferrer"&gt;https://fluxdownload.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>express</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to Grow Your Newsletter Audience Organically in 2025: The Ultimate Guide</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Fri, 16 May 2025 20:11:43 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/how-to-grow-your-newsletter-audience-organically-in-2025-the-ultimate-guide-20kb</link>
      <guid>https://dev.to/lahcenassmira/how-to-grow-your-newsletter-audience-organically-in-2025-the-ultimate-guide-20kb</guid>
      <description>&lt;p&gt;In today’s noisy digital world, owning an engaged newsletter audience is more important than ever. Whether you’re a creator or a SaaS founder, growing your email list organically will give you direct access to your community, higher engagement, and better ROI than social media.&lt;/p&gt;

&lt;p&gt;This detailed guide covers everything from writing SEO-optimized blog posts to content curation, cross-promotions, and lead magnets — plus tips to track and optimize your growth.&lt;/p&gt;

&lt;p&gt;Read the full guide here: &lt;a href="https://clipdrift.com/blog/how-to-grow-your-newsletter-audience" rel="noopener noreferrer"&gt;https://clipdrift.com/blog/how-to-grow-your-newsletter-audience&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Build your newsletter smartly and sustainably in 2025!&lt;/p&gt;

</description>
      <category>marketing</category>
      <category>seo</category>
      <category>saas</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Create Short URLs with Click Tracking &amp; Analytics – Free with URLDN</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sat, 10 May 2025 16:01:10 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/create-short-urls-with-click-tracking-analytics-free-with-urldn-5602</link>
      <guid>https://dev.to/lahcenassmira/create-short-urls-with-click-tracking-analytics-free-with-urldn-5602</guid>
      <description>&lt;p&gt;In the world of digital marketing and content sharing, long URLs are a nightmare — especially on social media, emails, or when tracking performance.&lt;/p&gt;

&lt;p&gt;Introducing &lt;strong&gt;&lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;URLDN&lt;/a&gt;&lt;/strong&gt; — a &lt;strong&gt;free, privacy-focused URL shortener&lt;/strong&gt; that helps you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 &lt;strong&gt;Shorten links&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📈 &lt;strong&gt;Track clicks&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🎯 &lt;strong&gt;Customize URLs&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;View real-time analytics&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🆓 All completely free.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ✅ Why URLDN?
&lt;/h2&gt;

&lt;p&gt;Whether you're a digital marketer, indie hacker, or just someone who wants to tidy up links, URLDN is built for you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No login required&lt;/strong&gt; to start shortening.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Create branded URLs&lt;/strong&gt; like &lt;code&gt;urldn.com/your-brand&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monitor performance&lt;/strong&gt; with clean analytics dashboards.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generate QR codes&lt;/strong&gt; automatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-language support&lt;/strong&gt; (global-ready!).&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🎯 Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Share on social media with clean links&lt;/li&gt;
&lt;li&gt;Track campaign performance&lt;/li&gt;
&lt;li&gt;Use QR codes on flyers, packaging, or events&lt;/li&gt;
&lt;li&gt;Save characters in SMS and WhatsApp marketing&lt;/li&gt;
&lt;li&gt;Clean URLs for affiliate marketing&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 Try It Now
&lt;/h2&gt;

&lt;p&gt;👉 Visit &lt;strong&gt;&lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;URLDN.com&lt;/a&gt;&lt;/strong&gt; and start shortening URLs in seconds — no sign-up required!&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Bonus for Developers
&lt;/h2&gt;

&lt;p&gt;We’re working on a public API so you can integrate short links into your own apps and workflows. Stay tuned!&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Looking to Create Short URLs?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;URLDN&lt;/strong&gt; is the best link shortener service to track, brand, and share short URLs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://urldn.com/" rel="noopener noreferrer"&gt;🛠️ Create Short URLs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built a Free URL Shortener – Here’s Why &amp; How</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Fri, 28 Feb 2025 16:41:44 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/i-built-a-free-url-shortener-heres-why-how-340o</link>
      <guid>https://dev.to/lahcenassmira/i-built-a-free-url-shortener-heres-why-how-340o</guid>
      <description>&lt;p&gt;Hey Devs! 👋&lt;/p&gt;

&lt;p&gt;I recently built URLDN, a free URL shortener that focuses on speed, tracking, and simplicity.&lt;br&gt;
Why I Built It&lt;/p&gt;

&lt;p&gt;Most link shorteners either:&lt;br&gt;
❌ Are expensive (Bitly, Rebrandly)&lt;br&gt;
❌ Lack analytics&lt;br&gt;
❌ Have annoying limitations&lt;/p&gt;

&lt;p&gt;So, I decided to build my own. It’s free forever, has custom short links, and includes basic analytics.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sideprojects</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Boost Your AI Workflow with RunPod 🚀</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Fri, 07 Feb 2025 15:56:17 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/boost-your-ai-workflow-with-runpod-30f9</link>
      <guid>https://dev.to/lahcenassmira/boost-your-ai-workflow-with-runpod-30f9</guid>
      <description>&lt;p&gt;Are you looking for a cost-effective and powerful cloud GPU solution? RunPod offers on-demand GPU instances for machine learning, AI development, and cloud computing at an unbeatable price.&lt;/p&gt;

&lt;p&gt;✅ Affordable GPU rentals&lt;br&gt;
✅ Easy deployment for ML &amp;amp; AI projects&lt;br&gt;
✅ Fast and scalable&lt;/p&gt;

&lt;p&gt;&lt;a href="https://urldn.com/V_A8R" rel="noopener noreferrer"&gt;Sign up now using my referral link and start optimizing your workflow&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #MachineLearning #CloudComputing #RunPod
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>Importance of Branding</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Fri, 07 Feb 2025 02:13:29 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/importance-of-branding-7d2</link>
      <guid>https://dev.to/lahcenassmira/importance-of-branding-7d2</guid>
      <description>&lt;p&gt;&lt;a href="https://urldn.com/blog/importance-of-branding" rel="noopener noreferrer"&gt; Importance of Branding&lt;/a&gt;&lt;/p&gt;

</description>
      <category>marketing</category>
    </item>
    <item>
      <title>Boost Your Productivity with the URLDN URL Shortener Extension for Edge &amp; Firefox</title>
      <dc:creator>Assmira Lahcen</dc:creator>
      <pubDate>Sat, 01 Feb 2025 02:51:09 +0000</pubDate>
      <link>https://dev.to/lahcenassmira/boost-your-productivity-with-the-urldn-url-shortener-extension-for-edge-firefox-1ck6</link>
      <guid>https://dev.to/lahcenassmira/boost-your-productivity-with-the-urldn-url-shortener-extension-for-edge-firefox-1ck6</guid>
      <description>&lt;p&gt;Boost Your Productivity with the &lt;a href="https://urldn.com" rel="noopener noreferrer"&gt;URLDN &lt;/a&gt;URL Shortener Extension for Edge &amp;amp; Firefox&lt;/p&gt;

&lt;p&gt;Are you tired of long, cluttered URLs? Do you need a fast, reliable way to shorten links without leaving your browser? Look no further! The URLDN URL Shortener is now available as a browser extension for Microsoft Edge and Mozilla Firefox.&lt;br&gt;
🚀 Why Use the &lt;a href="https://urldn.com" rel="noopener noreferrer"&gt;URLDN &lt;/a&gt;Extension?&lt;/p&gt;

&lt;p&gt;🔗 Instant Link Shortening – Shorten URLs in one click directly from your browser.&lt;br&gt;
⚡ Faster Sharing – Copy and share short links instantly.&lt;br&gt;
📊 Track Clicks – Get insights into your shortened URLs.&lt;br&gt;
🔒 Secure &amp;amp; Free – No sign-ups required; completely free to use.&lt;br&gt;
🏆 Download the Extension&lt;/p&gt;

&lt;p&gt;✅ For Microsoft Edge – &lt;a href="https://urldn.com/Extension" rel="noopener noreferrer"&gt;Get the Extension&lt;/a&gt;&lt;br&gt;
✅ For Mozilla Firefox – &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/url-shortener-tool/" rel="noopener noreferrer"&gt;Get it on Firefox Add-ons&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Start shortening your links effortlessly and improve your browsing experience today! 🚀&lt;/p&gt;

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