<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Yuben Bauty - Articles</title>
  <link>https://yuben.me</link>
  <description>Latest articles by Yuben Bauty</description>
  <item>
    <title>The Art of Saying No in Software Projects</title>
    <link>https://yuben.me/articles/the-art-of-saying-no-in-software-projects</link>
    <guid>https://yuben.me/articles/the-art-of-saying-no-in-software-projects</guid>
    <pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate>
    <description>When I first started building my own application, I was excited about every idea that popped into my head. Every feature felt essential, eve...</description>
  </item>
  <item>
    <title>How Learning Entrepreneurship Changed My Approach to Software Projects</title>
    <link>https://yuben.me/articles/how-learning-entreprenurship-changed-my-approach-to-software-projects</link>
    <guid>https://yuben.me/articles/how-learning-entreprenurship-changed-my-approach-to-software-projects</guid>
    <pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate>
    <description>When I first started coding, my mindset was purely technical. My focus was on writing clean code, learning new frameworks, and solving probl...</description>
  </item>
  <item>
    <title>Building a Complete Camera Experience in React Native with Expo</title>
    <link>https://yuben.me/articles/building-a-complete-camera-experience-in-react-native-with-expo</link>
    <guid>https://yuben.me/articles/building-a-complete-camera-experience-in-react-native-with-expo</guid>
    <pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate>
    <description>Mobile apps often need camera functionality beyond just taking a simple photo. Maybe you want to toggle flash, zoom in and out, switch betwe...</description>
  </item>
  <item>
    <title>The Anatomy of a Project Killer: When Micromanagement Goes Wrong</title>
    <link>https://yuben.me/articles/the-anatomy-of-a-project-killer-when-micromanagement-goes-wrong</link>
    <guid>https://yuben.me/articles/the-anatomy-of-a-project-killer-when-micromanagement-goes-wrong</guid>
    <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
    <description>Have you ever seen a project that feels like it&#39;s running on a treadmill? Developers are putting in the hours, sweating through deadlines, b...</description>
  </item>
  <item>
    <title>Building a Resilient Scraper with RabbitMQ and RxJS</title>
    <link>https://yuben.me/articles/building-a-resilient-scraper-with-rabbitmq-and-rxjs</link>
    <guid>https://yuben.me/articles/building-a-resilient-scraper-with-rabbitmq-and-rxjs</guid>
    <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
    <description>In this article, I’ll share how I built a resilient scraper system powered by RabbitMQ for message-driven orchestration and RxJS for concurr...</description>
  </item>
  <item>
    <title>Understanding the Semaphore Mechanism in Concurrency Control</title>
    <link>https://yuben.me/articles/understanding-the-semaphore-mechanism-in-concurrency-control</link>
    <guid>https://yuben.me/articles/understanding-the-semaphore-mechanism-in-concurrency-control</guid>
    <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
    <description>Concurrency is one of the most challenging aspects of system design. When multiple processes or threads attempt to access shared resources s...</description>
  </item>
  <item>
    <title>Building a Self-Deploying Website Platform: What I Learned</title>
    <link>https://yuben.me/articles/building-a-self-deploying-website-plaform-what-i-learned</link>
    <guid>https://yuben.me/articles/building-a-self-deploying-website-plaform-what-i-learned</guid>
    <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
    <description>Concurrency is one of the most challenging aspects of system design. When multiple processes or threads attempt to access shared resources s...</description>
  </item>
  <item>
    <title>An Introduction to the CQRS Pattern</title>
    <link>https://yuben.me/articles/an-introduction-to-the-cqrs-pattern</link>
    <guid>https://yuben.me/articles/an-introduction-to-the-cqrs-pattern</guid>
    <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
    <description>CQRS, which stands for Command Query Responsibility Segregation, is an architectural pattern that separates the process of changing applicat...</description>
  </item>
  <item>
    <title>Understanding Dependency Injection in Express.js</title>
    <link>https://yuben.me/articles/understanding-dependency-injection-in-expressjs</link>
    <guid>https://yuben.me/articles/understanding-dependency-injection-in-expressjs</guid>
    <pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate>
    <description>Dependency Injection (DI) is a powerful design pattern that helps you create more flexible, testable, and maintainable applications.</description>
  </item>
  <item>
    <title>React Native&#39;s Renaissance: Why the New Architecture Makes it the Top Choice for Cross-Platform Apps</title>
    <link>https://yuben.me/articles/react-native-renaissance-why-the-new-architecture-makes-it-the-top-choice</link>
    <guid>https://yuben.me/articles/react-native-renaissance-why-the-new-architecture-makes-it-the-top-choice</guid>
    <pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate>
    <description>For years, React Native has been a powerful tool for building cross-platform mobile applications. However, it&#39;s also faced its share of crit...</description>
  </item>
  <item>
    <title>Scaling NestJS Applications with Microservices and RabbitMQ</title>
    <link>https://yuben.me/articles/scaling-nestjs-applications-with-microservices-and-rabbitmq</link>
    <guid>https://yuben.me/articles/scaling-nestjs-applications-with-microservices-and-rabbitmq</guid>
    <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
    <description>Modern web applications face increasing demands for scalability, maintainability, and performance. As monolithic architectures reach their l...</description>
  </item>
  <item>
    <title>Run a Cloud-Native App With Kubernetes</title>
    <link>https://yuben.me/articles/run-a-cloud-native-app-with-kubernetes</link>
    <guid>https://yuben.me/articles/run-a-cloud-native-app-with-kubernetes</guid>
    <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
    <description>This post shares our high-level infrastructure patterns for running modern web apps at scale. It’s technology-specific enough to be useful, ...</description>
  </item>
  <item>
    <title>Building a Bulletproof E-commerce Transaction Flow with NestJS and TypeORM</title>
    <link>https://yuben.me/articles/building-a-bulletproof-ecommerce-transaction-flow-with-nestjs-and-typeorm</link>
    <guid>https://yuben.me/articles/building-a-bulletproof-ecommerce-transaction-flow-with-nestjs-and-typeorm</guid>
    <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
    <description>Handling transactions is the most critical part of any e-commerce application. A single bug can lead to lost revenue, incorrect inventory, a...</description>
  </item>
</channel>
</rss>