<?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, 18 Jun 2026 09:34:47 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-nzm-mrqb-lshbk-bstkhdm-lg-brmj-bythwn-w-mktb-skby-ded</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-bn-nzm-mrqb-lshbk-bstkhdm-lg-brmj-bythwn-w-mktb-skby-ded</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://d2eg6.blogspot.com/2026/06/blog-post_18.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/06/blog-post_18.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 Linux Security: A Beginner's Guide to Hardening Ubuntu Server</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:28:47 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-linux-security-a-beginners-guide-to-hardening-ubuntu-server-4g82</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-linux-security-a-beginners-guide-to-hardening-ubuntu-server-4g82</guid>
      <description>&lt;p&gt;Getting Started with Linux Security: A Beginner's Guide to Hardening Ubuntu Server&lt;br&gt;
   Linux security is a crucial aspect of maintaining a secure server, and getting started with Linux security can be overwhelming for beginners. In this guide, we will focus on hardening Ubuntu Server with UFW, Fail2Ban, and SSH Key Authentication to improve Linux security.&lt;br&gt;
   Introduction to Linux Security and &lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://b4gn4.blogspot.com/2026/06/getting-started-with-linux-security_01607119242.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/06/getting-started-with-linux-security_01607119242.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>Introduction to Cybersecurity with Python: A Beginner's Guide to Building a Vulnerability Scanner using Nmap and Python Scripts</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:21:36 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/introduction-to-cybersecurity-with-python-a-beginners-guide-to-building-a-vulnerability-scanner-4g0a</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/introduction-to-cybersecurity-with-python-a-beginners-guide-to-building-a-vulnerability-scanner-4g0a</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Cybersecurity with Python
  Cybersecurity with Python is an essential skill for any aspiring cybersecurity professional. In this blog post, we will introduce you to the world of cybersecurity using Python and guide you through building a vulnerability scanner using Nmap and Python scripts. Cybersecurity with Python is a rapidly growing field, and by the end of this post,
&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/06/introduction-to-cybersecurity-with.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/06/introduction-to-cybersecurity-with.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 with Python and Natural Language Processing for Beginners: A Step-by-Step Guide</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:15:11 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-simple-chatbot-with-python-and-natural-language-processing-for-beginners-a-step-by-step-3a0l</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/creating-a-simple-chatbot-with-python-and-natural-language-processing-for-beginners-a-step-by-step-3a0l</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 with Python and Natural Language Processing
  Creating a simple chatbot with Python and Natural Language Processing (NLP) is an exciting project for beginners, allowing you to build an AI-powered conversational interface. In this guide, we will walk through the process of creating a simple chatbot using Python and NLP, covering the basics of NLP
&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/06/creating-simple-chatbot-with-python-and_01992370125.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/06/creating-simple-chatbot-with-python-and_01992370125.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>إنشاء تطبيق ويب آمن باستخدام بايثون و Flask</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Thu, 18 Jun 2026 09:06:06 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/nsh-ttbyq-wyb-amn-bstkhdm-bythwn-w-flask-55ed</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/nsh-ttbyq-wyb-amn-bstkhdm-bythwn-w-flask-55ed</guid>
      <description>&lt;p&gt;إنشاء تطبيق ويب آمن باستخدام بايثون و إطار Flask&lt;br&gt;
   إنشاء تطبيق ويب آمن باستخدام لغة بايثون و إطار Flask هو موضوع هام بالنسبة لمطوري الويب، حيث أن الأمن هو یکی من أهم الجوانب التي يجب اعتبارها عند إنشاء تطبيقات الويب. في هذا المقال، سنcovered كيفية إنشاء تطبيق ويب آمن باستخدام بايثون و إطار Flask.&lt;br&gt;
   ما هو إطار Flask؟&lt;br&gt;
   إطار Flask هو إطار عمل للويب轻 الوزن و متعدد الاستخدامات، يسمح لمطوري الوي&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://silentanimation80.blogspot.com/2026/06/flask_0745379330.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/06/flask_0745379330.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>Mastering CSS Grid Layout for Web Developers: A Step-by-Step Guide</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 17 Jun 2026 08:31:12 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-css-grid-layout-for-web-developers-a-step-by-step-guide-5g8b</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-css-grid-layout-for-web-developers-a-step-by-step-guide-5g8b</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to CSS Grid Layout
  CSS Grid Layout is a powerful tool for web developers to build responsive and adaptive user interfaces for modern web applications. By utilizing CSS Grid Layout, developers can create complex layouts with ease and precision. In this article, we will delve into the world of CSS Grid Layout and explore its features, benefits, and practical applications.
