<?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>DEV Community: Z</title>
    <description>The latest articles on DEV Community by Z (@t5810m).</description>
    <link>https://dev.to/t5810m</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3827637%2Fcf131efe-e709-4e25-a294-589b4b4c5dc0.png</url>
      <title>DEV Community: Z</title>
      <link>https://dev.to/t5810m</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t5810m"/>
    <language>en</language>
    <item>
      <title>Open‑source Job Board REST API in Go + MongoDB</title>
      <dc:creator>Z</dc:creator>
      <pubDate>Mon, 16 Mar 2026 16:13:57 +0000</pubDate>
      <link>https://dev.to/t5810m/open-source-job-board-rest-api-in-go-mongodb-5c75</link>
      <guid>https://dev.to/t5810m/open-source-job-board-rest-api-in-go-mongodb-5c75</guid>
      <description>&lt;p&gt;Hey everyone, I’ve been working on a small project recently and wanted to share it with the Go community. &lt;/p&gt;

&lt;p&gt;It’s an open‑source Job Board REST API built with Go and MongoDB, following a clean, layered architecture. I built it mainly to improve my Go skills and to explore structuring a real‑world API with handlers → services → repositories and JWT auth. &lt;/p&gt;

&lt;p&gt;The project is released under the MIT license, so feel free to use it, modify it, or take pieces of it for your own projects. Repo link: &lt;br&gt;
&lt;a href="https://github.com/t5810m/go-mongodb-api" rel="noopener noreferrer"&gt;https://github.com/t5810m/go-mongodb-api&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Key features: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CRUD for jobs and categories &lt;/li&gt;
&lt;li&gt;JWT authentication &lt;/li&gt;
&lt;li&gt;Clean architecture (handlers, services, repositories) &lt;/li&gt;
&lt;li&gt;MongoDB with indexes and validation &lt;/li&gt;
&lt;li&gt;Modular folder structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any feedback about code style, structure, naming or anything else will be deeply appreciated.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>restapi</category>
      <category>go</category>
      <category>mongodb</category>
    </item>
  </channel>
</rss>
