<?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: Yashpal Patel</title>
    <description>The latest articles on DEV Community by Yashpal Patel (@yash-infra).</description>
    <link>https://dev.to/yash-infra</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%2F4022197%2F5d46ed52-661c-4f6d-a890-540992904c5c.jpg</url>
      <title>DEV Community: Yashpal Patel</title>
      <link>https://dev.to/yash-infra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yash-infra"/>
    <language>en</language>
    <item>
      <title>Cyber Security Fundamentals: What Is Cybersecurity &amp; CIA Triad Explained</title>
      <dc:creator>Yashpal Patel</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:26:31 +0000</pubDate>
      <link>https://dev.to/yash-infra/cyber-security-fundamentals-what-is-cybersecurity-cia-triad-explained-4377</link>
      <guid>https://dev.to/yash-infra/cyber-security-fundamentals-what-is-cybersecurity-cia-triad-explained-4377</guid>
      <description>&lt;p&gt;Cybersecurity is the practice of protecting systems, networks, devices, and data from unauthorized access, digital attacks, or damage.&lt;/p&gt;

&lt;h3&gt;
  
  
  🛡️ The 3 Core Pillars (CIA Triad)
&lt;/h3&gt;

&lt;p&gt;Every security architecture relies on three primary concepts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Confidentiality:&lt;/strong&gt; Ensures sensitive data is accessible &lt;em&gt;only&lt;/em&gt; to authorized users.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Integrity:&lt;/strong&gt; Protects data from being altered, deleted, or tampered with.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Availability:&lt;/strong&gt; Guarantees that systems, networks, and applications stay operational when needed.&lt;/li&gt;
&lt;/ol&gt;




&lt;blockquote&gt;
&lt;p&gt;Security is not a one-time setup or a single tool—it is a continuous process of securing your infrastructure and reducing the attack surface.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>security</category>
      <category>infosec</category>
      <category>beginners</category>
      <category>techtalks</category>
    </item>
    <item>
      <title>Cyber Security Foundations: Part 1 - What &amp; Why? 🛡️</title>
      <dc:creator>Yashpal Patel</dc:creator>
      <pubDate>Mon, 20 Jul 2026 04:14:51 +0000</pubDate>
      <link>https://dev.to/yash-infra/cyber-security-foundations-part-1-what-why-fkn</link>
      <guid>https://dev.to/yash-infra/cyber-security-foundations-part-1-what-why-fkn</guid>
      <description>&lt;p&gt;Hello everyone!&lt;br&gt;
I’ve recently embarked on my journey as an "Infrastructure Hacker" (Vulnerability Researcher). To sharpen my skills and document my growth, I’m launching a 25-part series: 'Cyber Security Foundations'.&lt;br&gt;
What is Cyber Security?&lt;br&gt;
In simple terms, it's the practice of protecting systems, networks, and programs from digital attacks. Think of it as the ultimate digital defense system.&lt;/p&gt;

&lt;p&gt;Why is it essential?&lt;br&gt;
In our digital-first world, our data—from banking details to personal identity—is our most valuable asset. Securing it isn't just an option; it's a necessity.&lt;/p&gt;

&lt;p&gt;Join the Journey!&lt;br&gt;
I’ll be breaking down complex security topics into bite-sized, beginner-friendly content throughout this series.&lt;/p&gt;

&lt;p&gt;Follow me for updates.&lt;br&gt;
Let's learn and grow together!&lt;br&gt;
Feel free to drop your feedback or suggestions in the comments.&lt;br&gt;
Happy hacking! 🚀&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>beginners</category>
      <category>infosec</category>
      <category>learning</category>
    </item>
    <item>
      <title>Why Cyber Security Researchers Must Understand Frontend Code Layouts 🔐</title>
      <dc:creator>Yashpal Patel</dc:creator>
      <pubDate>Fri, 10 Jul 2026 12:26:20 +0000</pubDate>
      <link>https://dev.to/yash-infra/why-cyber-security-researchers-must-understand-frontend-code-layouts-46o8</link>
      <guid>https://dev.to/yash-infra/why-cyber-security-researchers-must-understand-frontend-code-layouts-46o8</guid>
      <description>&lt;p&gt;As a Vulnerability Researcher focused on infrastructure security, I believe understanding how frontend components are built is crucial for effective code reviews and finding implementation flaws. &lt;/p&gt;

&lt;p&gt;Today, I built and analyzed a premium interactive UI component (a glowing 3D-style AI Assistant Avatar) using pure HTML and CSS to study modern UI layouts and secure animation structures.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Source Code:
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
html
&amp;lt;!-- Put your HTML avatar code here later if you want --&amp;gt;

### Key Takeaway for Infosec Peers:
To secure any application or infrastructure, we must first master the building blocks. Analyzing safe frontend architectures helps us spot potential misconfigurations, bad input handling, or injection vectors during a deep-dive security audit.

What are your thoughts on secure coding practices during development? Let's discuss below!

#buildinginpublic #infosec
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>security</category>
      <category>webdev</category>
      <category>html</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
