<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Zahid Hasan Tonmoy | Blog &amp; Tech Articles</title>
    <link>https://zahidhasantonmoy.vercel.app/blog</link>
    <description>Engineering deep-dives, full-stack web development (React, Next.js, Node.js), and AI Agent architectures by Zahid Hasan Tonmoy.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 Sep 2026 07:01:18 GMT</lastBuildDate>
    <atom:link href="https://zahidhasantonmoy.vercel.app/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://zahidhasantonmoy.vercel.app/images/og-image.jpg</url>
      <title>Zahid Hasan Tonmoy | Blog</title>
      <link>https://zahidhasantonmoy.vercel.app/blog</link>
    </image>
    <item>
      <title><![CDATA[Practicing Laravel Blade Templates with Dynamic Data]]></title>
      <link>https://zahidhasantonmoy.vercel.app/blog/practicing-laravel-blade-templates-with-dynamic-data</link>
      <guid isPermaLink="true">https://zahidhasantonmoy.vercel.app/blog/practicing-laravel-blade-templates-with-dynamic-data</guid>
      <pubDate>Tue, 15 Sep 2026 07:01:18 GMT</pubDate>
      <description><![CDATA[]]></description>
      <content:encoded><![CDATA[As part of my Laravel learning journey, I practiced working with Blade templates and dynamic data.

The goal of this practice was to understand how information can be passed to a Laravel view and then displayed dynamically.

### What I Worked On

I practiced displaying student information such as:

* Name
* Department
* University
* CGPA
* Skills

Instead of writing the information directly into HTML, I worked with an array and used Blade syntax to display the values.

I also practiced `@foreach` for displaying multiple skills and `@if` for conditional content.

### Why This Practice Matters

These are basic Laravel concepts, but they are important building blocks for creating dynamic web applications.

A real application rarely displays completely static information. Data usually comes from a database or another part of the application, and the view needs to display that data appropriately.

Blade provides a clean way to handle this presentation logic.

### What I Learned

This practice helped me better understand the relationship between Laravel data and the view layer.

I also became more comfortable with Blade's syntax and the idea of keeping dynamic content separate from static HTML.

My current focus is on building a strong Laravel foundation before moving into more complex features.

### Next Step

I’ll continue with the Laravel fundamentals and gradually move toward database-driven and more practical application development.
]]></content:encoded>
      <author>tonmoyhasan275@gmail.com (Zahid Hasan Tonmoy)</author>
      <enclosure url="https://res.cloudinary.com/pfnaw6be/image/upload/v1789455585/f0dx3l4nrndbgyam7udt.jpg" type="image/jpeg" length="0" />
    </item>
  </channel>
</rss>