<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Developer-Libraries on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/developer-libraries/</link>
    <description>Recent content in Developer-Libraries on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/developer-libraries/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted SSH Client Libraries: libssh2 vs JSch vs Paramiko vs ssh2 (Node.js)</title>
      <link>https://www.pistack.xyz/posts/2026-06-20-ssh-client-libraries-libssh2-jsch-paramiko-ssh2/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-20-ssh-client-libraries-libssh2-jsch-paramiko-ssh2/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;SSH (Secure Shell) is the backbone of secure remote access, used by millions of developers and system administrators daily. While most users interact with SSH through command-line tools like OpenSSH, developers building automation scripts, deployment pipelines, and custom management tools need programmatic SSH access. This is where SSH client libraries come in — they allow applications to establish SSH connections, execute remote commands, transfer files via SFTP, and tunnel network traffic, all without shelling out to external binaries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL Query Builder Libraries: Knex.js vs jOOQ vs Diesel (Rust) vs Squirrel (Go)</title>
      <link>https://www.pistack.xyz/posts/2026-06-20-sql-query-builder-libraries-knex-jooq-diesel-squirrel/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-20-sql-query-builder-libraries-knex-jooq-diesel-squirrel/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Writing raw SQL strings in application code is error-prone: missing escape sequences lead to injection vulnerabilities, refactoring column names requires grep-and-replace across the entire codebase, and database dialect differences make multi-database support a maintenance nightmare. SQL query builder libraries solve these problems by providing a type-safe, programmatic interface for constructing SQL queries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>YAML Parsing Libraries: PyYAML vs serde_yaml vs js-yaml vs SnakeYAML vs libyaml</title>
      <link>https://www.pistack.xyz/posts/2026-06-20-yaml-parsing-libraries-pyyaml-serdayaml-jsyaml-snakeyaml-libyaml/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-20-yaml-parsing-libraries-pyyaml-serdayaml-jsyaml-snakeyaml-libyaml/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;YAML (YAML Ain&amp;rsquo;t Markup Language) is the configuration lingua franca of modern software development. From Kubernetes manifests and Docker Compose files to CI/CD pipelines and application configuration, YAML&amp;rsquo;s human-readable syntax has made it the default choice for infrastructure-as-code and DevOps tooling. However, YAML parsing is surprisingly complex — the spec includes anchors, aliases, tags, multi-line strings, and type inference that can lead to subtle bugs.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
