<?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: Armin</title>
    <description>The latest articles on DEV Community by Armin (@apmedev).</description>
    <link>https://dev.to/apmedev</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%2F1043337%2F54c58493-a46e-49f6-9df3-27522fb2536d.png</url>
      <title>DEV Community: Armin</title>
      <link>https://dev.to/apmedev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/apmedev"/>
    <language>en</language>
    <item>
      <title>Choosing the Right Email API in 2026: A Developer's Guide</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sun, 15 Mar 2026 13:55:12 +0000</pubDate>
      <link>https://dev.to/apmedev/choosing-the-right-email-api-in-2026-a-developers-guide-4p2d</link>
      <guid>https://dev.to/apmedev/choosing-the-right-email-api-in-2026-a-developers-guide-4p2d</guid>
      <description>&lt;p&gt;Picking an email provider is about balancing deliverability, SDK support, and documentation quality. Here is the breakdown of the top services.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Postmark
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Critical transactional emails (2FA, Password resets).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://postmarkapp.com/pricing" rel="noopener noreferrer"&gt;https://postmarkapp.com/pricing&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Resend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Modern web stacks (Next.js, Remix, React).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://resend.com/pricing" rel="noopener noreferrer"&gt;https://resend.com/pricing&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Mailgun
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Complex workflows and high-volume parsing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.mailgun.com/" rel="noopener noreferrer"&gt;https://www.mailgun.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. MailerSend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Small-to-medium businesses needing Email + SMS.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.mailersend.com/" rel="noopener noreferrer"&gt;https://www.mailersend.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Twilio SendGrid
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Enterprise-level scale and massive volume.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://sendgrid.com/en-us" rel="noopener noreferrer"&gt;https://sendgrid.com/en-us&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. Mailjet
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best For:&lt;/strong&gt; Collaborative teams (Devs + Marketing).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.mailjet.com/" rel="noopener noreferrer"&gt;https://www.mailjet.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;br&gt;
If you want to "set it and forget it," go with &lt;strong&gt;Postmark&lt;/strong&gt;. If you want the slickest integration for a modern JavaScript app, go with &lt;strong&gt;Resend&lt;/strong&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>🚀 Learning to Code Resources</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 07 Feb 2026 03:13:57 +0000</pubDate>
      <link>https://dev.to/apmedev/learning-to-code-resources-1bal</link>
      <guid>https://dev.to/apmedev/learning-to-code-resources-1bal</guid>
      <description>&lt;p&gt;Whether you're just starting out or leveling up your senior dev skills, having the right learning platforms is a game-changer. Here are the services I use to keep my code sharp:&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.codecademy.com/pricing" rel="noopener noreferrer"&gt;Codecademy &lt;/a&gt;– Interactive, hands-on lessons when starting a new language from scratch.  &lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.freecodecamp.org/" rel="noopener noreferrer"&gt;freeCodeCamp&lt;/a&gt; – Project-based curriculum for building a real-world portfolio (completely free). &lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://fireship.io/" rel="noopener noreferrer"&gt;Fireship&lt;/a&gt; – Video tutorials to learn complex tech stacks fast.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://laracasts.com/" rel="noopener noreferrer"&gt;Laracasts&lt;/a&gt;&amp;amp; &lt;a href="https://symfonycasts.com/" rel="noopener noreferrer"&gt;SymfonyCasts&lt;/a&gt;– PHP, Laravel, and Symfony ecosystems with top-tier screencasts.  | &lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://leetcode.com/" rel="noopener noreferrer"&gt;LeetCode&lt;/a&gt;&amp;amp; &lt;a href="https://www.hackerrank.com/" rel="noopener noreferrer"&gt;HackerRank &lt;/a&gt;– Preparing for technical interviews.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.pluralsight.com/" rel="noopener noreferrer"&gt;Pluralsight&lt;/a&gt;– Comprehensive paths and skill assessments for professional-level technology training. 🔗 &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>career</category>
    </item>
    <item>
      <title>🚀 Software Discovery for Developers</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 07 Feb 2026 02:44:45 +0000</pubDate>
      <link>https://dev.to/apmedev/software-discovery-for-developers-242g</link>
      <guid>https://dev.to/apmedev/software-discovery-for-developers-242g</guid>
      <description>&lt;p&gt;Finding the right tools can save you hours of build time. Here are the top resources I use to stay ahead:&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.producthunt.com/" rel="noopener noreferrer"&gt;Product Hunt &lt;/a&gt;– The daily go-to for the newest tech, SaaS, and developer tool launches.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.opensourcealternative.to/" rel="noopener noreferrer"&gt;Open Source Alternatives&lt;/a&gt; – Perfect for finding FOSS replacements for expensive proprietary software.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://free-for.dev/" rel="noopener noreferrer"&gt;Free for Developers&lt;/a&gt; – An incredible community-curated list of infrastructure and services with generous free tiers.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://www.stackradar.co/" rel="noopener noreferrer"&gt;StackRadar &lt;/a&gt;– Hand-picked tech stacks and curated tools to help you streamline your workflow.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://freestuff.dev/" rel="noopener noreferrer"&gt;freestuff.dev&lt;/a&gt; – A focused list of free services specifically for developers prototyping new ideas.&lt;/p&gt;

