<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <atom:link href="https://anthony.domps.fr/articles/rss.xml" rel="self" type="application/rss+xml"/>
    <title>Les articles d'Anthony Domps</title>
    <link>https://anthony.domps.fr/articles.html</link>
    <description>Flux RSS du blog d'Anthony Domps</description>
    <language>fr-fr</language>
    <ttl>60</ttl>
    <managingEditor>anthonydomps@gmail.com (Anthony Domps)</managingEditor>
    <webMaster>anthonydomps@gmail.com (Anthony Domps)</webMaster>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <lastBuildDate>Wed, 18 Feb 2026 00:00:00 +0100</lastBuildDate>
    <item>
      <title>Vérifier les droits d’un utilisateur sur une table PostgreSQL</title>
      <description>Découvrez comment utiliser la fonction has_table_privilege pour savoir rapidement si un utilisateur peut lire ou écrire sur une table PostgreSQL.</description>
      <link>https://anthony.domps.fr/article/droits-privileges-utilisateurs-table-postgresql-requete.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/droits-privileges-utilisateurs-table-postgresql-requete.html</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>postgresql</category>
      <category>sql</category>
    </item>
    <item>
      <title>Recherche rapide de motifs dans les fichiers avec la commande grep</title>
      <description>Utiliser grep pour retrouver facilement n'importe quel mot, variable ou motif dans les fichiers, qu'il s'agisse de code, de logs ou de textes.</description>
      <link>https://anthony.domps.fr/article/linux-grep-recherche-rapide-fichiers.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/linux-grep-recherche-rapide-fichiers.html</guid>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>linux</category>
    </item>
    <item>
      <title>Activation d’HTTP/2 sous Apache avec MPM event</title>
      <description>Configurer HTTP/2 sous Apache avec MPM event : contraintes, paramètres essentiels et considérations pour un usage en production.</description>
      <link>https://anthony.domps.fr/article/apache-http2-mpm-event-prefork.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/apache-http2-mpm-event-prefork.html</guid>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0100</pubDate>
      <category>apache</category>
      <category>http</category>
      <category>informatique</category>
    </item>
    <item>
      <title>Gérer les valeurs NULL dans une clause ORDER BY dans SQLite</title>
      <description>Analyse du comportement des valeurs NULL dans les clauses ORDER BY sous SQLite, accompagnée d’une méthode efficace pour contrôler leur position dans le tri.</description>
      <link>https://anthony.domps.fr/article/sqlite-order-by-null.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/sqlite-order-by-null.html</guid>
      <pubDate>Thu, 18 Dec 2025 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>sql</category>
      <category>sqlite</category>
    </item>
    <item>
      <title>Comprendre et utiliser l'AUTOINCREMENT dans SQLite</title>
      <description>Maîtrisez l’utilisation de l’AUTOINCREMENT dans SQLite pour garantir des clés primaires fiables et assurer l’intégrité de vos relations de données.</description>
      <link>https://anthony.domps.fr/article/sqlite-integer-primary-key-autoincrement.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/sqlite-integer-primary-key-autoincrement.html</guid>
      <pubDate>Thu, 13 Nov 2025 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>sql</category>
      <category>sqlite</category>
    </item>
    <item>
      <title>Sécuriser l’ouverture d’un lien dans un nouvel onglet</title>
      <description>Le target="_blank" a longtemps été banni pour des raisons de sécurité. Découvrez comment l'utiliser aujourd'hui sans risque en respectant les bonnes pratiques.</description>
      <link>https://anthony.domps.fr/article/target-blank-noopener-noreferrer.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/target-blank-noopener-noreferrer.html</guid>
      <pubDate>Mon, 10 Nov 2025 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>html</category>
    </item>
    <item>
      <title>Le néant à l’épreuve des mots</title>
      <description>Un article qui explore le concept du néant, de notre incapacité à le concevoir, et du rôle fondamental que joue le langage dans notre perception du vide. Une tentative de parler du Rien.</description>
      <link>https://anthony.domps.fr/article/rien_null_neant_langage_nominalisme.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/rien_null_neant_langage_nominalisme.html</guid>
      <pubDate>Tue, 13 May 2025 00:00:00 +0200</pubDate>
      <category>nominalisme</category>
      <category>philosophie</category>
    </item>
    <item>
      <title>Doc Driven Programming</title>
      <description>Doc Driven Programming (DDP) : une méthode de développement où la documentation précède le code. Clarifiez les besoins, structurez les projets et facilitez la maintenance grâce à une approche rigoureuse centrée sur l'écrit.</description>
      <link>https://anthony.domps.fr/article/doc-driven-programming.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/doc-driven-programming.html</guid>
      <pubDate>Fri, 02 May 2025 00:00:00 +0200</pubDate>
      <category>informatique</category>
    </item>
    <item>
      <title>On ne dit pas "c'est nul", on dit "j'aime pas"</title>
      <description>L’art est une expérience subjective, façonnée par le regard du spectateur. Cet article explore la relation entre l’artiste, l’œuvre et l’interprétation individuelle, loin de toute vérité absolue.</description>
      <link>https://anthony.domps.fr/article/art_subjectivite_verite_perception_interpretation.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/art_subjectivite_verite_perception_interpretation.html</guid>
      <pubDate>Thu, 20 Feb 2025 00:00:00 +0100</pubDate>
      <category>philosophie</category>
      <category>art</category>
    </item>
    <item>
      <title>Les fonctions pour manipuler les tableaux d'objets en JavaScript</title>
      <description>Les fonctions JavaScript essentielles à connaître pour travailler efficacement avec des tableaux d'objets</description>
      <link>https://anthony.domps.fr/article/js_fonction_objet_javascript_filter_some_find.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/js_fonction_objet_javascript_filter_some_find.html</guid>
      <pubDate>Fri, 14 Feb 2025 00:00:00 +0100</pubDate>
      <category>poo</category>
      <category>javascript</category>
      <category>informatique</category>
    </item>
    <item>
      <title>Utiliser l'API SMS de Free Mobile</title>
      <description>Utiliser l'API SMS de Free Mobile avec une requête HTTP POST pour améliorer la sécurité</description>
      <link>https://anthony.domps.fr/article/free_mobile_sms_api_post_json.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/free_mobile_sms_api_post_json.html</guid>
      <pubDate>Tue, 11 Feb 2025 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>php</category>
    </item>
    <item>
      <title>Netsuite - Ajouter du CSS dans un formulaire</title>
      <description>Ajouter dynamiquement un champ à la page dans la fonction beforeLoad d'un User Event Script afin d'injecter du CSS</description>
      <link>https://anthony.domps.fr/article/netsuite_css_field_before_load_user_event.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/netsuite_css_field_before_load_user_event.html</guid>
      <pubDate>Sat, 11 May 2024 00:00:00 +0200</pubDate>
      <category>css</category>
      <category>netsuite</category>
      <category>informatique</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Redimensionner une image disque QCOW2</title>
      <description>Utilisation de la commande qemu-img resize afin de redimensionner une image disque QCOW2.</description>
      <link>https://anthony.domps.fr/article/qemu_resize_redimensionner_qcow2.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/qemu_resize_redimensionner_qcow2.html</guid>
      <pubDate>Thu, 14 Jul 2022 00:00:00 +0200</pubDate>
      <category>informatique</category>
      <category>linux</category>
      <category>qemu-kvm</category>
    </item>
    <item>
      <title>Les caractères occitans </title>
      <description>Liste des caractères utilisés en occitan absents du clavier français.</description>
      <link>https://anthony.domps.fr/article/caracteres-occitan-clavier.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/caracteres-occitan-clavier.html</guid>
      <pubDate>Sat, 23 Oct 2021 00:00:00 +0200</pubDate>
      <category>informatique</category>
    </item>
    <item>
      <title>Calculer le taux d'alcool de sa bière</title>
      <description>Comment calcule-t-on la teneur en alcool de sa bière grâce à un densimètre et une simple formule ?</description>
      <link>https://anthony.domps.fr/article/biere_calcul_alcool_densimetre.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/biere_calcul_alcool_densimetre.html</guid>
      <pubDate>Thu, 24 Jun 2021 00:00:00 +0200</pubDate>
      <category>brassage</category>
    </item>
    <item>
      <title>Impro Blues 	&amp;#127928;</title>
      <description>Enregistrement d'une improvisation blues sur une piste d'accompagnement par Anthony Domps en 2016</description>
      <link>https://anthony.domps.fr/article/impro_blues_ibanez.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/impro_blues_ibanez.html</guid>
      <pubDate>Tue, 22 Jun 2021 00:00:00 +0200</pubDate>
      <category>musique</category>
    </item>
    <item>
      <title>PHP - Générer une requête SQL Insert</title>
      <description>Cette classe PHP génère une requête SQL Insert à partir d'un tableau associatif.</description>
      <link>https://anthony.domps.fr/article/classe-php-sql-insert.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/classe-php-sql-insert.html</guid>
      <pubDate>Wed, 24 Mar 2021 00:00:00 +0100</pubDate>
      <category>informatique</category>
      <category>php</category>
      <category>poo</category>
      <category>sql</category>
    </item>
    <item>
      <title>HTML 5 - Page minimale</title>
      <description>Exemple de page HTML5 minimale idéale pour démarrer un nouveau projet web.</description>
      <link>https://anthony.domps.fr/article/html5-code-page-minimale.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/html5-code-page-minimale.html</guid>
      <pubDate>Sat, 21 Nov 2020 00:00:00 +0100</pubDate>
      <category>html</category>
      <category>informatique</category>
    </item>
    <item>
      <title>Qu'est-ce qu'un octet ?</title>
      <description>Tout le monde connaît le mot : octet. Mais que se cache-t-il vraiment derrière cette unité de mesure informatique?</description>
      <link>https://anthony.domps.fr/article/unite-mesure-informatique-octet-bit.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/unite-mesure-informatique-octet-bit.html</guid>
      <pubDate>Sat, 04 Apr 2020 00:00:00 +0200</pubDate>
      <category>informatique</category>
    </item>
    <item>
      <title>La rançon du micro management</title>
      <description>Le micro management où les managers observent et contrôlent étroitement le travail de leurs subordonnés est trop souvent utilisé dans nos entreprises, dans certaines mêmes, il apparait comme une évidence.</description>
      <link>https://anthony.domps.fr/article/rancon-micro-management-consequence.html</link>
      <author>didier.massabuau@gmail.com (Didier Massabuau)</author>
      <guid>https://anthony.domps.fr/article/rancon-micro-management-consequence.html</guid>
      <pubDate>Wed, 01 Apr 2020 00:00:00 +0200</pubDate>
      <category>management</category>
    </item>
    <item>
      <title>HTML - Pourquoi le fond d'écran appliqué à l'élément body s'étend à toute la fenêtre ?</title>
      <description>Même si la hauteur de l'élément body ne couvre pas toute la hauteur de la fenêtre, le fond d'écran s'applique bien à toute la fenêtre ! Mais pourquoi ?</description>
      <link>https://anthony.domps.fr/article/css-body-background-color-canvas.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/css-body-background-color-canvas.html</guid>
      <pubDate>Tue, 15 Oct 2019 00:00:00 +0200</pubDate>
      <category>css</category>
      <category>html</category>
      <category>informatique</category>
    </item>
    <item>
      <title>SSMS - Lever la limitation des 1000 premières lignes</title>
      <description>On peut affirmer sans prendre de risque que beaucoup d'utilisateurs de SSMS ont un jour utilisé la commande bien pratique  'Sélectionner les 1000 premières lignes' car elle permet de générer une requête SELECT en nommant toutes les colonnes présentes dans une table. Or, la limitation à ces 1000 premières lignes est parfois frustrantes. Il est bien sûr possible de lever ou de modifier cette limitation.</description>
      <link>https://anthony.domps.fr/article/sql-server-ssms-select-top-1000-limitation.html</link>
      <author>anthonydomps@gmail.com (Anthony Domps)</author>
      <guid>https://anthony.domps.fr/article/sql-server-ssms-select-top-1000-limitation.html</guid>
      <pubDate>Sun, 22 Sep 2019 00:00:00 +0200</pubDate>
      <category>informatique</category>
      <category>sqlserver</category>
      <category>ssms</category>
    </item>
  </channel>
</rss>
