<?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: Alejandro Areiza</title>
    <description>The latest articles on DEV Community by Alejandro Areiza (@alejandro_areiza2346).</description>
    <link>https://dev.to/alejandro_areiza2346</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%2F3267356%2Fdc4fc4d8-9cca-4551-88f8-7c7d1886ebac.jpg</url>
      <title>DEV Community: Alejandro Areiza</title>
      <link>https://dev.to/alejandro_areiza2346</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alejandro_areiza2346"/>
    <language>en</language>
    <item>
      <title>🔐 A Practical Introduction to ISO 27001 for Developers</title>
      <dc:creator>Alejandro Areiza</dc:creator>
      <pubDate>Sun, 15 Jun 2025 23:10:58 +0000</pubDate>
      <link>https://dev.to/alejandro_areiza2346/a-practical-introduction-to-iso-27001-for-developers-3c87</link>
      <guid>https://dev.to/alejandro_areiza2346/a-practical-introduction-to-iso-27001-for-developers-3c87</guid>
      <description>&lt;p&gt;As developers, we often focus on writing efficient code, building scalable systems, and shipping features fast. But how often do we think about &lt;strong&gt;information security&lt;/strong&gt; from a governance and risk-based perspective?&lt;/p&gt;

&lt;p&gt;That's where &lt;strong&gt;ISO/IEC 27001&lt;/strong&gt; comes in — an international standard that helps organizations manage the &lt;strong&gt;security of assets&lt;/strong&gt;, such as financial information, intellectual property, employee details, or information entrusted by third parties.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What is ISO/IEC 27001?
&lt;/h2&gt;

&lt;p&gt;ISO/IEC 27001 is a framework for an &lt;strong&gt;Information Security Management System (ISMS)&lt;/strong&gt;. It provides a systematic approach to managing sensitive company information so that it remains secure — involving &lt;strong&gt;people, processes, and IT systems&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Some of its core components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Risk Assessment and Treatment&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security Policies and Controls (Annex A)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Continuous improvement via the PDCA cycle (Plan-Do-Check-Act)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 Why Should Developers Care?
&lt;/h2&gt;

&lt;p&gt;While ISO 27001 is often handled by compliance officers or security managers, &lt;strong&gt;developers play a key role&lt;/strong&gt; in ensuring security by design. Here’s how:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔐 &lt;strong&gt;Secure Code Practices&lt;/strong&gt;: Implement controls such as input validation, authentication, and encryption that align with ISO controls (e.g., A.9, A.10).&lt;/li&gt;
&lt;li&gt;📁 &lt;strong&gt;Asset Management&lt;/strong&gt;: Identify and classify the systems and data you build (A.8).&lt;/li&gt;
&lt;li&gt;🧪 &lt;strong&gt;Testing &amp;amp; Monitoring&lt;/strong&gt;: Automate security testing and integrate logging for event monitoring (A.12).&lt;/li&gt;
&lt;li&gt;🧑‍💻 &lt;strong&gt;Access Control&lt;/strong&gt;: Define roles clearly and limit privileges (A.9.1, A.9.2).&lt;/li&gt;
&lt;li&gt;📈 &lt;strong&gt;Documentation &amp;amp; Change Control&lt;/strong&gt;: Track changes, document processes, and ensure version control (A.12.1.2).&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ My Developer Experience with ISO 27001
&lt;/h2&gt;

