<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Dale Jr Articles</title>
        <link>https://www.djpic.net/</link>
        <description>Information Technology Professional located in Central Florida.  Articles, tutorials, and concepts available on web application development and networking.</description>
        <language>en-us</language>
        <item>
            <title>Docker Image: Alpine CRON</title>
            <link>https://www.djpic.net/articles/docker-image-alpine-cron/</link>
            <description>After searching and searching, I couldn't find a docker image with a simple job scheduler.  So I took Alpine Linux image with the classic cron service and customized it to work with PHP-FPM containers.</description>
        </item>
        <item>
            <title>Docker Image: NGINX with PHP FPM</title>
            <link>https://www.djpic.net/articles/docker-image-nginx-with-php-fpm/</link>
            <description>All about the base NGINX image I use for all my applications.  This docker image includes the PHP FPM configuration along with optional TLS configurations designed to be used with my PHP docker image.</description>
        </item>
        <item>
            <title>Docker Image: PHP with MySQLi</title>
            <link>https://www.djpic.net/articles/docker-image-php-with-mysqli/</link>
            <description>All about the base PHP docker image I use for all my applications.  This docker image includes Composer, MySQLi, and memcached extensions along with optional multiple browscap variants all designed to be used with my Nginx image.</description>
        </item>
        <item>
            <title>Traefik v2 Secure TLS and Header Configuration with Docker Provider</title>
            <link>https://www.djpic.net/articles/traefik-secure-tls-and-header-configuration-with-docker-provider/</link>
            <description>Get an A+ rating on SSLLabs!  Traefik v2 configuration with only TLS v1.2 and TLS v1.3 recommened ciphers.  Also, review the recommended secure response headers and apply them using Traefik.</description>
        </item>
        <item>
            <title>Web Development Applications for PHP</title>
            <link>https://www.djpic.net/articles/web-development-applications-for-php/</link>
            <description>As I absorb new concepts, discover new tools, and grow with technology, my development process as evolved.  Each of the tools I use has a specific purpose and I have chosen those tools for that purpose.  My current tool stack consists of Sketch, Coda 2, PHPStorm, and MySQL Workbench. Read why I chose those tools and how I use them.</description>
        </item>
    </channel>
</rss>