<?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: Pablo Padilla</title>
    <description>The latest articles on DEV Community by Pablo Padilla (@pgpbpadilla).</description>
    <link>https://dev.to/pgpbpadilla</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%2F433514%2Fbfb7f86d-89d1-4efb-85a2-a38757542d36.jpeg</url>
      <title>DEV Community: Pablo Padilla</title>
      <link>https://dev.to/pgpbpadilla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pgpbpadilla"/>
    <language>en</language>
    <item>
      <title>Halmos' tips for writing</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Sun, 19 Jun 2022 17:13:40 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/halmos-tips-for-writing-ae7</link>
      <guid>https://dev.to/pgpbpadilla/halmos-tips-for-writing-ae7</guid>
      <description>&lt;p&gt;Paul Halmos was a mathematician who among other things was recognized by his excellent written exposition.&lt;/p&gt;

&lt;p&gt;His article on how to write mathematics left a lasting impression on me, and this year I decided to read it again, and capture some notes for my future reference.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pgpbpadilla.github.io/halmos-writing"&gt;https://pgpbpadilla.github.io/halmos-writing&lt;/a&gt;&lt;/p&gt;

</description>
      <category>halmos</category>
      <category>writing</category>
    </item>
    <item>
      <title>Docker cache for multi-module Maven project</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Mon, 16 Aug 2021 20:14:47 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/docker-cache-for-multi-module-maven-project-2llb</link>
      <guid>https://dev.to/pgpbpadilla/docker-cache-for-multi-module-maven-project-2llb</guid>
      <description>&lt;p&gt;This project demonstrates how to write a multi-stage Dockerfile for a multi-module Maven project, so that Maven dependencies are cached in the early Docker layers of a builder stage and also how to use a layered JAR to create cache layers in the final Docker image.&lt;/p&gt;

&lt;p&gt;In this project the user-app module depends on a common module.&lt;/p&gt;

&lt;p&gt;The full sources are in Github: &lt;a href="https://github.com/pgpbpadilla/maven-multi-module-docker-cache"&gt;https://github.com/pgpbpadilla/maven-multi-module-docker-cache&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>maven</category>
      <category>cache</category>
    </item>
    <item>
      <title>The Abstraction and Reasoning Challenge (ARC)</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Tue, 08 Jun 2021 20:44:04 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/the-abstraction-and-reasoning-challenge-arc-4j1i</link>
      <guid>https://dev.to/pgpbpadilla/the-abstraction-and-reasoning-challenge-arc-4j1i</guid>
      <description>&lt;p&gt;&lt;a href="https://pgpbpadilla.github.io/chollet-arc-challenge"&gt;https://pgpbpadilla.github.io/chollet-arc-challenge&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
    </item>
    <item>
      <title>François Chollet's general intelligence test</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Sat, 20 Mar 2021 18:45:23 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/francois-chollet-s-general-intelligence-test-27dp</link>
      <guid>https://dev.to/pgpbpadilla/francois-chollet-s-general-intelligence-test-27dp</guid>
      <description>&lt;p&gt;&lt;a href="https://pgpbpadilla.github.io/chollet-general-intelligence-test"&gt;https://pgpbpadilla.github.io/chollet-general-intelligence-test&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>agi</category>
      <category>intelligence</category>
      <category>test</category>
    </item>
    <item>
      <title>Spring repositories</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Sat, 20 Feb 2021 12:33:16 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/spring-repositories-5d54</link>
      <guid>https://dev.to/pgpbpadilla/spring-repositories-5d54</guid>
      <description>&lt;p&gt;&lt;a href="https://pgpbpadilla.github.io/spring-repository"&gt;https://pgpbpadilla.github.io/spring-repository&lt;/a&gt;&lt;/p&gt;

</description>
      <category>spring</category>
      <category>repository</category>
      <category>java</category>
    </item>
    <item>
      <title>Test independence with application slices</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Sun, 14 Feb 2021 20:09:46 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/test-independence-with-application-slices-232n</link>
      <guid>https://dev.to/pgpbpadilla/test-independence-with-application-slices-232n</guid>
      <description>&lt;p&gt;&lt;a href="https://pgpbpadilla.github.io/datajpatest"&gt;https://pgpbpadilla.github.io/datajpatest&lt;/a&gt;&lt;/p&gt;

</description>
      <category>spring</category>
      <category>java</category>
      <category>testing</category>
    </item>
    <item>
      <title>The AIXI agent</title>
      <dc:creator>Pablo Padilla</dc:creator>
      <pubDate>Sun, 07 Feb 2021 15:51:35 +0000</pubDate>
      <link>https://dev.to/pgpbpadilla/the-aixi-agent-5f2b</link>
      <guid>https://dev.to/pgpbpadilla/the-aixi-agent-5f2b</guid>
      <description>&lt;p&gt;Here's a short post I made about Marcus Hutter's AIXI agent:&lt;br&gt;
&lt;a href="https://pgpbpadilla.github.io/aixi"&gt;https://pgpbpadilla.github.io/aixi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