&lt;p&gt;As a software engineering student passionate about &lt;strong&gt;cybersecurity and secure development&lt;/strong&gt;, I've started aligning my own projects to ISO practices — especially in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom authentication systems in Flask with session control and password policies
&lt;/li&gt;
&lt;li&gt;Risk assessments for applications involving sensitive data
&lt;/li&gt;
&lt;li&gt;Role-based access control in admin/user dashboards
&lt;/li&gt;
&lt;li&gt;Logging and audit trails for admin actions&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📚 Resources for Devs Interested in ISO 27001
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.iso.org/isoiec-27001-information-security.html" rel="noopener noreferrer"&gt;ISO 27001: Official Standard Summary&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://owasp.org/www-project-top-ten/" rel="noopener noreferrer"&gt;OWASP Top 10&lt;/a&gt; – great complement for secure coding&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.nist.gov/cyberframework" rel="noopener noreferrer"&gt;NIST Cybersecurity Framework&lt;/a&gt; – for US-based best practices&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/topics/iso27001" rel="noopener noreferrer"&gt;GitHub Awesome ISO27001&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔎 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;You don’t have to be a security expert to &lt;strong&gt;contribute to your team’s information security&lt;/strong&gt;. Even simple practices like limiting access, encrypting data, or following secure coding guidelines can align with ISO 27001 and reduce risks.&lt;/p&gt;

&lt;p&gt;By understanding ISO 27001, we go from just writing code...&lt;br&gt;&lt;br&gt;
To building &lt;strong&gt;trusted and resilient software&lt;/strong&gt;.&lt;/p&gt;




&lt;p&gt;✍️ If you want me to write a technical post on how to apply specific ISO controls in Flask, Django, or Python apps — drop a comment!&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/alejandroareiza2346" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;br&gt;&lt;br&gt;
💼 &lt;a href="https://www.freelancer.com/u/alejandrodev20" rel="noopener noreferrer"&gt;Freelancer Profile (alejandrodev20)&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>👋 Hello DEV Community, I'm Alejandro!</title>
      <dc:creator>Alejandro Areiza</dc:creator>
      <pubDate>Sun, 15 Jun 2025 23:09:31 +0000</pubDate>
      <link>https://dev.to/alejandro_areiza2346/hello-dev-community-im-alejandro-2kcd</link>
      <guid>https://dev.to/alejandro_areiza2346/hello-dev-community-im-alejandro-2kcd</guid>
      <description>&lt;p&gt;I'm a &lt;strong&gt;Software Engineering student&lt;/strong&gt; from Colombia 🇨🇴 with a strong passion for &lt;strong&gt;cybersecurity, artificial intelligence, and full-stack development&lt;/strong&gt;. I’m currently working on various personal projects that blend fuzzy logic, Flask, and modern UI/UX with real-world applications—from expert systems to portfolio platforms integrated with Spotify and more.&lt;/p&gt;

&lt;p&gt;🚀 I believe in building innovative, secure, and ethical software that makes an impact.&lt;br&gt;&lt;br&gt;
🧠 I’m also diving into ISO 27001, PCI DSS, and best practices in information security governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  💼 Tech Stack &amp;amp; Interests:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Languages:&lt;/strong&gt; Python, JavaScript, SQL
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frameworks:&lt;/strong&gt; Flask, Django, PyQt6, React
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools:&lt;/strong&gt; PostgreSQL, Git, Docker, ODBC, Fuzzy Logic
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Other Interests:&lt;/strong&gt; Machine Learning, UI/UX, Ethical Hacking, DevOps&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 Goals for 2025:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Contribute to open source&lt;/li&gt;
&lt;li&gt;Get my first freelance projects via platforms like Freelancer and GitHub&lt;/li&gt;
&lt;li&gt;Share my technical journey and tutorials here on DEV.to&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Let’s connect! I’ll be sharing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tips &amp;amp; tutorials from real-life dev projects
&lt;/li&gt;
&lt;li&gt;Cybersecurity best practices for devs
&lt;/li&gt;
&lt;li&gt;How to turn school projects into real-world solutions
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;Follow me for more technical content and feel free to drop a comment or message!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://github.com/alejandroareiza2346" rel="noopener noreferrer"&gt;GitHub Profile&lt;/a&gt;&lt;br&gt;&lt;br&gt;
💼 &lt;a href="https://www.freelancer.com/u/alejandrodev20" rel="noopener noreferrer"&gt;Freelancer Profile (alejandrodev20)&lt;/a&gt;&lt;/p&gt;

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