<?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: Issam Hilmi</title>
    <description>The latest articles on DEV Community by Issam Hilmi (@issam_hilmi_d7d61819b5fbf).</description>
    <link>https://dev.to/issam_hilmi_d7d61819b5fbf</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3948198%2F6984ba5f-40f2-4601-b32c-7dcb0cc24923.jpg</url>
      <title>DEV Community: Issam Hilmi</title>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/issam_hilmi_d7d61819b5fbf"/>
    <language>en</language>
    <item>
      <title>برمجة ذكاء اصطناعي باستخدام لغة بايثون: دليل شامل للبدء</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:28:52 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/brmj-dhk-stny-bstkhdm-lg-bythwn-dlyl-shml-llbd-4h30</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/brmj-dhk-stny-bstkhdm-lg-bythwn-dlyl-shml-llbd-4h30</guid>
      <description>&lt;p&gt;برمجة ذكاء اصطناعي باستخدام لغة بايثونبرمجة ذكاء اصطناعي باستخدام لغة بايثون هي عملية استخدام لغة البرمجة بايثون لتطوير تطبيقات تعلم الآلة. في هذا الدليل الشامل، سنقوم بتعريفك على كيفية البدء في مشاريع ذكاء اصطناعي باستخدام مكتبات سكيت-ليرن وتنسور فلو.برمجة ذكاء اصطناعي باستخدام بايثون: المبادئ الأساسيةبرمجة ذكاء اصطناعي باستخدام بايثون تتطلب فهمًا جيدًا للمفاهيم الأساسية للذكاء الاصطناعي، مثل تعل&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://e9nv7.blogspot.com/2026/07/blog-post_16.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://e9nv7.blogspot.com/2026/07/blog-post_16.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Implementing a Secure RESTful API using Node.js, Express, and MongoDB on a Linux Server</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:22:51 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/implementing-a-secure-restful-api-using-nodejs-express-and-mongodb-on-a-linux-server-21jb</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/implementing-a-secure-restful-api-using-nodejs-express-and-mongodb-on-a-linux-server-21jb</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Secure RESTful API
  Implementing a Secure RESTful API using Node.js, Express, and MongoDB on a Linux Server is a crucial step in building robust and scalable web applications. A Secure RESTful API provides a secure and efficient way to interact with your application's data, and Node.js, Express, and MongoDB are some of the most popular technologies used to build such AP
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://c5td7.blogspot.com/2026/07/implementing-secure-restful-api-using.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://c5td7.blogspot.com/2026/07/implementing-secure-restful-api-using.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Creating a Web Application Firewall using Python and Flask to Protect Against Common Web Attacks</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:14:34 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-web-application-firewall-using-python-and-flask-to-protect-against-common-web-attacks-17ho</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-web-application-firewall-using-python-and-flask-to-protect-against-common-web-attacks-17ho</guid>
      <description>&lt;p&gt;Introduction to Web Application Firewall&lt;br&gt;
   Creating a Web Application Firewall using Python and Flask is an effective way to protect against common web attacks. A Web Application Firewall (WAF) is a security system that monitors and controls incoming and outgoing traffic to and from a web application. In this beginner's guide, we will explore how to implement and configure a WAF using Python &lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://moviesfilm80.blogspot.com/2026/07/creating-web-application-firewall-using.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://moviesfilm80.blogspot.com/2026/07/creating-web-application-firewall-using.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>كيفية بناء نظام الكشف عن الاختراقات باستخدام تقنيات التعلم الآلي مع لغة برمجة بايثون و نظام التشغيل لينكس</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:09:05 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-nzm-lkshf-n-lkhtrqt-bstkhdm-tqnyt-ltlm-laly-m-lg-brmj-bythwn-w-nzm-ltshgyl-e0b</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-nzm-lkshf-n-lkhtrqt-bstkhdm-tqnyt-ltlm-laly-m-lg-brmj-bythwn-w-nzm-ltshgyl-e0b</guid>
      <description>&lt;p&gt;كيفية بناء نظام الكشف عن الاختراقات باستخدام تقنيات التعلم الآلينظام الكشف عن الاختراقات باستخدام تقنيات التعلم الآلي مع لغة برمجة بايثون و نظام التشغيل لينكس هو موضوع مهم في مجال الأمان السيبراني. في هذا الموضوع، سوف نتعلم كيفية بناء نظام كشف عن الاختراقات باستخدام تقنيات التعلم الآلي.ماهي تقنيات التعلم الآليتقنيات التعلم الآلي هي تقنيات تستخدم لتدريب الأنظمة على أداء مهام معينة. يمكن استخدام تقن&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/blog-post_16.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/blog-post_16.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Getting Started with Python for Cybersecurity: A Beginner's Guide to Building a Vulnerability Scanner</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:01:27 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-python-for-cybersecurity-a-beginners-guide-to-building-a-vulnerability-hfj</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-python-for-cybersecurity-a-beginners-guide-to-building-a-vulnerability-hfj</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Python for Cybersecurity
  Python for cybersecurity is an essential skill for any aspiring security professional. In this guide, we will explore how to get started with Python for cybersecurity and build a vulnerability scanner. Python for cybersecurity provides an excellent foundation for beginners, with its simplicity and extensive libraries making it an ideal language
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/getting-started-with-python-for_0885309161.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/getting-started-with-python-for_0885309161.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>إستخدام تقنيات الذكاء الاصطناعي في تعلم لغة برمجة بايثون للمبتدئين</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 16:16:54 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/stkhdm-tqnyt-ldhk-lstny-fy-tlm-lg-brmj-bythwn-llmbtdyyn-397i</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/stkhdm-tqnyt-ldhk-lstny-fy-tlm-lg-brmj-bythwn-llmbtdyyn-397i</guid>
      <description>&lt;p&gt;إستخدام تقنيات الذكاء الاصطناعي في تعلم لغة برمجة بايثون للمبتدئين وتطوير تطبيقات الويب الآمنة باستخدام إطار Flask&lt;br&gt;
   إستخدام تقنيات الذكاء الاصطناعي في تعلم لغة برمجة بايثون للمبتدئين هو موضوع مهم جداً، حيث أن بايثون هي لغة برمجة شعبية ومستخدمة على نطاق واسع في مجال الذكاء الاصطناعي.&lt;br&gt;
   ماهي تقنيات الذكاء الاصطناعي التي يمكن إستخدامها في تعلم بايثون؟&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  الشبكات العصبية الاصطناعية
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>كيفية بناء موقع ويب آمن باستخدام لغة برمجة بايثون و إطار Werkzeug</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 16:09:54 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-mwq-wyb-amn-bstkhdm-lg-brmj-bythwn-w-tr-werkzeug-27gh</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-mwq-wyb-amn-bstkhdm-lg-brmj-bythwn-w-tr-werkzeug-27gh</guid>
      <description>&lt;p&gt;كيفية بناء موقع ويب آمن باستخدام لغة برمجة بايثون و إطار Werkzeug&lt;br&gt;
   بناء موقع ويب آمن هو موضوع هام في عالم التكنولوجيا، حيث تعتبر لغة برمجة بايثون و إطار Werkzeug من الأدوات الشهيرة المستخدمة في تطوير المواقع الإلكترونية. في هذا المقال، سنناقش كيفية بناء موقع ويب آمن باستخدام لغة برمجة بايثون و إطار Werkzeug.&lt;br&gt;
   بنية موقع ويب آمن مع لغة برمجة بايثون و إطار Werkzeug&lt;br&gt;
   لغة برمجة بايثون توفر أد&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/werkzeug.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/werkzeug.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Building a Secure E-commerce Website using Django, Python, and MySQL with Stripe Payment Gateway</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:57:46 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/building-a-secure-e-commerce-website-using-django-python-and-mysql-with-stripe-payment-gateway-lp9</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/building-a-secure-e-commerce-website-using-django-python-and-mysql-with-stripe-payment-gateway-lp9</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Building a Secure E-commerce Website
  Building a secure e-commerce website using Django, Python, and MySQL is a great way to create a robust online store. Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. In this blog post, we will discuss how to build a secure e-commerce website using Django, Python, and MyS
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://d2eg6.blogspot.com/2026/07/building-secure-e-commerce-website.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://d2eg6.blogspot.com/2026/07/building-secure-e-commerce-website.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Creating a Simple Chatbot using Python, Natural Language Processing, and the Rasa Framework for Beginners</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:51:41 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-simple-chatbot-using-python-natural-language-processing-and-the-rasa-framework-for-26i7</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-simple-chatbot-using-python-natural-language-processing-and-the-rasa-framework-for-26i7</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Creating a Simple Chatbot using Python, Natural Language Processing, and the Rasa Framework
  Creating a simple chatbot using Python, Natural Language Processing (NLP), and the Rasa Framework is an exciting project for beginners. The Rasa Framework is a popular open-source framework that allows developers to build conversational AI models. In this article, we will explor
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://b4gn4.blogspot.com/2026/07/creating-simple-chatbot-using-python.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://b4gn4.blogspot.com/2026/07/creating-simple-chatbot-using-python.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>دورة شاملة لتعلم أساسيات الذكاء الاصطناعي باستخدام بايثون</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:45:32 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/dwr-shml-ltlm-ssyt-ldhk-lstny-bstkhdm-bythwn-nh6</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/dwr-shml-ltlm-ssyt-ldhk-lstny-bstkhdm-bythwn-nh6</guid>
      <description>&lt;p&gt;مقدمة في الذكاء الاصطناعي باستخدام بايثون&lt;br&gt;
   الذكاء الاصطناعي هو مجال سريع النمو يستخدم لغة بايثون وتكنولوجيا الذكاء الاصطناعي لإنشاء أنظمة قادرة على التعلم والاستجابة والتفاعل مع البيئة المحيطة.&lt;br&gt;
   أساسيات الذكاء الاصطناعي&lt;br&gt;
    Để أن تصبح مخترقا في مجال الذكاء الاصطناعي، عليك أن تتعلم أساسيات بايثون ومكتبات التصنيف والإرجاع مثل Scikit-learn و TensorFlow.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  التعلم الآلي
  الشبكات ال
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://autocarsauto1.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://autocarsauto1.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>Building a Secure E-commerce Website from Scratch using Python, Django, and MySQL for Beginners</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:40:12 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/building-a-secure-e-commerce-website-from-scratch-using-python-django-and-mysql-for-beginners-jlc</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/building-a-secure-e-commerce-website-from-scratch-using-python-django-and-mysql-for-beginners-jlc</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Building a Secure E-commerce Website
  Building a secure e-commerce website from scratch using Python, Django, and MySQL is a great way to create an online store that is both functional and secure. In this blog post, we will cover the basics of creating a secure e-commerce website using these technologies. The main keyword, Building a Secure E-commerce Website, will be u
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/building-secure-e-commerce-website-from_0551843354.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://autocarauto4.blogspot.com/2026/07/building-secure-e-commerce-website-from_0551843354.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
    <item>
      <title>إنشاء موقع ويب آمن باستخدام بايثون وفلسك</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:33:41 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/nsh-mwq-wyb-amn-bstkhdm-bythwn-wflsk-24j8</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/nsh-mwq-wyb-amn-bstkhdm-bythwn-wflsk-24j8</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  إنشاء موقع ويب آمن باستخدام بايثون وفلسك
  إنشاء موقع ويب آمن باستخدام لغة بايثون وإطار فلاسك هو موضوع هام لجميع المطورين الذين يرغبون في بناء مواقع ويب آمنة وثابتة. في هذا المقال، سوف نتعرف على كيفية بناء موقع ويب باستخدام فلاسك وبايثون، مع التركيز على أهمية الأمان.
  مقدمة في فلاسك وأمان الموقع
  فلاسك هو إطار ويب خفيف الوزن ومفتوح المصدر مبني على لغة بايثون. وهو يتيح للمطورين
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This article was originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/07/blog-post_15.html" rel="noopener noreferrer"&gt;my blog&lt;/a&gt; and is republished here with permission.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>tech</category>
    </item>
  </channel>
</rss>