&lt;p&gt;🔹 &lt;a href="https://web3collectives.vercel.app/" rel="noopener noreferrer"&gt;Web3Collectives &lt;/a&gt;– A dedicated library for those building in the blockchain and Web3 space.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>software</category>
    </item>
    <item>
      <title>Transactional Email APIs with Great Free Tiers</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 07 Feb 2026 02:14:39 +0000</pubDate>
      <link>https://dev.to/apmedev/transactional-email-apis-with-great-free-tiers-52l1</link>
      <guid>https://dev.to/apmedev/transactional-email-apis-with-great-free-tiers-52l1</guid>
      <description>&lt;p&gt;Every side project needs a reliable way to send auth emails, password resets, and notifications. If you’re looking for a service with a solid developer experience and a generous free plan, here are the best options:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://resend.com/pricing" rel="noopener noreferrer"&gt;Resend&lt;/a&gt;&lt;br&gt;
The modern favorite for many developers. It has a fantastic API, excellent documentation, and first-class support for React Email.&lt;br&gt;
Free Tier: 3,000 emails/month (100/day limit).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://postmarkapp.com/pricing" rel="noopener noreferrer"&gt;Postmark&lt;/a&gt;&lt;br&gt;
Known for having some of the best deliverability rates in the industry. It’s a "developer-first" platform that strictly separates transactional and marketing streams.&lt;br&gt;
Free Tier: 100 emails/month (no expiration, no credit card).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.mailjet.com/" rel="noopener noreferrer"&gt;Mailjet&lt;/a&gt;&lt;br&gt;
A solid choice if you need a higher monthly volume for a small user base.&lt;br&gt;
Free Tier: 6,000 emails/month (200/day limit).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.mailersend.com/" rel="noopener noreferrer"&gt;MailerSend&lt;/a&gt;&lt;br&gt;
Built by the team behind MailerLite, this is a highly intuitive transactional service with a focus on simplicity.&lt;br&gt;
Free Tier: 500 emails/month (100/day limit).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://sendgrid.com/en-us" rel="noopener noreferrer"&gt;SendGrid&lt;/a&gt;&lt;br&gt;
The industry standard. While the free tier is modest, it’s a great way to learn the platform that many enterprise companies use.&lt;br&gt;
Free Tier: 100 emails/day.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.mailgun.com/" rel="noopener noreferrer"&gt;Mailgun&lt;/a&gt;&lt;br&gt;
A powerful engine for teams that need deep tracking and complex routing.&lt;br&gt;
Free Tier: 100 emails/day.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>webdev</category>
      <category>development</category>
      <category>software</category>
      <category>tooling</category>
    </item>
    <item>
      <title>5 Tools for Your GitHub Profile</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 07 Feb 2026 00:37:44 +0000</pubDate>
      <link>https://dev.to/apmedev/5-tools-for-your-github-profile-29g5</link>
      <guid>https://dev.to/apmedev/5-tools-for-your-github-profile-29g5</guid>
      <description>&lt;p&gt;A great GitHub profile is like a digital business card. While I don’t actually use GitHub myself, I know many of you do and want your repositories to look sharp.&lt;br&gt;
