<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://laswitchtech.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://laswitchtech.com/feed.php">
        <title>LaswitchTech</title>
        <description>Blending Innovation and Expertise in Computing – From Network Security to Software Development and 3D Printing</description>
        <link>https://laswitchtech.com/</link>
        <image rdf:resource="https://laswitchtech.com/_media/wiki/logo.svg" />
       <dc:date>2026-09-20T10:10:06+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://laswitchtech.com/en/projects/ini-configurator/documentation/03/01/index?rev=1733406452&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/fr/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1771266691&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/projects/ini-configurator/documentation/01/01/index?rev=1733425320&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/fr/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266711&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/fr/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266744&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/projects/ini-configurator/documentation/02/01/index?rev=1733406004&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/fr/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266734&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff"/>
                <rdf:li rdf:resource="https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://laswitchtech.com/_media/wiki/logo.svg">
        <title>LaswitchTech</title>
        <link>https://laswitchtech.com/</link>
        <url>https://laswitchtech.com/_media/wiki/logo.svg</url>
    </image>
    <item rdf:about="https://laswitchtech.com/en/projects/ini-configurator/documentation/03/01/index?rev=1733406452&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-05T13:47:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>03.01. Field Types</title>
        <link>https://laswitchtech.com/en/projects/ini-configurator/documentation/03/01/index?rev=1733406452&amp;do=diff</link>
        <description>03.01. Field Types
 Type  Value  Options  Description  Example  static  None  None  This field type is only used to display static text such as instructions.  
&quot;static&quot;: {
    &quot;label&quot;: &quot;Static&quot;,
    &quot;tooltip&quot;: &quot;This is a static field&quot;,
    &quot;type&quot;: &quot;static&quot;,
    &quot;default&quot;: &quot;Lorem Ipsum is simply dummy text.&quot;,
    &quot;required&quot;: true
}</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-16T18:18:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework part 3</title>
        <link>https://laswitchtech.com/en/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1765909135&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework part 3

Author(s): Louis Ouellet

----------

In this third installment of our Building a Modular PHP Framework series, we will cover:

	*  Cross-Site Request Forgery (CSRF)
	*  API and Endpoint creation</description>
    </item>
    <item rdf:about="https://laswitchtech.com/fr/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1771266691&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:31:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Parlons-en - Construire un Framework PHP Modulaire, partie 3</title>
        <link>https://laswitchtech.com/fr/blog/2025/02/03/let-s-talk-building-a-modular-php-framework-part-3?rev=1771266691&amp;do=diff</link>
        <description>Parlons-en - Construire un Framework PHP Modulaire, partie 3

Auteur(s) : Louis Ouellet  

----------

Dans ce troisième volet de notre série Construire un Framework PHP Modulaire, nous allons aborder :

	*  La protection contre les attaques Cross-Site Request Forgery (CSRF)</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/projects/ini-configurator/documentation/01/01/index?rev=1733425320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-05T19:02:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01.01. Basic Usage</title>
        <link>https://laswitchtech.com/en/projects/ini-configurator/documentation/01/01/index?rev=1733425320&amp;do=diff</link>
        <description>01.01. Basic Usage

This guide will walk you through the process of setting up and customizing the INI Configurator to create your own configuration editor application. The configurator allows you to design a custom graphical interface for managing .ini files by modifying fields and constants.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:20:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework part 2</title>
        <link>https://laswitchtech.com/en/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266048&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework part 2

Author(s): Louis Ouellet

----------

Time for part 2! In our previous part, we set up the groundwork of our modular PHP framework. This time, we will focus on expanding its capabilities to support the following objectives:</description>
    </item>
    <item rdf:about="https://laswitchtech.com/fr/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266711&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:31:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Parlons-en – Construire un Framework PHP Modulaire, partie 2</title>
        <link>https://laswitchtech.com/fr/blog/2025/01/28/let-s-talk-building-a-modular-php-framework-part-2?rev=1771266711&amp;do=diff</link>
        <description>Parlons-en – Construire un Framework PHP Modulaire, partie 2

