<?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>Forem: Bogdan Tytysh</title>
    <description>The latest articles on Forem by Bogdan Tytysh (@globest7).</description>
    <link>https://forem.com/globest7</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%2F3731919%2F12260d4b-d985-4705-9fcc-2ce1d0837b16.jpg</url>
      <title>Forem: Bogdan Tytysh</title>
      <link>https://forem.com/globest7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/globest7"/>
    <language>en</language>
    <item>
      <title>Starting my first Junior Full Stack job at 18: My Stack &amp; Goals 🚀</title>
      <dc:creator>Bogdan Tytysh</dc:creator>
      <pubDate>Sun, 01 Feb 2026 18:08:28 +0000</pubDate>
      <link>https://forem.com/globest7/starting-my-first-junior-full-stack-job-at-18-my-stack-goals-aka</link>
      <guid>https://forem.com/globest7/starting-my-first-junior-full-stack-job-at-18-my-stack-goals-aka</guid>
      <description>&lt;p&gt;Hi everyone! 👋&lt;/p&gt;

&lt;p&gt;My name is Bohdan, and I’m a &lt;strong&gt;Junior Full Stack Developer&lt;/strong&gt; from Ukraine.&lt;/p&gt;

&lt;p&gt;I recently started my first commercial job at 18. It’s been a crazy week of onboarding, setting up environments, battling with Jira, and diving into the codebase.&lt;/p&gt;

&lt;h3&gt;
  
  
  🛠 My Tech Stack:
&lt;/h3&gt;

&lt;p&gt;I'm currently working with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; NestJS (Node.js) + TypeORM&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js (React)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DevOps:&lt;/strong&gt; Docker&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🎯 What I'll write about:
&lt;/h3&gt;

&lt;p&gt;I plan to share my journey here on DEV:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Real-world problems I face as a Junior.&lt;/li&gt;
&lt;li&gt; Tips on NestJS &amp;amp; Next.js architecture.&lt;/li&gt;
&lt;li&gt; How to survive your first months in IT.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you are also a beginner or just love TypeScript ecosystem — let's connect!&lt;br&gt;
Follow me for more updates.&lt;/p&gt;

&lt;p&gt;Happy coding! 💻&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>career</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Student vs. Microservices: How I Built an AI Platform at 18 Instead of a To-Do App</title>
      <dc:creator>Bogdan Tytysh</dc:creator>
      <pubDate>Sun, 25 Jan 2026 21:39:02 +0000</pubDate>
      <link>https://forem.com/globest7/student-vs-microservices-how-i-built-an-ai-platform-at-18-instead-of-a-to-do-app-4j69</link>
      <guid>https://forem.com/globest7/student-vs-microservices-how-i-built-an-ai-platform-at-18-instead-of-a-to-do-app-4j69</guid>
      <description>&lt;p&gt;Hi Dev.to! I'm Bogdan, and I just turned 18. While many start their coding journey with a simple To-Do list, I decided to go deep into the rabbit hole of microservices for my project, &lt;strong&gt;SkillSwapAI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I’ve spent the last few months architecting a system that isn't just a monolithic block. Here is my current stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: NestJS handles the core logic and user management.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Engine&lt;/strong&gt;: A FastAPI service in Python that generates study plans using OpenAI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Infrastructure&lt;/strong&gt;: I’m using AWS Lambda, S3 for storage, and CloudFront for content delivery.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: PostgreSQL with Prisma ORM.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Architecure:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F80akh88lbqpbrjuqh055.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F80akh88lbqpbrjuqh055.png" alt=" " width="800" height="927"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The biggest challenge wasn't the code itself, but making these services talk to each other efficiently via HTTP. I’m currently refactoring parts of it to LangChain to make the AI features even smarter.&lt;/p&gt;

&lt;p&gt;I’m starting my first official job as a Full Stack JS Developer on January 28th, but this project is where I truly learned how to be an engineer. Check out my full architectural breakdown on &lt;a href="https://medium.com/@bogdantytysh5/student-vs-microservices-how-i-built-a-full-stack-ai-platform-instead-of-another-todo-app-ccf056e5d713" rel="noopener noreferrer"&gt;&lt;strong&gt;Medium&lt;/strong&gt;&lt;/a&gt;"&lt;/p&gt;

</description>
      <category>nestjs</category>
      <category>ai</category>
      <category>architecture</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
