<?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: Kostiantyn Ostapenko</title>
    <description>The latest articles on DEV Community by Kostiantyn Ostapenko (@khos_streks).</description>
    <link>https://dev.to/khos_streks</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%2F3167492%2F8b35d0bd-f485-4679-94f2-2c4479aac930.jpg</url>
      <title>DEV Community: Kostiantyn Ostapenko</title>
      <link>https://dev.to/khos_streks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khos_streks"/>
    <language>en</language>
    <item>
      <title>How I’m Earning $3,000 at 14 While Learning to Build SaaS Products</title>
      <dc:creator>Kostiantyn Ostapenko</dc:creator>
      <pubDate>Fri, 16 May 2025 05:56:18 +0000</pubDate>
      <link>https://dev.to/khos_streks/how-im-earning-3000-at-14-while-learning-to-build-saas-products-4ph2</link>
      <guid>https://dev.to/khos_streks/how-im-earning-3000-at-14-while-learning-to-build-saas-products-4ph2</guid>
      <description>&lt;p&gt;Hi! I’m Kostiantyn, a 14-year-old fullstack developer with solid skills in JavaScript and TypeScript. Over the last few months, I’ve earned more than &lt;strong&gt;$3,000&lt;/strong&gt; working on real projects and freelancing — all before even finishing high school.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Focus On Right Now
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mastering &lt;strong&gt;JavaScript/TypeScript&lt;/strong&gt; and &lt;strong&gt;Next.js&lt;/strong&gt; for fast, scalable frontend and backend development.
&lt;/li&gt;
&lt;li&gt;Building simple SaaS projects that solve real problems and bring real income.
&lt;/li&gt;
&lt;li&gt;Learning backend basics with &lt;strong&gt;Node.js&lt;/strong&gt; and &lt;strong&gt;NestJS&lt;/strong&gt;, since this stack is in huge demand.
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why I Put Go on Hold
&lt;/h2&gt;

&lt;p&gt;I started learning Go because it’s popular for backend and microservices. But quickly realized it doesn’t fit my current goals. Go requires more time to master and lacks the quick feedback loop I get with JavaScript and Node.js. For now, I prioritize skills and tools that help me earn money faster and build complete products.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Goal
&lt;/h2&gt;

&lt;p&gt;To keep building SaaS products and freelance projects that improve my skills and generate income. Practical experience and fast results are key at my age.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where I’m Going Next
&lt;/h2&gt;

&lt;p&gt;I’ll continue focusing on JavaScript, Next.js, and NestJS, then later consider other backend languages like Go or Rust when I’m ready for bigger challenges.&lt;/p&gt;




&lt;p&gt;Thanks for reading! Feel free to follow my journey and share your own experiences. Let’s grow together.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Check out my SaaS project:&lt;/strong&gt; &lt;a href="https://charm-ai.io" rel="noopener noreferrer"&gt;https://charm-ai.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>ai</category>
    </item>
    <item>
      <title>Starting My Journey: Learning Go and Building New Skills While Growing My SaaS Business</title>
      <dc:creator>Kostiantyn Ostapenko</dc:creator>
      <pubDate>Thu, 15 May 2025 17:28:59 +0000</pubDate>
      <link>https://dev.to/khos_streks/starting-my-journey-learning-go-and-building-new-skills-while-growing-my-saas-business-5c5n</link>
      <guid>https://dev.to/khos_streks/starting-my-journey-learning-go-and-building-new-skills-while-growing-my-saas-business-5c5n</guid>
      <description>&lt;p&gt;Hi! I’m Kostiantyn, a 14-year-old fullstack developer with solid experience in JavaScript and TypeScript. Over the past months, I’ve earned more than &lt;strong&gt;$3,000&lt;/strong&gt; from real projects and freelancing, not just from my SaaS. This has given me motivation and proof that I’m on the right path.&lt;/p&gt;

&lt;p&gt;One of my current projects is a SaaS called &lt;strong&gt;Charm AI&lt;/strong&gt; (&lt;a href="https://charm-ai.io" rel="noopener noreferrer"&gt;https://charm-ai.io&lt;/a&gt;), which I’m actively developing. At the same time, I realize that to scale and build more serious products, I need to level up my backend skills. That’s why I’m now learning &lt;strong&gt;Go&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Go?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Performance and scalability.&lt;/strong&gt; Go is built for high-load systems. It’s lightweight, fast, and has a simple but powerful syntax.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Growing market demand.&lt;/strong&gt; Companies that work with large-scale systems and microservices often choose Go. The demand keeps rising.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern language with a strong ecosystem.&lt;/strong&gt; Go offers straightforward tools, built-in concurrency support, and easy dependency management.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I’ve learned so far:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The basics of Go syntax — a foundation you need to master.
&lt;/li&gt;
&lt;li&gt;Working with data types, variables, conditions, and loops.
&lt;/li&gt;
&lt;li&gt;Creating and calling functions.
&lt;/li&gt;
&lt;li&gt;Working with arrays and slices (Go’s version of vectors).
&lt;/li&gt;
&lt;li&gt;Building a simple API — real practical experience.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  My plan
&lt;/h2&gt;

&lt;p&gt;I’m aiming to build a fullstack todo app using Next.js and Go within 16 days, as a SaaS product. This project will test my Golang knowledge and skills, helping me solidify what I’ve learned and gain new experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this matters now
&lt;/h2&gt;

&lt;p&gt;At 14, having real projects, income, and experience is a serious career start. My JavaScript/TypeScript skills give me a strong base, but to reach a higher level, I must grow further. Learning Go is my move toward backend development, opening doors to companies that need professionals skilled in scalable systems.&lt;/p&gt;




&lt;p&gt;I’ll be sharing regular updates on my progress, challenges, and solutions — not just to document my journey but to motivate others learning and growing as well.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and let’s level up together!&lt;/p&gt;

</description>
      <category>saas</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
