<?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: Albert R. C. Guedes</title>
    <description>The latest articles on DEV Community by Albert R. C. Guedes (@albertguedes).</description>
    <link>https://dev.to/albertguedes</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%2F951858%2F4e4197da-9863-4736-92da-eb668804581a.jpeg</url>
      <title>DEV Community: Albert R. C. Guedes</title>
      <link>https://dev.to/albertguedes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/albertguedes"/>
    <language>en</language>
    <item>
      <title>LAPONG DOCKER</title>
      <dc:creator>Albert R. C. Guedes</dc:creator>
      <pubDate>Sat, 21 Sep 2024 23:43:33 +0000</pubDate>
      <link>https://dev.to/albertguedes/lapong-docker-m19</link>
      <guid>https://dev.to/albertguedes/lapong-docker-m19</guid>
      <description>&lt;p&gt;LAPONG DOCKER is a docker development environment with Laravel, PostgreSQL and Nginx&lt;/p&gt;

&lt;p&gt;This project aims create a minimal viable development environment with Laravel, PostgreSQL and Nginx, in minimal docker environment, i.e., less then it, nothing work.&lt;/p&gt;

&lt;p&gt;This environment is more simple then Laravel Sail, and LAPONG has PostgresSQL natively, while Sail not.&lt;/p&gt;

&lt;p&gt;This project is possible thanks the official images for Nginx, PHP and PostgreSQL, which do great job.&lt;/p&gt;

&lt;p&gt;The scheme is usual: we have 3 containers, each of then with a Nginx, a PHP-FPM and a PostgreSQL containers and an 'src' folder for the laravel source code. All images use Alpine Linux as base system to reduce the size of containers.&lt;/p&gt;

&lt;p&gt;The laravel app can be developed and maintained independently of the project, and can use your own git repository, what helps to keep the projects clean and easy to maintain.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://github.com/albertguedes/lapong-docker" rel="noopener noreferrer"&gt;https://github.com/albertguedes/lapong-docker&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>postgres</category>
      <category>docker</category>
      <category>nginx</category>
    </item>
    <item>
      <title>Djanblog</title>
      <dc:creator>Albert R. C. Guedes</dc:creator>
      <pubDate>Sat, 21 Sep 2024 23:35:43 +0000</pubDate>
      <link>https://dev.to/albertguedes/djanblog-1bjo</link>
      <guid>https://dev.to/albertguedes/djanblog-1bjo</guid>
      <description>&lt;p&gt;This project is a simple blog made with Django Framework. It uses bootstrap and jquery, so it's fully responsive. Come with a SQLITE3 database as sample.&lt;/p&gt;

&lt;p&gt;Project Link: &lt;a href="https://github.com/albertguedes/djanblog-simple-python-blog" rel="noopener noreferrer"&gt;https://github.com/albertguedes/djanblog-simple-python-blog&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>blog</category>
      <category>dev</category>
    </item>
  </channel>
</rss>
