<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Umesh Prajapati — Notes</title>
    <link>https://www.imumesh.com/blog/</link>
    <atom:link href="https://www.imumesh.com/feed.xml" rel="self" type="application/rss+xml" />
    <description>Engineering notes published on Medium.</description>
    <language>en</language>
    <item>
      <title>Laravel Service Container &amp; Dependency Injection</title>
      <link>https://medium.com/@itsumeshp/laravel-service-container-dependency-injection-b4b1d028fe88?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Tue, 28 Apr 2026 13:32:21 GMT</pubDate>
      <description>📖 Concept Explanation The Service Container is Laravel’s IoC (Inversion of Control) container — a powerful tool for managing class dependencies and performing dependency injection . At its core, it…</description>
    </item>
    <item>
      <title>Harnessing the Power of AI in Laravel with Prism</title>
      <link>https://medium.com/@itsumeshp/harnessing-the-power-of-ai-in-laravel-with-prism-fed186d55556?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Mon, 31 Mar 2025 07:24:36 GMT</pubDate>
      <description>Introduction Artificial intelligence is revolutionizing web applications, and Laravel developers are now equipped with a powerful tool to integrate AI seamlessly — Prism . This Laravel package…</description>
    </item>
    <item>
      <title>Unlocking the Power of Community Starter Kits in Laravel</title>
      <link>https://medium.com/@itsumeshp/unlocking-the-power-of-community-starter-kits-in-laravel-24e518e10d8c?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Mon, 24 Mar 2025 11:03:02 GMT</pubDate>
      <description>Starting a new Laravel project just got even better! While Laravel’s official Starter Kits are fantastic for kickstarting your projects, did you know you can now install community starter kits…</description>
    </item>
    <item>
      <title>Going Beyond Logs: Using Laravel’s Context for Intelligent Request Tracking</title>
      <link>https://medium.com/@itsumeshp/going-beyond-logs-using-laravels-context-for-intelligent-request-tracking-32f5899058e4?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Mon, 24 Mar 2025 07:56:49 GMT</pubDate>
      <description>Debugging a Laravel application often feels like solving a mystery with missing clues. While logs provide key insights, they rarely connect the dots across complex flows. Laravel’s Context is a…</description>
    </item>
    <item>
      <title>The Future of PHP: A Fresh Take on What PHP 9.0 Brings</title>
      <link>https://medium.com/@itsumeshp/the-future-of-php-a-fresh-take-on-what-php-9-0-brings-f7b9cf7370c6?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Fri, 21 Mar 2025 07:05:53 GMT</pubDate>
      <description>Introduction PHP has been the backbone of web development for decades, powering everything from personal blogs to enterprise-level applications. As the language continues to evolve, PHP 9.0 promises…</description>
    </item>
    <item>
      <title>Laravel 12 Pipelines: Streamlining Your Workflow Like a Pro</title>
      <link>https://medium.com/@itsumeshp/laravel-12-pipelines-streamlining-your-workflow-like-a-pro-490e685616ac?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Wed, 19 Mar 2025 13:28:07 GMT</pubDate>
      <description>Picture this: you’re knee-deep in a Laravel project, juggling a dozen tasks — validation, logging, file cleanup — and your code starts looking like a tangled ball of yarn. You know there’s a better…</description>
    </item>
    <item>
      <title>How to Master Multiple Laravel DataTables on a Single Page Without Losing Your Mind</title>
      <link>https://medium.com/@itsumeshp/how-to-master-multiple-laravel-datatables-on-a-single-page-without-losing-your-mind-9ae89e44a013?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Thu, 13 Mar 2025 06:19:28 GMT</pubDate>
      <description>Picture this: You’re building an admin dashboard for a Laravel app, and your client drops a bombshell — they want multiple data tables on one page. Your heart sinks. You’ve wrestled with DataTables…</description>
    </item>
    <item>
      <title>Mastering Time Zones: How to Send Perfectly Timed Reminders to a Global Audience</title>
      <link>https://medium.com/@itsumeshp/mastering-time-zones-how-to-send-perfectly-timed-reminders-to-a-global-audience-1e55645f6e39?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Mon, 10 Mar 2025 06:47:52 GMT</pubDate>
      <description>Precision Reminders in a Connected World The Hook Imagine this: You’ve built an app that sends daily reminders to users — say, a gentle nudge to meditate at 8:00 AM, grab lunch at 1:00 PM, or wind…</description>
    </item>
    <item>
      <title>Optimizing Laravel DataTables: My Go-To Configuration</title>
      <link>https://medium.com/@itsumeshp/optimizing-laravel-datatables-my-go-to-configuration-403c2186726c?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Fri, 07 Mar 2025 07:33:07 GMT</pubDate>
      <description>When working on Laravel projects, handling large datasets efficiently is crucial. One of my favorite tools for this is Yajra DataTables , which simplifies data handling, filtering, and pagination.…</description>
    </item>
    <item>
      <title>When One Database Isn’t Enough: Managing Multiple Connections in Laravel Like a Pro</title>
      <link>https://medium.com/@itsumeshp/when-one-database-isnt-enough-managing-multiple-connections-in-laravel-like-a-pro-d138a4c7395c?source=rss-8757919d494c------2</link>
      <guid isPermaLink="false">[object Object]</guid>
      <pubDate>Fri, 07 Mar 2025 07:28:52 GMT</pubDate>
      <description>Picture this: You’re knee-deep in a Laravel project, sipping coffee at 2 a.m., when you realize your app needs to juggle data from not one, but two (or more) databases. Maybe it’s a legacy system…</description>
    </item>
  </channel>
</rss>
