<?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>Aljaz Oblonsek - Blog</title>
    <link>https://portfolio.oblonsek.si/posts</link>
    <description>Software engineer writing about TypeScript, React, Next.js, NestJS, testing and AWS. Personal site and blog of Aljaz Oblonsek.</description>
    <language>en</language>
    <managingEditor>aljaz.oblonsek@outlook.com (Aljaz Oblonsek)</managingEditor>
    <lastBuildDate>Sat, 08 Aug 2026 17:44:38 GMT</lastBuildDate>
    <atom:link href="https://portfolio.oblonsek.si/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Speed Up Connect to Forge Migration With AI</title>
      <link>https://www.atlassian.com/blog/development/how-to-speed-up-connect-to-forge-migration-with-ai</link>
      <guid isPermaLink="false">https://www.atlassian.com/blog/development/how-to-speed-up-connect-to-forge-migration-with-ai</guid>
      <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Atlassian blog</category>
      <description>Featured on the Atlassian blog: how we used AI to speed up Connect-to-Forge migration by turning the first app’s migration pattern into a repeatable process across four more apps.</description>
    </item>
    <item>
      <title>5 Apps from Connect to Forge in 2 Months: What We Learned</title>
      <link>https://www.moveworkforward.com/blog/5-apps-from-connect-to-forge-in-2-months</link>
      <guid isPermaLink="false">https://www.moveworkforward.com/blog/5-apps-from-connect-to-forge-in-2-months</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Company blog</category>
      <description>How we migrated five Atlassian Cloud apps from Connect to Forge in two months, sharing the process, key technical decisions, migration challenges, and the payoff of moving fully onto Forge.</description>
    </item>
    <item>
      <title>Deploy React SPA to S3 and CloudFront Using AWS SAM (With Custom Domain Setup)</title>
      <link>https://medium.com/aws-in-plain-english/deploy-react-spa-to-s3-and-cloudfront-using-aws-sam-with-custom-domain-setup-acf570576ffd</link>
      <guid isPermaLink="false">https://medium.com/aws-in-plain-english/deploy-react-spa-to-s3-and-cloudfront-using-aws-sam-with-custom-domain-setup-acf570576ffd</guid>
      <pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Medium</category>
      <description>Learn how to deploy a React Single Page Application (SPA) to AWS S3 and CloudFront using AWS SAM, including setting up a custom domain for your application.</description>
    </item>
    <item>
      <title>Zod Types in Class Validator DTOs</title>
      <link>https://portfolio.oblonsek.si/posts/zod-types-in-class-validator-dtos</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/zod-types-in-class-validator-dtos</guid>
      <pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Exploring integration of Zod Types with Class Validator for DTO Validation.</description>
    </item>
    <item>
      <title>NestJS Auto-Caching: Peeking Under The Hood</title>
      <link>https://portfolio.oblonsek.si/posts/nestjs-auto-caching-peeking-under-the-hood</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/nestjs-auto-caching-peeking-under-the-hood</guid>
      <pubDate>Sun, 03 Dec 2023 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Discover the secrets behind NestJS Auto-Caching, uncovering the magic that makes automatic response caching tick.</description>
    </item>
    <item>
      <title>Implementing &quot;SPA&quot; Refresh Token Flow in Next.js 13 App Directory: A High-Level Overview</title>
      <link>https://portfolio.oblonsek.si/posts/implementing-spa-refresh-token-flow-in-next-13-app-dir</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/implementing-spa-refresh-token-flow-in-next-13-app-dir</guid>
      <pubDate>Thu, 26 Oct 2023 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Exploring different possibilities of implementing refresh token flow into Next.js 13 App Directory.</description>
    </item>
    <item>
      <title>Unit testing with Vitest: Real-World Scenarios and Advanced Approaches</title>
      <link>https://portfolio.oblonsek.si/posts/unit-testing-with-vitest-real-world-scenarios-and-advanced-approaches</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/unit-testing-with-vitest-real-world-scenarios-and-advanced-approaches</guid>
      <pubDate>Sun, 23 Jul 2023 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Discover the power of unit testing with Vitest as we delve into real-world scenarios and explore advanced approaches to elevate your React application&apos;s testing capabilities.</description>
    </item>
    <item>
      <title>Unit Testing React Apps: Vitest + React Testing Library</title>
      <link>https://portfolio.oblonsek.si/posts/unit-testing-react-apps-vitest-react-testing-library</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/unit-testing-react-apps-vitest-react-testing-library</guid>
      <pubDate>Sun, 16 Jul 2023 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Discover the combined power of Vitest and React Testing Library as I walk you through essential techniques for testing React apps in this blog post.</description>
    </item>
    <item>
      <title>React Project Setup with Vite, ESLint, and Prettier</title>
      <link>https://portfolio.oblonsek.si/posts/react-project-setup-with-vite-eslint-and-prettier</link>
      <guid isPermaLink="true">https://portfolio.oblonsek.si/posts/react-project-setup-with-vite-eslint-and-prettier</guid>
      <pubDate>Sun, 09 Jul 2023 00:00:00 GMT</pubDate>
      <dc:creator>Aljaz Oblonsek</dc:creator>
      <category>Personal blog</category>
      <description>Learn how to efficiently set up a React project using Vite, while incorporating ESLint and Prettier for code consistency and quality.</description>
    </item>
  </channel>
</rss>
