<?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: Hima Kartikeya Naidu</title>
    <description>The latest articles on DEV Community by Hima Kartikeya Naidu (@hkn_2011).</description>
    <link>https://dev.to/hkn_2011</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%2F3099606%2F46f0a84f-cbcd-437e-a4f1-8fa97207e2d6.jpg</url>
      <title>DEV Community: Hima Kartikeya Naidu</title>
      <link>https://dev.to/hkn_2011</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hkn_2011"/>
    <language>en</language>
    <item>
      <title>Leveling up from Class 10 ICSE to Polytechnic! Here is why I think even beginners need to look at code through a security lens. 👁️💻</title>
      <dc:creator>Hima Kartikeya Naidu</dc:creator>
      <pubDate>Thu, 21 May 2026 07:37:59 +0000</pubDate>
      <link>https://dev.to/hkn_2011/leveling-up-from-class-10-icse-to-polytechnic-here-is-why-i-think-even-beginners-need-to-look-at-4hma</link>
      <guid>https://dev.to/hkn_2011/leveling-up-from-class-10-icse-to-polytechnic-here-is-why-i-think-even-beginners-need-to-look-at-4hma</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey everyone! 👋&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’m Ch Hima Kartikeya Naidu. I just finished my Class 10 from an ICSE school, and I’m about to start my diploma journey. My ultimate dream is to build a career in &lt;em&gt;Cyber Security&lt;/em&gt;, but on the side, I’m also a small-scale game developer who loves using storytelling and creativity to craft engaging narratives and virtual worlds.&lt;/p&gt;

&lt;p&gt;Since I'm just entering polytechnic, my programming peak right now is mastering loops Python and C. I aced basic Java in my academics. While learning how loops repeat actions to make games work, I started wondering: How do these same basic programming concepts connect to cyber security?&lt;/p&gt;

&lt;p&gt;Here is how I’m looking at security as a beginner dev:&lt;/p&gt;




&lt;ol&gt;
&lt;li&gt;When Loops Turn Into Security Flaws (Infinite Loops)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In my classes, I learned how to use loops to repeat code until a condition is met. But what happens if a programmer makes a mistake and the loop never stops? It creates an infinite loop that freezes the software. In the security world, if an attacker finds a way to trigger an infinite loop on a server, they can crash the whole system. This is a basic form of a Denial of Service (DoS) vulnerability.&lt;/p&gt;

&lt;p&gt;My Lesson: Writing secure code starts with making sure your loops always have a foolproof exit strategy.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Game Exploits vs. Real-World Hacking&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As a small-scale game dev, I know that if you don't secure your variables, players can use memory-editing tools to change their in-game currency or health from &lt;code&gt;10&lt;/code&gt; to &lt;code&gt;9999&lt;/code&gt;. In the cyber security world, this is very similar to a "Buffer Overflow" or memory tampering, where an attacker alters data in a computer's memory to make it do things it shouldn't.&lt;/p&gt;

&lt;p&gt;My Lesson: Whether it's a video game or a secure database, you can never trust what's happening on the client's side without validation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;C Language and Memory Safety&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Learning C has been eye-opening because it forces you to manage memory yourself. A lot of famous cyberattacks happen because of vulnerabilities in C-based software where memory isn't handled safely.&lt;/p&gt;

&lt;p&gt;My Lesson: Learning loops and memory management in C right now isn't just academic—it's actually the first step to understanding how system-level exploits work.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;💡 Final Thoughts:&lt;br&gt;
I might only know the basics right now, but I'm realizing that you don't need to be a master hacker to start thinking about security. It starts with the very first loops and variables we learn in school. I can't wait to level up both my security knowledge and my game dev skills during my diploma!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To the seniors in the community: What’s a basic coding habit you think every beginner should learn to write safer code from day one? Let’s hear it! 🚀&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>diplomabound</category>
      <category>infosecbeginner</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Cyberpunk Tic Tac Toe..</title>
      <dc:creator>Hima Kartikeya Naidu</dc:creator>
      <pubDate>Mon, 28 Apr 2025 06:29:40 +0000</pubDate>
      <link>https://dev.to/hkn_2011/cyberpunk-tic-tac-toe-55l7</link>
      <guid>https://dev.to/hkn_2011/cyberpunk-tic-tac-toe-55l7</guid>
      <description>&lt;p&gt;The year is 3737. Machines rule the Earth. Humans are slaves in underground colonies, forced to entertain rogue AIs in gladiator-style games. The only way out? Outsmart the AI overlord in its favorite game — Tic-Tac-Toe.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/HimaKartikeyaNaidu/embed/WbbZvbp?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