&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/06/mastering-css-grid-layout-for-web.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/06/mastering-css-grid-layout-for-web.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>نظام أمان الشبكة باستخدام Linux وبروتوكول SSH</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 17 Jun 2026 08:24:54 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/nzm-mn-lshbk-bstkhdm-linux-wbrwtwkwl-ssh-5c8l</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/nzm-mn-lshbk-bstkhdm-linux-wbrwtwkwl-ssh-5c8l</guid>
      <description>&lt;p&gt;نظام أمان الشبكة باستخدام Linux وبروتوكول SSH: دليل المبتدئين&lt;br&gt;
   إنشاء نظام أمان الشبكة باستخدام Linux وبروتوكول SSH هو موضوع هام جدا في مجال تقنية المعلومات، حيث يسمح للمستخدمين بتحقيق الاتصالات الآمنة والتحكم في الوصول إلى الخوادم عن بعد.&lt;br&gt;
   كيفية استخدام نظام أمان الشبكة باستخدام Linux وبروتوكول SSH&lt;br&gt;
   يمكن إنشاء نظام أمان الشبكة باستخدام Linux وبروتوكول SSH من خلال إتباع الخطوات التالية:&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://acfgfd.blogspot.com/2026/06/linux-ssh.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://acfgfd.blogspot.com/2026/06/linux-ssh.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>تطوير تطبيقات الويب باستخدام إطار العمل Django: دليل شامل للمبتدئين</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 17 Jun 2026 08:19:30 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/ttwyr-ttbyqt-lwyb-bstkhdm-tr-lml-django-dlyl-shml-llmbtdyyn-p8n</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/ttwyr-ttbyqt-lwyb-bstkhdm-tr-lml-django-dlyl-shml-llmbtdyyn-p8n</guid>
      <description>&lt;p&gt;تطوير تطبيقات الويب باستخدام إطار العمل Django&lt;br&gt;
   تطوير تطبيقات الويب باستخدام إطار العمل Django هو موضوع مهم للغاية لأي مطور ويب، حيث يقدم Django أدوات قوية وقواعد لإنشاء مواقع الويب الديناميكية باستخدام لغة بايثون.&lt;br&gt;
   دليل شامل لتطوير تطبيقات الويب باستخدام إطار العمل Django&lt;br&gt;
   إطار العمل Django هو إطار عمل مفتوح المصدر يستخدم لإنشاء مواقع الويب الديناميكية، ويتوافق مع معظم قواعد البيانات ال&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://autocarsauto1.blogspot.com/2026/06/django.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/06/django.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>Mastering CSS Grid for Responsive Web Design: A Beginner's Guide</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 17 Jun 2026 08:13:05 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-css-grid-for-responsive-web-design-a-beginners-guide-ch1</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-css-grid-for-responsive-web-design-a-beginners-guide-ch1</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to CSS Grid
  CSS Grid is a powerful tool for creating responsive and mobile-friendly user interfaces. Mastering CSS Grid for Responsive Web Design is essential for any web developer who wants to create adaptive and engaging websites. In this guide, we will cover the basics of CSS Grid and provide practical examples and code snippets to help you get started.
  Key Takea
&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/06/mastering-css-grid-for-responsive-web.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/06/mastering-css-grid-for-responsive-web.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 Linux Security: Essential Commands and Tools</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Wed, 17 Jun 2026 08:06:17 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-linux-security-essential-commands-and-tools-3oig</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/getting-started-with-linux-security-essential-commands-and-tools-3oig</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Linux Security
  Getting started with Linux security is crucial for protecting your server from common threats. In this blog post, we will cover the essential commands and tools for securing your Linux server. Whether you are a beginner or an experienced system administrator, this guide will provide you with the knowledge and skills to keep your Linux server safe from ha
&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/06/getting-started-with-linux-security.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/06/getting-started-with-linux-security.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>كيفية إنشاء تطبيق ويب độngي باستخدام إطار العمل Flask و قاعدة البيانات MongoDB</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Tue, 16 Jun 2026 17:40:45 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-nsh-ttbyq-wyb-dongy-bstkhdm-tr-lml-flask-w-qd-lbynt-mongodb-ma8</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/kyfy-nsh-ttbyq-wyb-dongy-bstkhdm-tr-lml-flask-w-qd-lbynt-mongodb-ma8</guid>
      <description>&lt;p&gt;كيفية إنشاء تطبيق ويب độngي باستخدام إطار العمل Flask و قاعدة البيانات MongoDB لمبتدئين&lt;br&gt;
   إنشاء تطبيقات الويب الحديثة باستخدام تقنيات الويب الدائمة مثل إطار العمل Flask و قاعدة البيانات MongoDB يمكن أن يكون مشروعًا مثيرًا. في هذا الدليل الشامل، سنقوم ببناء تطبيق ويب độngي باستخدام Flask و MongoDB.&lt;br&gt;
   ما هو Flask و كيفية استخدامه لإنشاء تطبيقات الويب الحديثة&lt;br&gt;
   Flask هو إطار عمل لغة برمجة Pyth&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://d2eg6.blogspot.com/2026/06/ong-flask-mongodb.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/06/ong-flask-mongodb.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>Mastering Linux Terminal Commands for Web Development: A Beginner's Guide</title>
      <dc:creator>Issam Hilmi</dc:creator>
      <pubDate>Tue, 16 Jun 2026 17:33:57 +0000</pubDate>
      <link>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-linux-terminal-commands-for-web-development-a-beginners-guide-51ml</link>
      <guid>https://dev.to/issam_hilmi_d7d61819b5fbf/mastering-linux-terminal-commands-for-web-development-a-beginners-guide-51ml</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introduction to Linux Terminal Commands for Web Development
  Mastering Linux terminal commands is essential for web development as it boosts productivity with custom scripts and automation tools. Linux terminal commands are used for various tasks such as file management, system administration, and network configuration. In this guide, we will explore the basics of Linux terminal comman
&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/06/mastering-linux-terminal-commands-for.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/06/mastering-linux-terminal-commands-for.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>