Auteur(s) : Louis Ouellet  

----------

Il est temps pour la partie 2 ! Dans la partie précédente, nous avons mis en place la base de notre framework PHP modulaire. Cette fois-ci, nous allons nous concentrer sur l’expansion de ses capacités pour prendre en charge les objectifs suivants :</description>
    </item>
    <item rdf:about="https://laswitchtech.com/fr/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266744&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:32:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Réutiliser d’anciennes imprimantes avec un Raspberry Pi</title>
        <link>https://laswitchtech.com/fr/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266744&amp;do=diff</link>
        <description>Réutiliser d’anciennes imprimantes avec un Raspberry Pi

Auteur(s) : Louis Ouellet  

----------

Dans ce projet, nous allons redonner vie à une imprimante Canon Color ImageClass MF8350CDN grâce à un Raspberry Pi. Étant donné que Canon ne prend plus en charge Windows 11 pour ce modèle, l’utilisation d’un Raspberry Pi en tant que serveur d’impression nous permet de prolonger la durée de vie de l’imprimante. Nous pouvons également profiter de fonctionnalités telles que AirPrint pour l’impression s…</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/projects/ini-configurator/documentation/02/01/index?rev=1733406004&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-05T13:40:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>02.01. Getting Help</title>
        <link>https://laswitchtech.com/en/projects/ini-configurator/documentation/02/01/index?rev=1733406004&amp;do=diff</link>
        <description>02.01. Getting Help

General support

Having trouble getting INI Configurator working in your project? You can try emailing &lt;support@laswitchtech.com&gt;.

Reporting bugs

Found a problem with INI Configurator? Feel free to open a ticket on the INI Configurator repository on  GitHub, but you should keep a few things in mind:</description>
    </item>
    <item rdf:about="https://laswitchtech.com/fr/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266734&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:32:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Parlons-en – Construire un Framework PHP Modulaire de A à Z</title>
        <link>https://laswitchtech.com/fr/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266734&amp;do=diff</link>
        <description>Parlons-en – Construire un Framework PHP Modulaire de A à Z

Auteur(s) : Louis Ouellet
----  

Avez-vous déjà travaillé avec des frameworks PHP populaires comme CakePHP ou Symfony et pensé : « Comment ont-ils été conçus ? » Les frameworks PHP peuvent être de formidables économies de temps, mais ils révèlent leur plein potentiel seulement quand on les maîtrise en profondeur. Développer votre propre mini-framework est un excellent exercice d’apprentissage, car cela offre une meilleure compréhensio…</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:21:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Repurpose Old Printers Using a Raspberry Pi</title>
        <link>https://laswitchtech.com/en/blog/2025/01/20/repurpose-old-printers-using-a-raspberry-pi?rev=1771266079&amp;do=diff</link>
        <description>Repurpose Old Printers Using a Raspberry Pi

Author(s): Louis Ouellet  

----------

In this project, we will repurpose an old Canon Color ImageClass MF8350CDN printer using a Raspberry Pi. Since Canon no longer supports Windows 11 for this device, using a Raspberry Pi as a print server allows us to extend the printer’s lifespan. It also enables features such as AirPrint for convenient wireless printing from Apple devices.</description>
    </item>
    <item rdf:about="https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-16T18:21:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Let&#039;s Talk - Building a Modular PHP Framework from Scratch</title>
        <link>https://laswitchtech.com/en/blog/2025/01/24/let-s-talk-building-a-modular-php-framework-from-scratch?rev=1771266067&amp;do=diff</link>
        <description>Let&#039;s Talk - Building a Modular PHP Framework from Scratch

Author(s): Louis Ouellet

----------

Have you ever worked with popular PHP frameworks like CakePHP or Symfony and thought, “I wonder how these were built?” PHP frameworks can be tremendous time-savers, but they are truly powerful only when you know them inside and out. Developing your own mini-framework can be a great learning exercise, giving you deeper insight into best practices, modularity, and maintainability.</description>
    </item>
</rdf:RDF>