If you’re looking to build a professional README without spending hours on manual formatting, check out these five excellent generators:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://profilinator.rishav.dev/" rel="noopener noreferrer"&gt;GitHub Profilinator&lt;/a&gt;: Offers a wide range of customizations to create a polished, expert look.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://profile-readme-generator.com/" rel="noopener noreferrer"&gt;Profile Readme Generator&lt;/a&gt;: A great choice for those who want a clean design with minimal fuss.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gprm.itsvg.in/" rel="noopener noreferrer"&gt;GPRM (GitHub Profile ReadMe Maker)&lt;/a&gt;: A versatile tool designed to make your profile stand out.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://rahuldkjain.github.io/gh-profile-readme-generator/" rel="noopener noreferrer"&gt;GitHub Profile Readme Generator&lt;/a&gt;: A popular, community-driven tool that covers all the basics and more.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.profileme.dev/" rel="noopener noreferrer"&gt;ProfileMe.dev&lt;/a&gt;: Helps you create an amazing, visual landing page for your work in just minutes.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>github</category>
      <category>programming</category>
      <category>development</category>
      <category>resume</category>
    </item>
    <item>
      <title>Ivoicing Tools for Freelancers</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sun, 18 Jan 2026 23:04:28 +0000</pubDate>
      <link>https://dev.to/apmedev/ivoicing-tools-for-freelancers-5lc</link>
      <guid>https://dev.to/apmedev/ivoicing-tools-for-freelancers-5lc</guid>
      <description>&lt;p&gt;Landing the job is great, but getting paid—especially across borders—can be an administrative nightmare. Between currency conversions, VAT compliance, and late payments, you can spend hours on "paperwork" instead of code. These are the tools I found that automate the boring stuff.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Merchant of Record (MoR) Platforms&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you don't want to register a formal company yet, these platforms act as the "legal seller" of your services. They handle the taxes and compliance so you don't have to.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://app.ruul.io/register/choose-your-side?ref=mwm5ody" rel="noopener noreferrer"&gt;Ruul&lt;/a&gt;: My go-to for global invoicing. It resells your services to clients in 190 countries, managing the invoicing and collection for you.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.remotify.co/" rel="noopener noreferrer"&gt;Remotify.co&lt;/a&gt;: Excellent for European-based freelancers. It helps you issue VAT-compliant invoices without needing a registered company, cutting admin time significantly.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://nativeteams.com/pricing/referral-pasicarminwgmailcomQ1X48" rel="noopener noreferrer"&gt;Native Teams&lt;/a&gt;: A powerful all-in-one app that handles work payments and employment compliance in over 55 countries.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.xolo.io/ref/ARMPAS3" rel="noopener noreferrer"&gt;Xolo&lt;/a&gt;: This is essentially "business-as-a-service." They provide full accounting, tax compliance, and legal agreements for solopreneurs.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Open-Source &amp;amp; DIY Solutions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For the developer who wants to host their own tools or keep costs at zero.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://crater.financial/contact" rel="noopener noreferrer"&gt;Crater&lt;/a&gt;: A beautiful, open-source invoicing app built with Laravel and Vue.js (perfect for our tech stack!). It lets you track expenses and send professional estimates from your own server.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://invoice-generator.prolab.sh/new" rel="noopener noreferrer"&gt;Free Invoice Generator&lt;/a&gt; (prolab.sh): A fast, lightweight tool for when you just need to create and send a professional PDF invoice in minutes without a subscription.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>freelance</category>
    </item>
    <item>
      <title>Refactoring Your Resume</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 17 Jan 2026 23:45:04 +0000</pubDate>
      <link>https://dev.to/apmedev/refactoring-your-resume-4hji</link>
      <guid>https://dev.to/apmedev/refactoring-your-resume-4hji</guid>
      <description>&lt;p&gt;I’m much better at structuring data than I am at designing layouts. These are the tools I used to fix my developer resume.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Resume Builders&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://flowcv.com/" rel="noopener noreferrer"&gt;FlowCV&lt;/a&gt;: My personal favorite. It’s free, modern, and very hard to "break" the layout.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://standardresume.co/friends/XzMeCFjG" rel="noopener noreferrer"&gt;Standard Resume&lt;/a&gt;: If you want a minimalist, high-readability layout that looks professional without the fluff.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.kickresume.com/" rel="noopener noreferrer"&gt;Kickresume&lt;/a&gt;: Good if you need a little more help with phrasing, as it has AI and pre-written examples.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://app.enhancv.com/" rel="noopener noreferrer"&gt;Enhancv&lt;/a&gt;: Best for those wanting a slightly more "visual" or colorful resume.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Optimization &amp;amp; Feedback&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.jobscan.co?ref=6060030&amp;amp;utm_source=referral-program&amp;amp;utm_medium=referral&amp;amp;utm_campaign=10-scan-referral-program" rel="noopener noreferrer"&gt;Jobscan&lt;/a&gt;: I used this to compare my resume against specific job descriptions. It tells you exactly which keywords you're missing.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://resumeworded.com/" rel="noopener noreferrer"&gt;Resume Worded&lt;/a&gt;: This gives you a "score" for your LinkedIn profile and resume structure, highlighting areas for improvement.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.offboard.co/tool-directory" rel="noopener noreferrer"&gt;Offboard.co&lt;/a&gt;: A great directory of even more job-seeker tools if you want to go deeper.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Personal Hub Pages (Link-in-Bio)&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://try.carrd.co/8hwhdlrl" rel="noopener noreferrer"&gt;Carrd&lt;/a&gt;: The gold standard for simple, one-page personal sites.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tiles.bio/" rel="noopener noreferrer"&gt;Tiles.bio&lt;/a&gt;: A beautiful, clean alternative for a minimalist bio page.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://linktr.ee/" rel="noopener noreferrer"&gt;Linktree&lt;/a&gt;: The classic choice for housing all your links (GitHub, LinkedIn, Blog) in one spot.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>career</category>
      <category>careerdevelopment</category>
      <category>resources</category>
    </item>
    <item>
      <title>Developer Job Boards I Actually Used</title>
      <dc:creator>Armin</dc:creator>
      <pubDate>Sat, 17 Jan 2026 23:19:52 +0000</pubDate>
      <link>https://dev.to/apmedev/developer-job-boards-i-actually-used-3j1b</link>
      <guid>https://dev.to/apmedev/developer-job-boards-i-actually-used-3j1b</guid>
      <description>&lt;p&gt;Developer job hunting often feels like a full-time job of just creating accounts. I tried niche boards to find the ones that actually let you see the roles (and often the salaries) immediately.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;The Niche-Specific Boards&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://larajobs.com/" rel="noopener noreferrer"&gt;LaraJobs&lt;/a&gt;: The official board for Laravel, but also great for general PHP roles.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.remote3.co/?via=apmedev" rel="noopener noreferrer"&gt;Remote3.co&lt;/a&gt;: A focused board for Web3 and blockchain development roles.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://authenticjobs.com/" rel="noopener noreferrer"&gt;Authentic Jobs&lt;/a&gt;: Great for creative developers and designers.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Remote-First Boards&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://weworkremotely.com/" rel="noopener noreferrer"&gt;We Work Remotely&lt;/a&gt;: The largest remote-only community; very high-quality listings.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://remoteok.com/" rel="noopener noreferrer"&gt;RemoteOK&lt;/a&gt;: Known for its "Open Salaries" tag—no more guessing the range.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://remotive.com/" rel="noopener noreferrer"&gt;Remotive&lt;/a&gt;: Categorizes jobs by tech stack (Frontend, Backend, etc.) for easier browsing.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;u&gt;Europe&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.arbeitnow.com/" rel="noopener noreferrer"&gt;Arbeitnow&lt;/a&gt;: An excellent resource for English-speaking jobs in Germany.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://euremotejobs.com/jobs/remote-software-engineering-jobs/" rel="noopener noreferrer"&gt;EU Remote Jobs&lt;/a&gt;: Specifically filters for roles that are remote within European time zones.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jobs-daheim.de/" rel="noopener noreferrer"&gt;Jobs-Daheim.de&lt;/a&gt;: Another solid option for remote-friendly roles in the DACH region.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>career</category>
      <category>beginners</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
