<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DevChalk</title>
    <link>https://devchalk.com</link>
    <description>Goravel and Golang tutorials for developers. Long-form courses that build one real project, TaskFlow, from an empty folder to production, with nothing skipped.</description>
    <language>en</language>
    <atom:link href="https://devchalk.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Routing &amp; Response</title>
      <link>https://devchalk.com/goravel/02-routing-response</link>
      <guid isPermaLink="true">https://devchalk.com/goravel/02-routing-response</guid>
      <description>Goravel routing in Golang: register routes, return string, HTML and JSON, group under /api/v1, name routes, split API routes into a file, hot reload with Air.</description>
      <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Installation &amp; Project Architecture</title>
      <link>https://devchalk.com/goravel/01-installation-project-architecture</link>
      <guid isPermaLink="true">https://devchalk.com/goravel/01-installation-project-architecture</guid>
      <description>Install the Goravel CLI, create a Goravel Lite project, run Postgres and Redis with Docker Compose, set .env and start the Golang server. TaskFlow, episode 1.</description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>