<?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: coolst</title>
    <description>The latest articles on DEV Community by coolst (@coolst).</description>
    <link>https://dev.to/coolst</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%2F3975102%2F5a14abf4-b21e-4fc4-a11e-6b9a34cce30b.jpeg</url>
      <title>DEV Community: coolst</title>
      <link>https://dev.to/coolst</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coolst"/>
    <language>en</language>
    <item>
      <title>Learning Cybersecurity as a Teen Developer</title>
      <dc:creator>coolst</dc:creator>
      <pubDate>Wed, 10 Jun 2026 13:05:03 +0000</pubDate>
      <link>https://dev.to/coolst/learning-cybersecurity-as-a-teen-developer-41oo</link>
      <guid>https://dev.to/coolst/learning-cybersecurity-as-a-teen-developer-41oo</guid>
      <description>&lt;p&gt;when most people hear the word "cybersecurity," they picture hackers sitting in dark rooms smashing random keys on a keyboard 😂&lt;/p&gt;

&lt;p&gt;but the more i learn, the more i realize cybersecurity is really about understanding how systems work, where they break, and how to make them safer.&lt;/p&gt;

&lt;p&gt;my journey into cybersecurity started with pure curiosity.&lt;/p&gt;

&lt;p&gt;i wasn't trying to become some elite hacker overnight lol. i just wanted to understand the technology i use every day.&lt;/p&gt;

&lt;h3&gt;
  
  
  how it started
&lt;/h3&gt;

&lt;p&gt;i originally got into programming and linux.&lt;/p&gt;

&lt;p&gt;the more i learned about operating systems, networking, and web apps, the more i noticed that security is connected to literally everything.&lt;/p&gt;

&lt;p&gt;i kept asking myself stuff like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how do websites keep user data safe?&lt;/li&gt;
&lt;li&gt;how do people find vulnerabilities?&lt;/li&gt;
&lt;li&gt;what actually happens when you log into a website?&lt;/li&gt;
&lt;li&gt;why are strong passwords such a big deal?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and honestly, those questions pulled me deeper into cybersecurity.&lt;/p&gt;

&lt;h3&gt;
  
  
  what i'm learning rn
&lt;/h3&gt;

&lt;p&gt;right now i'm mainly focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;linux fundamentals&lt;/li&gt;
&lt;li&gt;networking basics&lt;/li&gt;
&lt;li&gt;web security concepts&lt;/li&gt;
&lt;li&gt;git &amp;amp; github&lt;/li&gt;
&lt;li&gt;python scripting&lt;/li&gt;
&lt;li&gt;osint (open source intelligence)&lt;/li&gt;
&lt;li&gt;security tools and workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;i'm not trying to speedrun everything though 😅&lt;/p&gt;

&lt;p&gt;i'd rather build a solid foundation first instead of memorizing a bunch of tools i don't fully understand.&lt;/p&gt;

&lt;h3&gt;
  
  
  things i've learned so far
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. linux is kinda a superpower
&lt;/h4&gt;

&lt;p&gt;seriously.&lt;/p&gt;

&lt;p&gt;so many security tools, servers, and environments run on linux. understanding it makes learning cybersecurity way easier.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. fundamentals &amp;gt; tools
&lt;/h4&gt;

&lt;p&gt;tools are cool, but they don't replace understanding.&lt;/p&gt;

&lt;p&gt;you can learn how to use a tool in a few hours, but understanding networks, protocols, and operating systems is what actually helps in the long run.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. build stuff
&lt;/h4&gt;

&lt;p&gt;one of the best ways to learn security is by building projects.&lt;/p&gt;

&lt;p&gt;making websites, scripts, and apps helps you understand how systems work and where security problems can show up.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. stay ethical
&lt;/h4&gt;

&lt;p&gt;cybersecurity knowledge comes with responsibility.&lt;/p&gt;

&lt;p&gt;learning how attacks work should be used to improve security, not hurt people.&lt;/p&gt;

&lt;h3&gt;
  
  
  my current setup
&lt;/h3&gt;

&lt;p&gt;my daily workflow is pretty simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;linux&lt;/li&gt;
&lt;li&gt;vs code&lt;/li&gt;
&lt;li&gt;git &amp;amp; github&lt;/li&gt;
&lt;li&gt;terminal-based tools&lt;/li&gt;
&lt;li&gt;python for automation and scripting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;most of my learning comes from reading docs, experimenting with things, breaking stuff, fixing stuff, and building personal projects.&lt;/p&gt;

&lt;h3&gt;
  
  
  what's next?
&lt;/h3&gt;

&lt;p&gt;a few goals i'm working toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;improving my networking knowledge&lt;/li&gt;
&lt;li&gt;learning more about web application security&lt;/li&gt;
&lt;li&gt;contributing to open-source projects&lt;/li&gt;
&lt;li&gt;building security-focused tools&lt;/li&gt;
&lt;li&gt;becoming a better developer and security enthusiast&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  final thoughts
&lt;/h3&gt;

&lt;p&gt;cybersecurity definitely isn't something you master in a few months.&lt;/p&gt;

&lt;p&gt;there's always something new to learn, which is honestly one of my favorite things about it.&lt;/p&gt;

&lt;p&gt;i'm still pretty early in the journey, but every project, mistake, and challenge teaches me something new.&lt;/p&gt;

&lt;p&gt;if you're interested in cybersecurity, start with the fundamentals, stay curious, and keep building.&lt;/p&gt;

&lt;p&gt;the best time to start is now, goodluck all 🚀&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>linux</category>
      <category>learning</category>
      <category>code</category>
    </item>
  </channel>
</rss>
